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

Unified Diff: content/common/BUILD.gn

Issue 2690203003: Convert push_messaging IPC msgs into mojo interfaces (Closed)
Patch Set: remove DCHECK(ChildThreadImpl::Current()) 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 cf899ff08b2a2f1825dab3c5e0c6383b2e501b6a..6de696b1a16b887d7cbddf1d6563006b79299d52 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",
@@ -576,6 +575,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