| Index: third_party/WebKit/Source/modules/device_orientation/DEPS
|
| diff --git a/third_party/WebKit/Source/modules/device_orientation/DEPS b/third_party/WebKit/Source/modules/device_orientation/DEPS
|
| index 86aef404f65522251c462724a945d2d768fa9b61..f7e2366c8b3cdbef1e0c75687aa1dcffa6a427a0 100644
|
| --- a/third_party/WebKit/Source/modules/device_orientation/DEPS
|
| +++ b/third_party/WebKit/Source/modules/device_orientation/DEPS
|
| @@ -1,12 +1,12 @@
|
| include_rules = [
|
| # NOTE: These files are POD structs used to interpret shared memory across
|
| # the Device Sensors implementation and the Blink client.
|
| - "+device/sensors/public/cpp/motion_data.h",
|
| - "+device/sensors/public/cpp/orientation_data.h",
|
| -
|
| "-modules",
|
| "+modules/EventModules.h",
|
| "+modules/EventTargetModules.h",
|
| "+modules/ModulesExport.h",
|
| "+modules/device_orientation",
|
| +
|
| + "+services/device/public/cpp/sensors/motion_data.h",
|
| + "+services/device/public/cpp/sensors/orientation_data.h",
|
| ]
|
|
|