| Index: mojo/edk/system/BUILD.gn
|
| diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
|
| index f0c1e820b6f771cfabcd9fd341447b07c92f4968..7b25702b0de2159c6f8aa83df70141051fd81003 100644
|
| --- a/mojo/edk/system/BUILD.gn
|
| +++ b/mojo/edk/system/BUILD.gn
|
| @@ -31,6 +31,8 @@ static_library("system") {
|
| "awakable.h",
|
| "awakable_list.cc",
|
| "awakable_list.h",
|
| + "child_token_serializer_win.cc",
|
| + "child_token_serializer_win.h",
|
| "configuration.cc",
|
| "configuration.h",
|
| "core.cc",
|
| @@ -55,6 +57,10 @@ static_library("system") {
|
| "message_pipe_dispatcher.cc",
|
| "message_pipe_dispatcher.h",
|
| "options_validation.h",
|
| + "parent_token_serializer_state_win.cc",
|
| + "parent_token_serializer_state_win.h",
|
| + "parent_token_serializer_win.cc",
|
| + "parent_token_serializer_win.h",
|
| "platform_handle_dispatcher.cc",
|
| "platform_handle_dispatcher.h",
|
| "raw_channel.cc",
|
| @@ -65,6 +71,10 @@ static_library("system") {
|
| "shared_buffer_dispatcher.h",
|
| "simple_dispatcher.cc",
|
| "simple_dispatcher.h",
|
| + "simple_token_serializer_win.cc",
|
| + "simple_token_serializer_win.h",
|
| + "token_serializer_messages_win.h",
|
| + "token_serializer_win.h",
|
| "transport_data.cc",
|
| "transport_data.h",
|
| "waiter.cc",
|
|
|