OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 # NOTE: These files are POD structs used to interpret shared memory across | 2 # NOTE: These files are POD structs used to interpret shared memory across |
3 # the Device Sensors implementation and the Blink client. | 3 # the Device Sensors implementation and the Blink client. |
4 "+device/sensors/public/cpp/motion_data.h", | |
5 "+device/sensors/public/cpp/orientation_data.h", | 4 "+device/sensors/public/cpp/orientation_data.h", |
6 | 5 |
7 "-modules", | 6 "-modules", |
8 "+modules/EventModules.h", | 7 "+modules/EventModules.h", |
9 "+modules/EventTargetModules.h", | 8 "+modules/EventTargetModules.h", |
10 "+modules/ModulesExport.h", | 9 "+modules/ModulesExport.h", |
11 "+modules/device_orientation", | 10 "+modules/device_orientation", |
12 ] | 11 ] |
OLD | NEW |