| Index: remoting/test/BUILD.gn
|
| diff --git a/remoting/test/BUILD.gn b/remoting/test/BUILD.gn
|
| index 36243e9d3b8acc63196e30ac6867620c3b53134e..28a15e9f4f54f1dd845ad2f316ce67155a7ccb91 100644
|
| --- a/remoting/test/BUILD.gn
|
| +++ b/remoting/test/BUILD.gn
|
| @@ -194,9 +194,12 @@ if (enable_remoting_host && !is_android && !is_chromeos) {
|
|
|
| deps = [
|
| ":it2me_standalone_host",
|
| - "//build/win:default_exe_manifest",
|
| ]
|
|
|
| + if (is_win) {
|
| + deps += [ "//remoting/host/win:dpi_aware_exe_manifest" ]
|
| + }
|
| +
|
| if (is_desktop_linux) {
|
| if (use_gtk3) {
|
| deps += [ "//build/config/linux/gtk3" ]
|
|
|