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