| Index: remoting/host/BUILD.gn
|
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
|
| index fbe090514db4d3958ad549fe733c58e443319162..d8eed81390aa5fc7096db998f8e86397532ee6db 100644
|
| --- a/remoting/host/BUILD.gn
|
| +++ b/remoting/host/BUILD.gn
|
| @@ -645,6 +645,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
|
| deps = [
|
| ":remoting_core",
|
| ":remoting_windows_resources",
|
| + "//build/win:default_exe_manifest",
|
| ]
|
|
|
| sources = [
|
| @@ -661,6 +662,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
|
| deps = [
|
| ":remoting_core",
|
| ":remoting_windows_resources",
|
| + "//build/win:default_exe_manifest",
|
| ]
|
|
|
| sources = [
|
| @@ -710,6 +712,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
|
|
|
| deps = [
|
| "//build/config/sanitizers:deps",
|
| + "//build/win:default_exe_manifest",
|
| "//remoting/host/setup",
|
| ]
|
|
|
|
|