chromium/third_party/blink/renderer/modules/gamepad/DEPS

include_rules = [
    # 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/cpp/gamepad_features.h",
    "+device/gamepad/public/mojom/gamepad.mojom-blink.h",
    "+device/gamepad/public/mojom/gamepad.mojom-blink-forward.h",
    "+device/gamepad/public/mojom/gamepad_hardware_buffer.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",

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