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

Unified Diff: content/child/BUILD.gn

Issue 2678373003: [DeviceService] Move PowerMonitor interfaces, client lib, impl to live in Device Service (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/child/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/BUILD.gn
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
index f360e88c924763416f74bd7dacaf6ae10755044b..d72cd20d853ff8adff788e6c6b09e652d48f3837 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -231,7 +231,6 @@ target(link_target_type, "child") {
"//content/common",
"//content/public/common:common_sources",
"//crypto:platform",
- "//device/power_monitor/public/cpp",
"//gpu/command_buffer/client",
"//ipc",
"//ipc:mojom",
@@ -239,7 +238,8 @@ target(link_target_type, "child") {
"//mojo/common",
"//mojo/edk/system",
"//net",
- "//services/device/public/interfaces",
+ "//services/device/public/cpp/power_monitor",
+ "//services/device/public/interfaces:constants",
"//services/service_manager/public/cpp",
"//services/service_manager/public/interfaces",
"//services/service_manager/runner/common",
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/child/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698