| 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 07b2c77d54b15d9b4ef4636b4894d739d6673f49..fc7b2e5e8c334750d9b90d2fa60381c4a960fd9e 100644
|
| --- a/third_party/WebKit/Source/modules/modules_idl_files.gni
|
| +++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
|
| @@ -219,6 +219,8 @@ modules_idl_files =
|
| "quota/StorageUsageCallback.idl",
|
| "remoteplayback/RemotePlayback.idl",
|
| "screen_orientation/ScreenOrientation.idl",
|
| + "sensor/Gyroscope.idl",
|
| + "sensor/GyroscopeReading.idl",
|
| "sensor/AmbientLightSensor.idl",
|
| "sensor/AmbientLightSensorReading.idl",
|
| "sensor/Sensor.idl",
|
| @@ -462,6 +464,7 @@ modules_dictionary_idl_files =
|
| "push_messaging/PushEventInit.idl",
|
| "push_messaging/PushSubscriptionOptionsInit.idl",
|
| "quota/StorageEstimate.idl",
|
| + "sensor/GyroscopeReadingInit.idl",
|
| "sensor/AmbientLightSensorReadingInit.idl",
|
| "sensor/SensorErrorEventInit.idl",
|
| "sensor/SensorOptions.idl",
|
| @@ -803,6 +806,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/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/SensorErrorEventInit.cpp",
|
|
|