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

Unified Diff: mojo/mojo.gyp

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 | « mojo/common/mojo_channel_init.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 4db14764582aa52f7862c2a564bd571008791362..68e0e17ccb9d752f6fb7e50f00a1fcef2e63372b 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -280,6 +280,8 @@
'mojo_system_impl',
],
'sources': [
+ 'common/channel_init.cc',
+ 'common/channel_init.h',
'common/common_type_converters.cc',
'common/common_type_converters.h',
'common/environment_data.cc',
@@ -289,8 +291,6 @@
'common/message_pump_mojo.cc',
'common/message_pump_mojo.h',
'common/message_pump_mojo_handler.h',
- 'common/mojo_channel_init.cc',
- 'common/mojo_channel_init.h',
'common/time_helper.cc',
'common/time_helper.h',
],
« no previous file with comments | « mojo/common/mojo_channel_init.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698