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

Unified Diff: mojo/edk/system/BUILD.gn

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/edk/system/BUILD.gn
diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
index 1f04f6582a7d4ce02b16dca32bebf31afb914ec4..0fe314d8df4f8ca757b699135ef2868ed4f82a92 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",
@@ -41,6 +43,8 @@ static_library("system") {
"data_pipe_consumer_dispatcher.h",
"data_pipe_producer_dispatcher.cc",
"data_pipe_producer_dispatcher.h",
+ "default_token_serializer_win.cc",
+ "default_token_serializer_win.h",
"dispatcher.cc",
"dispatcher.h",
"handle_signals_state.h",
@@ -55,6 +59,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 +73,8 @@ static_library("system") {
"shared_buffer_dispatcher.h",
"simple_dispatcher.cc",
"simple_dispatcher.h",
+ "token_serializer_messages_win.h",
+ "token_serializer_win.h",
"transport_data.cc",
"transport_data.h",
"waiter.cc",

Powered by Google App Engine
This is Rietveld 408576698