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

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: rebased 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 93741045c5d695af25ef9969ae9c681a6f1d30a9..dbe1a61d9e63a3f60bb8d168f9bcf9ef78812604 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -80,6 +80,8 @@
'MOJO_SYSTEM_IMPLEMENTATION',
],
'sources': [
+ 'system/channel.cc',
+ 'system/channel.h',
'system/core.cc',
'system/core_impl.cc',
'system/core_impl.h',
@@ -99,8 +101,11 @@
'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/raw_channel_win.cc',
'system/simple_dispatcher.cc',
'system/simple_dispatcher.h',
'system/waiter.cc',
@@ -130,6 +135,7 @@
'system/message_pipe_dispatcher_unittest.cc',
'system/message_pipe_unittest.cc',
'system/raw_channel_posix_unittest.cc',
+ 'system/remote_message_pipe_posix_unittest.cc',
'system/simple_dispatcher_unittest.cc',
'system/test_utils.cc',
'system/test_utils.h',
« base/compiler_specific.h ('K') | « base/compiler_specific.h ('k') | mojo/system/channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698