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

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

Issue 2507453002: [sensors] Magnetometer sensor bindings implementation (Closed)
Patch Set: Rebased to master 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 1b980aaa8238475252f0deed5920c358a22425bb..61b0670884b7b4f1482e84b70ef412916986b299 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -223,6 +223,8 @@ modules_idl_files =
"sensor/AccelerometerReading.idl",
"sensor/AmbientLightSensor.idl",
"sensor/AmbientLightSensorReading.idl",
+ "sensor/Magnetometer.idl",
+ "sensor/MagnetometerReading.idl",
"sensor/Sensor.idl",
"sensor/SensorErrorEvent.idl",
"sensor/SensorReading.idl",
@@ -473,6 +475,7 @@ modules_dictionary_idl_files =
"sensor/AccelerometerOptions.idl",
"sensor/AccelerometerReadingInit.idl",
"sensor/AmbientLightSensorReadingInit.idl",
+ "sensor/MagnetometerReadingInit.idl",
"sensor/SensorErrorEventInit.idl",
"sensor/SensorOptions.idl",
"serviceworkers/ClientQueryOptions.idl",
@@ -827,6 +830,8 @@ generated_modules_dictionary_files = [
"$blink_modules_output_dir/sensor/AccelerometerReadingInit.h",
"$blink_modules_output_dir/sensor/AmbientLightSensorReadingInit.cpp",
"$blink_modules_output_dir/sensor/AmbientLightSensorReadingInit.h",
+ "$blink_modules_output_dir/sensor/MagnetometerReadingInit.cpp",
+ "$blink_modules_output_dir/sensor/MagnetometerReadingInit.h",
"$blink_modules_output_dir/sensor/SensorErrorEventInit.cpp",
"$blink_modules_output_dir/sensor/SensorErrorEventInit.h",
"$blink_modules_output_dir/sensor/SensorOptions.cpp",

Powered by Google App Engine
This is Rietveld 408576698