Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(622)

Unified Diff: remoting/test/BUILD.gn

Issue 2349883002: [Chromoting] Use remoting manifest in it2me_standalone_host_main (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698