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

Unified Diff: mojo/mojo_edk.gyp

Issue 1387963004: Create a broker interface for the new Mojo EDK so that the browser can create and duplicate messa... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: small cleanup Created 5 years, 1 month 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 531def5b2e797bba845dfe7e52534ba5f9e89a0b..64cf4ba680270177f240389b7ffd0e65e1ef6bb0 100644
--- a/mojo/mojo_edk.gyp
+++ b/mojo/mojo_edk.gyp
@@ -67,6 +67,8 @@
'edk/system/awakable_list.h',
'edk/system/async_waiter.cc',
'edk/system/async_waiter.h',
+ 'edk/system/child_token_serializer_win.cc',
+ 'edk/system/child_token_serializer_win.h',
'edk/system/configuration.cc',
'edk/system/configuration.h',
'edk/system/core.cc',
@@ -77,6 +79,8 @@
'edk/system/data_pipe_consumer_dispatcher.h',
'edk/system/data_pipe_producer_dispatcher.cc',
'edk/system/data_pipe_producer_dispatcher.h',
+ 'edk/system/default_token_serializer_win.cc',
+ 'edk/system/default_token_serializer_win.h',
'edk/system/dispatcher.cc',
'edk/system/dispatcher.h',
'edk/system/handle_signals_state.h',
@@ -91,6 +95,10 @@
'edk/system/message_pipe_dispatcher.cc',
'edk/system/message_pipe_dispatcher.h',
'edk/system/options_validation.h',
+ 'edk/system/parent_token_serializer_state_win.cc',
+ 'edk/system/parent_token_serializer_state_win.h',
+ 'edk/system/parent_token_serializer_win.cc',
+ 'edk/system/parent_token_serializer_win.h',
'edk/system/platform_handle_dispatcher.cc',
'edk/system/platform_handle_dispatcher.h',
'edk/system/raw_channel.cc',
@@ -101,6 +109,8 @@
'edk/system/shared_buffer_dispatcher.h',
'edk/system/simple_dispatcher.cc',
'edk/system/simple_dispatcher.h',
+ 'edk/system/token_serializer_messages_win.h',
+ 'edk/system/token_serializer_win.h',
'edk/system/transport_data.cc',
'edk/system/transport_data.h',
'edk/system/waiter.cc',

Powered by Google App Engine
This is Rietveld 408576698