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 2356133002: Reland of [sensors] Ambient light sensor bindings implementation (Closed)
Patch Set: Rebased and fixed review comment from haraken. Created 4 years, 3 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 dc1558bc3b42250afceeaa2fdf1697cce7a0a0fe..0daf053e93b2e8a9dbb011cb6eb26a47744712a1 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -217,6 +217,8 @@ modules_idl_files =
"remoteplayback/RemotePlayback.idl",
"remoteplayback/RemotePlaybackAvailability.idl",
"screen_orientation/ScreenOrientation.idl",
+ "sensor/AmbientLightSensor.idl",
+ "sensor/AmbientLightSensorReading.idl",
"sensor/Sensor.idl",
"sensor/SensorErrorEvent.idl",
"sensor/SensorReading.idl",
@@ -452,6 +454,7 @@ modules_dictionary_idl_files =
"push_messaging/PushEventInit.idl",
"push_messaging/PushSubscriptionOptionsInit.idl",
"quota/StorageEstimate.idl",
+ "sensor/AmbientLightSensorReadingInit.idl",
"sensor/SensorErrorEventInit.idl",
"sensor/SensorReadingEventInit.idl",
"sensor/SensorOptions.idl",
@@ -777,6 +780,8 @@ generated_modules_dictionary_files = [
"$blink_modules_output_dir/push_messaging/PushSubscriptionOptionsInit.h",
"$blink_modules_output_dir/quota/StorageEstimate.cpp",
"$blink_modules_output_dir/quota/StorageEstimate.h",
+ "$blink_modules_output_dir/sensor/AmbientLightSensorReadingInit.cpp",
+ "$blink_modules_output_dir/sensor/AmbientLightSensorReadingInit.h",
"$blink_modules_output_dir/sensor/SensorErrorEventInit.cpp",
"$blink_modules_output_dir/sensor/SensorErrorEventInit.h",
"$blink_modules_output_dir/sensor/SensorReadingEventInit.cpp",

Powered by Google App Engine
This is Rietveld 408576698