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

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

Issue 2506903003: [sensors] Gyroscope sensor bindings implementation (Closed)
Patch Set: Comments + rebase Created 4 years, 1 month 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 61b0670884b7b4f1482e84b70ef412916986b299..e9dd62f17e27c3c95a16768985287b85473a499d 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -221,6 +221,8 @@ modules_idl_files =
"screen_orientation/ScreenOrientation.idl",
"sensor/Accelerometer.idl",
"sensor/AccelerometerReading.idl",
+ "sensor/Gyroscope.idl",
+ "sensor/GyroscopeReading.idl",
"sensor/AmbientLightSensor.idl",
"sensor/AmbientLightSensorReading.idl",
"sensor/Magnetometer.idl",
@@ -474,6 +476,7 @@ modules_dictionary_idl_files =
"quota/StorageEstimate.idl",
"sensor/AccelerometerOptions.idl",
"sensor/AccelerometerReadingInit.idl",
+ "sensor/GyroscopeReadingInit.idl",
"sensor/AmbientLightSensorReadingInit.idl",
"sensor/MagnetometerReadingInit.idl",
"sensor/SensorErrorEventInit.idl",
@@ -828,6 +831,8 @@ generated_modules_dictionary_files = [
"$blink_modules_output_dir/sensor/AccelerometerOptions.h",
"$blink_modules_output_dir/sensor/AccelerometerReadingInit.cpp",
"$blink_modules_output_dir/sensor/AccelerometerReadingInit.h",
+ "$blink_modules_output_dir/sensor/GyroscopeReadingInit.cpp",
+ "$blink_modules_output_dir/sensor/GyroscopeReadingInit.h",
"$blink_modules_output_dir/sensor/AmbientLightSensorReadingInit.cpp",
"$blink_modules_output_dir/sensor/AmbientLightSensorReadingInit.h",
"$blink_modules_output_dir/sensor/MagnetometerReadingInit.cpp",

Powered by Google App Engine
This is Rietveld 408576698