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

Unified Diff: mojo/mojo.gyp

Issue 60103005: Mojo: First stab at making MessagePipes work across OS pipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 2f40b1733c4e1cff26cdc9f9cad7acb1507ae68a..2e6337255f364059cb3057e65df37f0ba16f778e 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -68,6 +68,8 @@
'MOJO_SYSTEM_IMPLEMENTATION',
],
'sources': [
+ 'system/channel.cc',
+ 'system/channel.h',
'system/core.cc',
'system/core_impl.cc',
'system/core_impl.h',
@@ -87,6 +89,8 @@
'system/message_pipe_endpoint.cc',
'system/message_pipe_endpoint.h',
'system/platform_channel_handle.h',
+ 'system/proxy_message_pipe_endpoint.cc',
+ 'system/proxy_message_pipe_endpoint.h',
'system/raw_channel.h',
'system/raw_channel_posix.cc',
'system/simple_dispatcher.cc',
@@ -118,6 +122,7 @@
'system/message_pipe_dispatcher_unittest.cc',
'system/message_pipe_unittest.cc',
'system/raw_channel_posix_unittest.cc',
+ 'system/remote_message_pipe_unittest.cc',
'system/simple_dispatcher_unittest.cc',
'system/test_utils.cc',
'system/test_utils.h',

Powered by Google App Engine
This is Rietveld 408576698