| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # NOTE: These files are POD structs used to interpret shared memory across | |
| 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", | |
| 6 | |
| 7 "-modules", | 2 "-modules", |
| 8 "+modules/EventModules.h", | 3 "+modules/EventModules.h", |
| 9 "+modules/EventTargetModules.h", | 4 "+modules/EventTargetModules.h", |
| 10 "+modules/ModulesExport.h", | 5 "+modules/ModulesExport.h", |
| 11 "+modules/device_orientation", | 6 "+modules/device_orientation", |
| 12 ] | 7 ] |
| OLD | NEW |