summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/gamepad/DEPS
blob: 2fa9b45716d87034fa1c8e54509d3c18bede4378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include_rules = [
    "+device/base/synchronization/shared_memory_seqlock_buffer.h",
    # NOTE: These files are POD structs used to interpret shared memory across
    # the Device Gamepad implementation and the Blink client.
    "+device/gamepad/public/cpp/gamepad.h",
    "+device/gamepad/public/cpp/gamepads.h",

    "+device/gamepad/public/mojom/gamepad.mojom-blink.h",
    "+device/gamepad/public/mojom/gamepad_hardware_buffer.h",
    "+mojo/public/cpp/bindings/binding.h",
    "+mojo/public/cpp/system/buffer.h",
    "-third_party/blink/renderer/modules",
    "+third_party/blink/renderer/modules/event_modules.h",
    "+third_party/blink/renderer/modules/gamepad",
    "+third_party/blink/renderer/modules/modules_export.h",
    "+third_party/blink/renderer/platform/wtf/noncopyable.h",

    # For shared metrics.
    "+third_party/blink/renderer/modules/vr/navigator_vr.h",
]