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

Unified Diff: third_party/WebKit/Source/bindings/modules/BUILD.gn

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/bindings/modules/BUILD.gn
diff --git a/third_party/WebKit/Source/bindings/modules/BUILD.gn b/third_party/WebKit/Source/bindings/modules/BUILD.gn
index 0d258671c55384cae30d558a540a817ff022e485..02d811d3731126dc4792ea8f29086229649d2baa 100644
--- a/third_party/WebKit/Source/bindings/modules/BUILD.gn
+++ b/third_party/WebKit/Source/bindings/modules/BUILD.gn
@@ -39,7 +39,6 @@ generate_event_interfaces("modules_bindings_generated_event_interfaces") {
"//third_party/WebKit/Source/modules/presentation/PresentationConnectionCloseEvent.idl",
"//third_party/WebKit/Source/modules/push_messaging/PushEvent.idl",
"//third_party/WebKit/Source/modules/sensor/SensorErrorEvent.idl",
- "//third_party/WebKit/Source/modules/sensor/SensorReadingEvent.idl",
"//third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.idl",
"//third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEvent.idl",
"//third_party/WebKit/Source/modules/serviceworkers/FetchEvent.idl",

Powered by Google App Engine
This is Rietveld 408576698