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

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

Issue 2503853002: [Sensors] Improvements in fetching reading for sensors with continuous reporting mode (Closed)
Patch Set: Fixed assertion hit 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/sensor/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/sensor/BUILD.gn b/third_party/WebKit/Source/modules/sensor/BUILD.gn
index ef770d8a1c89cc008aff2d250380bd39e67d727a..cf17d3f1d27135a831c7cc2f77f42d24c8e9b7e2 100644
--- a/third_party/WebKit/Source/modules/sensor/BUILD.gn
+++ b/third_party/WebKit/Source/modules/sensor/BUILD.gn
@@ -14,14 +14,14 @@ blink_modules_sources("sensor") {
"Sensor.h",
"SensorErrorEvent.cpp",
"SensorErrorEvent.h",
- "SensorPollingStrategy.cpp",
- "SensorPollingStrategy.h",
"SensorProviderProxy.cpp",
"SensorProviderProxy.h",
"SensorProxy.cpp",
"SensorProxy.h",
"SensorReading.cpp",
"SensorReading.h",
+ "SensorUpdateNotificationStrategy.cpp",
+ "SensorUpdateNotificationStrategy.h",
]
deps = [
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/sensor/Sensor.h » ('j') | third_party/WebKit/Source/modules/sensor/Sensor.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698