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

Unified Diff: services/device/BUILD.gn

Issue 2510033002: [Device Service] Move PowerMonitor into the Device Service (Closed)
Patch Set: 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: services/device/BUILD.gn
diff --git a/services/device/BUILD.gn b/services/device/BUILD.gn
index e4c33bb4557783168e630f0a5086e2246e37d6e5..e0e9d1c7df7ab9b1aa2762d596be9b866ed6e342 100644
--- a/services/device/BUILD.gn
+++ b/services/device/BUILD.gn
@@ -13,6 +13,7 @@ source_set("lib") {
deps = [
"//base",
+ "//device/power_monitor",
"//services/service_manager/public/cpp",
]

Powered by Google App Engine
This is Rietveld 408576698