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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Sensors
2
3 `device/sensors` contains the platform-specific parts of the [DeviceOrientation
4 Events](https://www.w3.org/TR/orientation-event/) implementation.
5
6 * Sensor [Mojo](../../mojo/README.md) interfaces are defined in the
7 `public/interfaces` subdirectory.
8 * The content renderer layer is located in `content/renderer/device_sensors`.
9 * The web exposed API is implemented in
10 `third_party/WebKit/Source/modules/device_orientation`.
11
12 ## Testing
13
14 * Browser tests are located in `content/browser/device_sensors`.
15 * Layout tests are located in
16 `third_party/WebKit/LayoutTests/device_orientation`.
17 * Web platform tests are located in
18 `third_party/WebKit/LayoutTests/external/wpt/orientation-event` and are a
19 mirror of the [web-platform-tests GitHub
20 repository](https://github.com/w3c/web-platform-tests).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698