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

Unified Diff: content/child/BUILD.gn

Issue 2460823002: Decouple Power Monitor from //content. (Closed)
Patch Set: code rebase 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
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/child/child_thread_impl.cc » ('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 5b96782e998144ad194d9936a758fae7f70eb046..93caaaae3e416a79dd31357805e522853ed2b2ec 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -128,8 +128,6 @@ target(link_target_type, "child") {
"notifications/notification_dispatcher.h",
"notifications/notification_manager.cc",
"notifications/notification_manager.h",
- "power_monitor_broadcast_source.cc",
- "power_monitor_broadcast_source.h",
"push_messaging/push_dispatcher.cc",
"push_messaging/push_dispatcher.h",
"push_messaging/push_provider.cc",
@@ -232,6 +230,7 @@ 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",
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/child/child_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698