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

Unified Diff: content/browser/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 | « no previous file | content/browser/push_messaging/push_messaging_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 0ec7e95b0b48b3ff99fa4daf3fedca185b03c088..9eef6fcf2e3dfda545c8711b054c3cd9e7366678 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -996,8 +996,8 @@ source_set("browser") {
"profiler_message_filter.h",
"push_messaging/push_messaging_context.cc",
"push_messaging/push_messaging_context.h",
- "push_messaging/push_messaging_message_filter.cc",
- "push_messaging/push_messaging_message_filter.h",
+ "push_messaging/push_messaging_manager.cc",
+ "push_messaging/push_messaging_manager.h",
"push_messaging/push_messaging_router.cc",
"push_messaging/push_messaging_router.h",
"quota_dispatcher_host.cc",
« no previous file with comments | « no previous file | content/browser/push_messaging/push_messaging_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698