summaryrefslogtreecommitdiffstats
path: root/mojo/mojo.gyp
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-13 22:40:06 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-13 22:40:06 +0000
commitd1e0c221a522f1e9a4691faf4bee7fb6a3de99de (patch)
tree97286786eb1927e7d87d3f40c1bcbd593939fa22 /mojo/mojo.gyp
parent2ef8ba538b567d2c4e175a5cf55eb63a34778a6b (diff)
downloadchromium_src-d1e0c221a522f1e9a4691faf4bee7fb6a3de99de.zip
chromium_src-d1e0c221a522f1e9a4691faf4bee7fb6a3de99de.tar.gz
chromium_src-d1e0c221a522f1e9a4691faf4bee7fb6a3de99de.tar.bz2
Mojo: Add a dispatcher that wraps a PlatformHandle (for use by the embedder).
Still to do: more tests -- test the embedder API and see if they can be sent over a message pipe across processes (on POSIX; it's theoretically implemented for POSIX and not yet implemented on Windows). R=darin@chromium.org Review URL: https://codereview.chromium.org/287663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270230 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/mojo.gyp')
-rw-r--r--mojo/mojo.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 56c9997..dd167b8 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -188,6 +188,8 @@
'system/message_pipe_dispatcher.h',
'system/message_pipe_endpoint.cc',
'system/message_pipe_endpoint.h',
+ 'system/platform_handle_dispatcher.cc',
+ 'system/platform_handle_dispatcher.h',
'system/proxy_message_pipe_endpoint.cc',
'system/proxy_message_pipe_endpoint.h',
'system/raw_channel.cc',
@@ -243,6 +245,7 @@
'system/message_pipe_dispatcher_unittest.cc',
'system/message_pipe_unittest.cc',
'system/multiprocess_message_pipe_unittest.cc',
+ 'system/platform_handle_dispatcher_unittest.cc',
'system/raw_channel_unittest.cc',
'system/raw_shared_buffer_unittest.cc',
'system/remote_message_pipe_unittest.cc',