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

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

Issue 2870073002: [Sensors] Decouple sensor readings update from rAF (Closed)
Patch Set: [Sensors] Decouple sensor readings update from rAF Created 3 years, 7 months 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 9660eb0348538cb31fdbad237670f26cf0ca4ccf..7fd28fa6f228d1bb819d35ddc0a6bce4af7fabda 100644
--- a/third_party/WebKit/Source/modules/sensor/BUILD.gn
+++ b/third_party/WebKit/Source/modules/sensor/BUILD.gn
@@ -26,8 +26,6 @@ blink_modules_sources("sensor") {
"SensorProviderProxy.h",
"SensorProxy.cpp",
"SensorProxy.h",
- "SensorReadingUpdater.cpp",
- "SensorReadingUpdater.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698