| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index c31a261c3788bb06d8faf37ff92459e64e9cb406..b01964f6d7eda8e6a4801b0aa685c44122e397e4 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -245,7 +245,6 @@ source_set("common") {
|
| "platform_notification_messages.h",
|
| "plugin_list.cc",
|
| "plugin_list.h",
|
| - "power_monitor_messages.h",
|
| "process_type.cc",
|
| "push_messaging_messages.h",
|
| "quota_messages.h",
|
| @@ -585,6 +584,7 @@ mojom("mojo_bindings") {
|
| public_deps = [
|
| "//components/leveldb/public/interfaces",
|
| "//content/public/common:interfaces",
|
| + "//device/power_monitor/public/interfaces",
|
| "//device/sensors/public/interfaces",
|
|
|
| # TODO(mcasas): remove the following dep after https://crbug.com/653994
|
|
|