Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(254)

Side by Side Diff: device/generic_sensor/README.md

Issue 2812373004: [Sensors] Add README.md files (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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.
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/sensor/README.md » ('j') | third_party/WebKit/Source/modules/sensor/README.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698