diff options
Diffstat (limited to 'mojo/mojo.gyp')
-rw-r--r-- | mojo/mojo.gyp | 3 |
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', |