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

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

Issue 2264543003: Adds sync brokering to Windows EDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge test interface Created 4 years, 3 months 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 7e21073f81a24d2de138ba433083d5cda768cfa8..9023fbd35c05946b4ccc314782e41af657b27827 100644
--- a/mojo/edk/system/BUILD.gn
+++ b/mojo/edk/system/BUILD.gn
@@ -20,9 +20,10 @@ component("system") {
"awakable_list.cc",
"awakable_list.h",
"broker.h",
+ "broker_host.cc",
"broker_host.h",
- "broker_host_posix.cc",
"broker_posix.cc",
+ "broker_win.cc",
"channel.cc",
"channel.h",
"channel_posix.cc",
@@ -106,7 +107,7 @@ component("system") {
if (is_nacl && !is_nacl_nonsfi) {
sources -= [
- "broker_host_posix.cc",
+ "broker_host.cc",
"broker_posix.cc",
"channel_posix.cc",
"remote_message_pipe_bootstrap.cc",

Powered by Google App Engine
This is Rietveld 408576698