| 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 86ecd6286858ee934a6d979bff68f955ec4a8c5f..6692bfda91ee1802c663ab337c2e75bcf2455047 100644
|
| --- a/third_party/WebKit/Source/modules/modules_idl_files.gni
|
| +++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
|
| @@ -223,7 +223,6 @@ modules_idl_files =
|
| "sensor/Sensor.idl",
|
| "sensor/SensorErrorEvent.idl",
|
| "sensor/SensorReading.idl",
|
| - "sensor/SensorReadingEvent.idl",
|
| "serviceworkers/Client.idl",
|
| "serviceworkers/Clients.idl",
|
| "serviceworkers/ExtendableEvent.idl",
|
| @@ -462,7 +461,6 @@ modules_dictionary_idl_files =
|
| "quota/StorageEstimate.idl",
|
| "sensor/AmbientLightSensorReadingInit.idl",
|
| "sensor/SensorErrorEventInit.idl",
|
| - "sensor/SensorReadingEventInit.idl",
|
| "sensor/SensorOptions.idl",
|
| "serviceworkers/ClientQueryOptions.idl",
|
| "serviceworkers/ExtendableEventInit.idl",
|
| @@ -801,8 +799,6 @@ generated_modules_dictionary_files = [
|
| "$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",
|
| - "$blink_modules_output_dir/sensor/SensorReadingEventInit.h",
|
| "$blink_modules_output_dir/sensor/SensorOptions.cpp",
|
| "$blink_modules_output_dir/sensor/SensorOptions.h",
|
| "$blink_modules_output_dir/serviceworkers/ClientQueryOptions.cpp",
|
|
|