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

Unified Diff: third_party/mojo/mojo_edk_system_impl.gypi

Issue 954643002: Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use run_renderer_in_process() Created 5 years, 10 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
« no previous file with comments | « third_party/mojo/mojo_edk.gyp ('k') | third_party/mojo/mojo_edk_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « third_party/mojo/mojo_edk.gyp ('k') | third_party/mojo/mojo_edk_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698