| Index: mojo/mojo_edk.gyp
|
| diff --git a/mojo/mojo_edk.gyp b/mojo/mojo_edk.gyp
|
| index 5d265a68a59900370e0309076c3394f9bb9ac1e0..a4e96e7e8ca5ecd744200bb10b975434f2c8745b 100644
|
| --- a/mojo/mojo_edk.gyp
|
| +++ b/mojo/mojo_edk.gyp
|
| @@ -28,6 +28,8 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| + '../crypto/crypto.gyp:crypto',
|
| + '../third_party/mojo/mojo_public.gyp:mojo_system_headers',
|
| ],
|
| 'defines': [
|
| 'MOJO_SYSTEM_IMPL_IMPLEMENTATION',
|
| @@ -67,20 +69,18 @@
|
| 'edk/system/awakable_list.h',
|
| 'edk/system/async_waiter.cc',
|
| 'edk/system/async_waiter.h',
|
| - 'edk/system/broker.h',
|
| - 'edk/system/broker_messages.h',
|
| - 'edk/system/broker_state.cc',
|
| - 'edk/system/broker_state.h',
|
| - 'edk/system/child_broker_host.cc',
|
| - 'edk/system/child_broker_host.h',
|
| + 'edk/system/channel.cc',
|
| + 'edk/system/channel.h',
|
| + 'edk/system/channel_posix.cc',
|
| + 'edk/system/channel_win.cc',
|
| 'edk/system/configuration.cc',
|
| 'edk/system/configuration.h',
|
| 'edk/system/core.cc',
|
| 'edk/system/core.h',
|
| - 'edk/system/data_pipe.cc',
|
| - 'edk/system/data_pipe.h',
|
| 'edk/system/data_pipe_consumer_dispatcher.cc',
|
| 'edk/system/data_pipe_consumer_dispatcher.h',
|
| + 'edk/system/data_pipe_control_message.cc',
|
| + 'edk/system/data_pipe_control_message.h',
|
| 'edk/system/data_pipe_producer_dispatcher.cc',
|
| 'edk/system/data_pipe_producer_dispatcher.h',
|
| 'edk/system/dispatcher.cc',
|
| @@ -90,29 +90,36 @@
|
| 'edk/system/handle_table.h',
|
| 'edk/system/mapping_table.cc',
|
| 'edk/system/mapping_table.h',
|
| - 'edk/system/message_in_transit.cc',
|
| - 'edk/system/message_in_transit.h',
|
| - 'edk/system/message_in_transit_queue.cc',
|
| - 'edk/system/message_in_transit_queue.h',
|
| 'edk/system/message_pipe_dispatcher.cc',
|
| 'edk/system/message_pipe_dispatcher.h',
|
| + 'edk/system/node_channel.cc',
|
| + 'edk/system/node_channel.h',
|
| + 'edk/system/node_controller.cc',
|
| + 'edk/system/node_controller.h',
|
| 'edk/system/options_validation.h',
|
| - 'edk/system/child_broker.cc',
|
| - 'edk/system/child_broker.h',
|
| 'edk/system/platform_handle_dispatcher.cc',
|
| 'edk/system/platform_handle_dispatcher.h',
|
| - 'edk/system/raw_channel.cc',
|
| - 'edk/system/raw_channel.h',
|
| - 'edk/system/raw_channel_posix.cc',
|
| - 'edk/system/raw_channel_win.cc',
|
| - 'edk/system/routed_raw_channel.cc',
|
| - 'edk/system/routed_raw_channel.h',
|
| + 'edk/system/ports/event.h',
|
| + 'edk/system/ports/hash_functions.h',
|
| + 'edk/system/ports/message.cc',
|
| + 'edk/system/ports/message.h',
|
| + 'edk/system/ports/message_queue.cc',
|
| + 'edk/system/ports/message_queue.h',
|
| + 'edk/system/ports/name.cc',
|
| + 'edk/system/ports/name.h',
|
| + 'edk/system/ports/node.cc',
|
| + 'edk/system/ports/node.h',
|
| + 'edk/system/ports/node_delegate.h',
|
| + 'edk/system/ports/port.cc',
|
| + 'edk/system/ports/port.h',
|
| + 'edk/system/ports/port_ref.cc',
|
| + 'edk/system/ports/user_data.h',
|
| + 'edk/system/ports_message.cc',
|
| + 'edk/system/ports_message.h',
|
| + 'edk/system/remote_message_pipe_bootstrap.cc',
|
| + 'edk/system/remote_message_pipe_bootstrap.h',
|
| 'edk/system/shared_buffer_dispatcher.cc',
|
| 'edk/system/shared_buffer_dispatcher.h',
|
| - 'edk/system/simple_dispatcher.cc',
|
| - 'edk/system/simple_dispatcher.h',
|
| - 'edk/system/transport_data.cc',
|
| - 'edk/system/transport_data.h',
|
| 'edk/system/wait_set_dispatcher.cc',
|
| 'edk/system/wait_set_dispatcher.h',
|
| 'edk/system/waiter.cc',
|
| @@ -198,6 +205,8 @@
|
| 'mojo_system_impl2',
|
| ],
|
| 'sources': [
|
| + 'edk/test/mojo_test_base.cc',
|
| + 'edk/test/mojo_test_base.h',
|
| 'edk/test/multiprocess_test_helper.cc',
|
| 'edk/test/multiprocess_test_helper.h',
|
| 'edk/test/scoped_ipc_support.cc',
|
|
|