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

Unified Diff: content/common/BUILD.gn

Issue 2690203003: Convert push_messaging IPC msgs into mojo interfaces (Closed)
Patch Set: code rebase Created 3 years, 10 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
« no previous file with comments | « content/child/push_messaging/push_provider.cc ('k') | content/common/content_message_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 1eab451e58e5e234f447b6288f1cc76923f0ace0..dafcf25ada7172fe1eef3e9d36d692a07de70bbd 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -248,7 +248,6 @@ source_set("common") {
"plugin_list.cc",
"plugin_list.h",
"process_type.cc",
- "push_messaging_messages.h",
"quarantine/quarantine.cc",
"quarantine/quarantine_constants_linux.h",
"quarantine/quarantine_linux.cc",
@@ -587,6 +586,7 @@ mojom("mojo_bindings") {
"media/media_devices.mojom",
"memory_coordinator.mojom",
"native_types.mojom",
+ "push_messaging.mojom",
"render_frame_message_filter.mojom",
"render_message_filter.mojom",
"render_widget_window_tree_client_factory.mojom",
« no previous file with comments | « content/child/push_messaging/push_provider.cc ('k') | content/common/content_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698