| 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 3df2dde115d86830f22c0181848381799d6eea93..8287fed1d5f2198676f8c098932e08ede539c859 100644
 | 
| --- a/third_party/WebKit/Source/modules/device_orientation/DEPS
 | 
| +++ b/third_party/WebKit/Source/modules/device_orientation/DEPS
 | 
| @@ -1,6 +1,12 @@
 | 
|  include_rules = [
 | 
|      "+bindings",
 | 
|      "+core",
 | 
| +
 | 
| +    # 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",
 | 
| 
 |