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

Unified Diff: services/device/BUILD.gn

Issue 2730333002: Make DeviceSensorService implement MainLoop::DestructionObserver (Closed)
Patch Set: Make DeviceSensorService observes IOThread to shutdown in right time. Created 3 years, 9 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: services/device/BUILD.gn
diff --git a/services/device/BUILD.gn b/services/device/BUILD.gn
index 3783fed88bde4fb3a822bcef448a87c889ceb150..ce9ee26f5e78f26bc57f6e36b445b319d8d6c813 100644
--- a/services/device/BUILD.gn
+++ b/services/device/BUILD.gn
@@ -17,6 +17,7 @@ source_set("lib") {
deps = [
"//base",
+ "//device/sensors",
"//services/device/fingerprint",
"//services/device/power_monitor",
"//services/device/time_zone_monitor",

Powered by Google App Engine
This is Rietveld 408576698