Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(305)

Unified Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2472403002: [Sensors] Align sensor reading attribute implementation with the specification (Closed)
Patch Set: Comments from Tim Created 4 years, 1 month 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 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",
« no previous file with comments | « third_party/WebKit/Source/bindings/modules/BUILD.gn ('k') | third_party/WebKit/Source/modules/sensor/AmbientLightSensor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698