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

Unified Diff: content/child/BUILD.gn

Issue 2460823002: Decouple Power Monitor from //content. (Closed)
Patch Set: Decouple Power Monitor from //content. Created 4 years, 2 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: content/child/BUILD.gn
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
index 2102ac612f51a09426bb6db314caa6aacb906f96..02db35b485827f3dd458ad950a256dd43d364c0a 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -130,8 +130,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",
@@ -235,6 +233,7 @@ target(link_target_type, "child") {
"//content/common",
"//content/public/common:common_sources",
"//crypto:platform",
+ "//device/power_monitor/public/cpp:power_monitor_broadcast_source",
blundell 2016/11/07 12:50:08 nit: this target should just be called "cpp".
ke.he 2016/11/08 08:59:55 Done.
"//gpu/command_buffer/client",
"//ipc",
"//ipc:mojom",

Powered by Google App Engine
This is Rietveld 408576698