| 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',
|
|
|