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

Unified Diff: device/generic_sensor/README.md

Issue 2812373004: [Sensors] Add README.md files (Closed)
Patch Set: wrapped 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/sensor/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/generic_sensor/README.md
diff --git a/device/generic_sensor/README.md b/device/generic_sensor/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..361361784fa586eb1cbc772bd8d74f48257dbe2a
--- /dev/null
+++ b/device/generic_sensor/README.md
@@ -0,0 +1,25 @@
+# Sensors
+
+`device/generic_sensor` contains the platform-specific parts of the Sensor APIs
+implementation.
+
+Sensors Mojo interfaces are defined in the `public/interfaces` subdirectory.
+
+The JS bindings are implemented in `third_party/WebKit/Source/modules/sensor`.
+
+
+## Testing
+
+Sensors platform unit tests are located in the current directory and its
+subdirectories.
+
+The sensors unit tests file for Android is
+`android/junit/src/org/chromium/device/sensors/PlatformSensorAndProviderTest.java`.
+
+Sensors browser tests are located in `content/test/data/generic_sensor`.
+
+
+## Design Documents
+
+Please refer to the [design documentation](https://docs.google.com/document/d/1Ml65ZdW5AgIsZTszk4mD_ohr40pcrdVFOIf0ZtWxDv0)
+for more details.
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/sensor/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698