| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index cbf0bb5aee63e83c283e1d2c708764ab6ed2d6ef..210aa74717bf6eee9d165f84c3ca08535a65e6bc 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -242,7 +242,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",
|
| @@ -578,6 +577,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
|
|
|