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

Unified Diff: services/device/BUILD.gn

Issue 2510033002: [Device Service] Move PowerMonitor into the Device Service (Closed)
Patch Set: ServiceManagerContext does not hold the connection to device service Created 3 years, 11 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 32f49224b22bb2793614e59ad8f07b5b930f8098..d6c468dc3dae1778012e5c7c6e8b8ec61d1e023a 100644
--- a/services/device/BUILD.gn
+++ b/services/device/BUILD.gn
@@ -13,6 +13,7 @@ source_set("lib") {
deps = [
"//base",
+ "//device/power_monitor",
"//device/time_zone_monitor",
"//services/service_manager/public/cpp",
]

Powered by Google App Engine
This is Rietveld 408576698