Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(987)

Unified Diff: mojo/mojo_edk.gyp

Issue 1585493002: [mojo] Ports EDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698