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

Unified Diff: mojo/mojo.gyp

Issue 236813002: Move Mojo channel initialization closer to IPC::Channel setup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more missing deps 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 af6e853df4aa13b87db154d21def9c40c9850cf6..4fcacd08773f74887d48280161a1ad0fb8b72a25 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -270,6 +270,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',
@@ -279,8 +281,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