| OLD | NEW |
| (Empty) | |
| 1 # Sensors |
| 2 |
| 3 `device/generic_sensor` contains the platform-specific parts of the Sensor APIs
implementation. |
| 4 |
| 5 Sensors Mojo interfaces are defined in the `public/interfaces` subdirectory. |
| 6 |
| 7 The JS bindings are implemented in `third_party/WebKit/Source/modules/sensor`. |
| 8 |
| 9 |
| 10 ## Testing |
| 11 |
| 12 Sensors platform unit tests are located in the current directory and its subdire
ctories. |
| 13 The sensors unit tests file for Android is `android/junit/src/org/chromium/devic
e/sensors/PlatformSensorAndProviderTest.java`. |
| 14 |
| 15 Sensors browser tests are located in `content/test/data/generic_sensor`. |
| 16 |
| 17 |
| 18 ## Design Documents |
| 19 |
| 20 Please refer to the [design documentation](https://docs.google.com/document/d/1M
l65ZdW5AgIsZTszk4mD_ohr40pcrdVFOIf0ZtWxDv0) for more details. |
| OLD | NEW |