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

Unified Diff: remoting/host/it2me/BUILD.gn

Issue 2343723002: Fix reference to //remoting/host/win:dpi_aware_uiaccess_exe_manifest in official win builds. (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/host/it2me/BUILD.gn
diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn
index 94dc856a9eabe2894483363e09308181a67a9b35..26a59e61d1fd9a6dfac2c2b3d6fda8165f958a00 100644
--- a/remoting/host/it2me/BUILD.gn
+++ b/remoting/host/it2me/BUILD.gn
@@ -125,7 +125,7 @@ if (!is_chromeos && !is_android && enable_remoting_host) {
# uiAccess requires a signed build to work correctly, so only enable the
# manifest flag when the binary will be properly signed.
if (is_official_build) {
- deps += [ "//remoting/host:dpi_aware_uiaccess_exe_manifest" ]
+ deps += [ "//remoting/host/win:dpi_aware_uiaccess_exe_manifest" ]
} else {
deps += [ "//remoting/host/win:dpi_aware_exe_manifest" ]
}
« 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