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

Unified Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2746573002: [Sensors] Implement bindings for AbsoluteOrientationSensor (Closed)
Patch Set: webexpose Created 3 years, 9 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: third_party/WebKit/Source/modules/modules_idl_files.gni
diff --git a/third_party/WebKit/Source/modules/modules_idl_files.gni b/third_party/WebKit/Source/modules/modules_idl_files.gni
index 21b7c6cddd91992af2dcd08562fd523964cb64cf..7133f50a12b4516232bc39b40f27db234323cbd9 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -228,10 +228,12 @@ modules_idl_files =
"quota/StorageUsageCallback.idl",
"remoteplayback/RemotePlayback.idl",
"screen_orientation/ScreenOrientation.idl",
+ "sensor/AbsoluteOrientationSensor.idl",
"sensor/Accelerometer.idl",
- "sensor/Gyroscope.idl",
"sensor/AmbientLightSensor.idl",
+ "sensor/Gyroscope.idl",
"sensor/Magnetometer.idl",
+ "sensor/OrientationSensor.idl",
"sensor/Sensor.idl",
"sensor/SensorErrorEvent.idl",
"serviceworkers/Client.idl",

Powered by Google App Engine
This is Rietveld 408576698