| Index: third_party/WebKit/Source/modules/gamepad/DEPS
|
| diff --git a/third_party/WebKit/Source/modules/gamepad/DEPS b/third_party/WebKit/Source/modules/gamepad/DEPS
|
| index c54ef3ee39fea2f37553b480f912ec4aad5ebb1c..c1ba0f049b30acd943e1776a63376ac5d69ffcf9 100644
|
| --- a/third_party/WebKit/Source/modules/gamepad/DEPS
|
| +++ b/third_party/WebKit/Source/modules/gamepad/DEPS
|
| @@ -1,4 +1,9 @@
|
| 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",
|
| +
|
| "-modules",
|
| "+modules/EventModules.h",
|
| "+modules/ModulesExport.h",
|
|
|