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

Unified Diff: content/common/BUILD.gn

Issue 2433203003: Mojoify PoweMonitorMessageBroadcaster IPC from browser to child process (Closed)
Patch Set: Mojoify PoweMonitorMessageBroadcaster IPC from browser to child process 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/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

Powered by Google App Engine
This is Rietveld 408576698