Index: remoting/test/BUILD.gn |
diff --git a/remoting/test/BUILD.gn b/remoting/test/BUILD.gn |
index c365bc1e2538d2fa765b09bd22a875f20439acf8..f6525c94f44d5ccee12799830340249eb44b4f51 100644 |
--- a/remoting/test/BUILD.gn |
+++ b/remoting/test/BUILD.gn |
@@ -194,21 +194,13 @@ if (enable_remoting_host && !is_android && !is_chromeos) { |
":it2me_standalone_host", |
] |
- if (is_win) { |
- deps += [ "//remoting/host/win:dpi_aware_exe_manifest" ] |
- } |
- |
if (is_desktop_linux) { |
- if (use_gtk3) { |
- deps += [ "//build/config/linux/gtk3" ] |
- } else { |
- deps += [ "//build/config/linux/gtk2" ] |
- } |
+ deps += [ "//build/config/linux/gtk" ] |
} |
if (is_win) { |
defines += [ "_ALT_NO_EXCEPTIONS" ] |
- |
+ deps += [ "//remoting/host/win:dpi_aware_exe_manifest" ] |
libs += [ |
"rpcrt4.lib", |
"wtsapi32.lib", |