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

Unified Diff: device/sensors/README.md

Issue 2885203004: Refactor content/renderer/device_sensors to use device/generic_sensor instead of device/sensors (Closed)
Patch Set: updated content/renderer/BUILD.gn Created 3 years, 7 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
Index: device/sensors/README.md
diff --git a/device/sensors/README.md b/device/sensors/README.md
deleted file mode 100644
index 58793c19f2d2c88a517f854d24cc4b9479ce1f24..0000000000000000000000000000000000000000
--- a/device/sensors/README.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# Sensors
-
-`device/sensors` contains the platform-specific parts of the [DeviceOrientation
-Events](https://www.w3.org/TR/orientation-event/) implementation.
-
-* Sensor [Mojo](../../mojo/README.md) interfaces are defined in the
- `public/interfaces` subdirectory.
-* The content renderer layer is located in `content/renderer/device_sensors`.
-* The web exposed API is implemented in
- `third_party/WebKit/Source/modules/device_orientation`.
-
-## Testing
-
-* Browser tests are located in `content/browser/device_sensors`.
-* Layout tests are located in
- `third_party/WebKit/LayoutTests/device_orientation`.
-* Web platform tests are located in
- `third_party/WebKit/LayoutTests/external/wpt/orientation-event` and are a
- mirror of the [web-platform-tests GitHub
- repository](https://github.com/w3c/web-platform-tests).

Powered by Google App Engine
This is Rietveld 408576698