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

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
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 6ccbdd5c0f6c17fc73dcb8d3a1667bcfb7a1db5f..27e48797bcdcc84e0849efb5ecfe3fdede353362 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -238,7 +238,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",
@@ -575,6 +574,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",

Powered by Google App Engine
This is Rietveld 408576698