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

Unified Diff: mojo/mojo_edk.gyp

Issue 1465183005: Rename mojo::TokenSerializer to mojo::Broker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win component 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 a60e2c751f8f7ddf69ee436497c806c8b3eb02ee..e8ce78ab60ee76ba27156d851e50f8084dd6c487 100644
--- a/mojo/mojo_edk.gyp
+++ b/mojo/mojo_edk.gyp
@@ -67,8 +67,12 @@
'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/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/configuration.cc',
'edk/system/configuration.h',
'edk/system/core.cc',
@@ -93,10 +97,8 @@
'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/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',
@@ -105,12 +107,10 @@
'edk/system/raw_channel_win.cc',
'edk/system/shared_buffer_dispatcher.cc',
'edk/system/shared_buffer_dispatcher.h',
+ 'edk/system/simple_broker.cc',
+ 'edk/system/simple_broker.h',
'edk/system/simple_dispatcher.cc',
'edk/system/simple_dispatcher.h',
- 'edk/system/simple_token_serializer_win.cc',
- 'edk/system/simple_token_serializer_win.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