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

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

Issue 2746573002: [Sensors] Implement bindings for AbsoluteOrientationSensor (Closed)
Patch Set: Comments from Alex 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 a7c1212dec41f0b2b60f836860cb2ca3da2f53fa..d130dbc95fecadde1e83d2e39790180c558c5823 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