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