| 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 9ca5f07407b60aa695362d8028ba1a01f57db05a..e0851a99d49fe621e049ef0901a5e962cc7daee0 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",
|
| @@ -446,6 +448,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",
|
| @@ -770,6 +773,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",
|
|
|