| 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 50991bf489d3f0217047a2d2c52bc0c6ec16e947..62b8529416c5c929ad16375057f8c6642d400050 100644
|
| --- a/third_party/mojo/mojo_edk_system_impl.gypi
|
| +++ b/third_party/mojo/mojo_edk_system_impl.gypi
|
| @@ -14,8 +14,6 @@
|
| 'sources': [
|
| 'src/mojo/edk/embedder/configuration.h',
|
| 'src/mojo/edk/embedder/channel_info_forward.h',
|
| - 'src/mojo/edk/embedder/channel_init.cc',
|
| - 'src/mojo/edk/embedder/channel_init.h',
|
| 'src/mojo/edk/embedder/embedder.cc',
|
| 'src/mojo/edk/embedder/embedder.h',
|
| 'src/mojo/edk/embedder/embedder_internal.h',
|
| @@ -64,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.h',
|
| 'src/mojo/edk/system/data_pipe_consumer_dispatcher.cc',
|
| 'src/mojo/edk/system/data_pipe_consumer_dispatcher.h',
|
| 'src/mojo/edk/system/data_pipe_producer_dispatcher.cc',
|
| @@ -77,12 +76,14 @@
|
| 'src/mojo/edk/system/handle_table.h',
|
| 'src/mojo/edk/system/incoming_endpoint.cc',
|
| 'src/mojo/edk/system/incoming_endpoint.h',
|
| - 'src/mojo/edk/system/local_data_pipe.cc',
|
| - 'src/mojo/edk/system/local_data_pipe.h',
|
| + 'src/mojo/edk/system/local_data_pipe_impl.cc',
|
| + 'src/mojo/edk/system/local_data_pipe_impl.h',
|
| 'src/mojo/edk/system/local_message_pipe_endpoint.cc',
|
| 'src/mojo/edk/system/local_message_pipe_endpoint.h',
|
| 'src/mojo/edk/system/mapping_table.cc',
|
| 'src/mojo/edk/system/mapping_table.h',
|
| + 'src/mojo/edk/system/master_connection_manager.cc',
|
| + 'src/mojo/edk/system/master_connection_manager.h',
|
| 'src/mojo/edk/system/memory.cc',
|
| 'src/mojo/edk/system/memory.h',
|
| 'src/mojo/edk/system/message_in_transit.cc',
|
| @@ -108,8 +109,12 @@
|
| 'src/mojo/edk/system/shared_buffer_dispatcher.h',
|
| 'src/mojo/edk/system/simple_dispatcher.cc',
|
| 'src/mojo/edk/system/simple_dispatcher.h',
|
| + 'src/mojo/edk/system/slave_connection_manager.cc',
|
| + 'src/mojo/edk/system/slave_connection_manager.h',
|
| 'src/mojo/edk/system/transport_data.cc',
|
| 'src/mojo/edk/system/transport_data.h',
|
| + 'src/mojo/edk/system/unique_identifier.cc',
|
| + 'src/mojo/edk/system/unique_identifier.h',
|
| 'src/mojo/edk/system/waiter.cc',
|
| 'src/mojo/edk/system/waiter.h',
|
| # Test-only code:
|
|
|