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

Unified Diff: content/content_browser.gypi

Issue 256403004: Move Mojo channel initialization closer to IPC::Channel setup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another ios fix Created 6 years, 8 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/content_app.gypi ('k') | content/content_child.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 977185645470fdd47709047cd6b3213240e9c73f..139f946540709a9d5ae11a0e1424a221e032ac8c 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -808,6 +808,8 @@
'browser/message_port_service.h',
'browser/mime_registry_message_filter.cc',
'browser/mime_registry_message_filter.h',
+ 'browser/mojo/mojo_application_host.cc',
+ 'browser/mojo/mojo_application_host.h',
'browser/net/browser_online_state_observer.cc',
'browser/net/browser_online_state_observer.h',
'browser/net/sqlite_persistent_cookie_store.cc',
@@ -1075,8 +1077,6 @@
'browser/renderer_host/render_message_filter.h',
'browser/renderer_host/render_process_host_impl.cc',
'browser/renderer_host/render_process_host_impl.h',
- 'browser/renderer_host/render_process_host_mojo_impl.cc',
- 'browser/renderer_host/render_process_host_mojo_impl.h',
'browser/renderer_host/render_sandbox_host_linux.cc',
'browser/renderer_host/render_sandbox_host_linux.h',
'browser/renderer_host/render_process_host_impl.h',
@@ -1413,6 +1413,7 @@
'content_common_mojo_bindings',
'../cc/cc.gyp:cc',
'../mojo/mojo.gyp:mojo_bindings',
+ '../mojo/mojo.gyp:mojo_shell_bindings',
'../net/net.gyp:http_server',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
'../ui/surface/surface.gyp:surface',
« no previous file with comments | « content/content_app.gypi ('k') | content/content_child.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698