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', |
], |