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

Unified Diff: content/common/BUILD.gn

Issue 2433203003: Mojoify PoweMonitorMessageBroadcaster IPC from browser to child process (Closed)
Patch Set: code rebase 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 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
« no previous file with comments | « content/child/power_monitor_broadcast_source_unittest.cc ('k') | content/common/content_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698