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", |