Index: third_party/mojo/mojo_edk_system_impl.gypi |
diff --git a/third_party/mojo/mojo_edk_system_impl.gypi b/third_party/mojo/mojo_edk_system_impl.gypi |
index 62b8529416c5c929ad16375057f8c6642d400050..60fd1a95477004638a783c809e820a97cb0b25d7 100644 |
--- a/third_party/mojo/mojo_edk_system_impl.gypi |
+++ b/third_party/mojo/mojo_edk_system_impl.gypi |
@@ -62,6 +62,7 @@ |
'src/mojo/edk/system/core.h', |
'src/mojo/edk/system/data_pipe.cc', |
'src/mojo/edk/system/data_pipe.h', |
+ 'src/mojo/edk/system/data_pipe_impl.cc', |
'src/mojo/edk/system/data_pipe_impl.h', |
'src/mojo/edk/system/data_pipe_consumer_dispatcher.cc', |
'src/mojo/edk/system/data_pipe_consumer_dispatcher.h', |
@@ -101,6 +102,11 @@ |
'src/mojo/edk/system/platform_handle_dispatcher.h', |
'src/mojo/edk/system/proxy_message_pipe_endpoint.cc', |
'src/mojo/edk/system/proxy_message_pipe_endpoint.h', |
+ 'src/mojo/edk/system/remote_consumer_data_pipe_impl.cc', |
+ 'src/mojo/edk/system/remote_consumer_data_pipe_impl.h', |
+ 'src/mojo/edk/system/remote_data_pipe_ack.h', |
+ 'src/mojo/edk/system/remote_producer_data_pipe_impl.cc', |
+ 'src/mojo/edk/system/remote_producer_data_pipe_impl.h', |
'src/mojo/edk/system/raw_channel.cc', |
'src/mojo/edk/system/raw_channel.h', |
'src/mojo/edk/system/raw_channel_posix.cc', |