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

Unified Diff: mojo/mojo.gyp

Issue 346633002: Move channel_init out of mojo_common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix exports Created 6 years, 6 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/embedder/channel_init.cc ('k') | mojo/services/dbus_echo/dbus_echo_service.cc » ('j') | 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 7a27b57b2497c99468c3f1976919e9004bfa041f..cf7b7faeeaa68f82b5c69e2c0014e37728ff8231 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -152,6 +152,8 @@
'MOJO_USE_SYSTEM_IMPL',
],
'sources': [
+ 'embedder/channel_init.cc',
+ 'embedder/channel_init.h',
'embedder/embedder.cc',
'embedder/embedder.h',
'embedder/platform_channel_pair.cc',
@@ -332,8 +334,6 @@
'mojo_system_impl',
],
'sources': [
- 'common/channel_init.cc',
- 'common/channel_init.h',
'common/common_type_converters.cc',
'common/common_type_converters.h',
'common/data_pipe_utils.cc',
« no previous file with comments | « mojo/embedder/channel_init.cc ('k') | mojo/services/dbus_echo/dbus_echo_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698