| 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 05fb6ad9688a9e67cb81e6072acaa76068cadcab..76b65b8a2a2e765cf56b18d153fc106627953f05 100644
|
| --- a/third_party/WebKit/Source/modules/modules_idl_files.gni
|
| +++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
|
| @@ -220,16 +220,11 @@ modules_idl_files =
|
| "remoteplayback/RemotePlayback.idl",
|
| "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",
|
| - "sensor/MagnetometerReading.idl",
|
| "sensor/Sensor.idl",
|
| "sensor/SensorErrorEvent.idl",
|
| - "sensor/SensorReading.idl",
|
| "serviceworkers/Client.idl",
|
| "serviceworkers/Clients.idl",
|
| "serviceworkers/ExtendableEvent.idl",
|
| @@ -485,10 +480,6 @@ modules_dictionary_idl_files =
|
| "quota/StorageEstimate.idl",
|
| "quota/StorageInfo.idl",
|
| "sensor/AccelerometerOptions.idl",
|
| - "sensor/AccelerometerReadingInit.idl",
|
| - "sensor/GyroscopeReadingInit.idl",
|
| - "sensor/AmbientLightSensorReadingInit.idl",
|
| - "sensor/MagnetometerReadingInit.idl",
|
| "sensor/SensorErrorEventInit.idl",
|
| "sensor/SensorOptions.idl",
|
| "serviceworkers/ClientQueryOptions.idl",
|
| @@ -863,14 +854,6 @@ generated_modules_dictionary_files = [
|
| "$blink_modules_output_dir/quota/StorageInfo.h",
|
| "$blink_modules_output_dir/sensor/AccelerometerOptions.cpp",
|
| "$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",
|
| - "$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",
|
|
|