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

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: presubmit whitespace error 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 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",

Powered by Google App Engine
This is Rietveld 408576698