| Index: mojo/shell/BUILD.gn
|
| diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
|
| index e67db15e882aaa2360aa53e3672868c920f81cf0..aef383b4b3c08d7521612e77508ef8a7279c17f1 100644
|
| --- a/mojo/shell/BUILD.gn
|
| +++ b/mojo/shell/BUILD.gn
|
| @@ -119,6 +119,12 @@ source_set("lib") {
|
| "//mojo/spy",
|
| ]
|
|
|
| + if (is_win) {
|
| + deps -= [
|
| + "//mojo/shell/domain_socket",
|
| + ]
|
| + }
|
| +
|
| if (is_android) {
|
| sources += [
|
| "network_application_loader.cc",
|
| @@ -217,8 +223,8 @@ source_set("external_application_registrar_connection") {
|
| ]
|
|
|
| deps = [
|
| - ":external_application_registrar_bindings",
|
| - "//mojo/shell/domain_socket"
|
| + ":external_application_registrar_bindings",
|
| + "//mojo/shell/domain_socket"
|
| ]
|
| }
|
|
|
|
|