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

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

Issue 2575103002: Fixing CRD curtain mode connection failures on Win8+ official builds (Closed)
Patch Set: Created 4 years 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 | « remoting/host/desktop_session_win.cc ('k') | remoting/host/win/wts_session_process_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/BUILD.gn
diff --git a/remoting/host/win/BUILD.gn b/remoting/host/win/BUILD.gn
index 7485a9cfd3b00c60d4fc02106d63203cd06b698b..d9f0c8a60729a97bc10f5c0ea25164322eebd8a4 100644
--- a/remoting/host/win/BUILD.gn
+++ b/remoting/host/win/BUILD.gn
@@ -429,7 +429,7 @@ executable("remoting_desktop") {
]
if (is_official_build) {
- deps += [ ":dpi_aware_elevated_exe_manifest" ]
+ deps += [ ":dpi_aware_uiaccess_require_admin_exe_manifest" ]
} else {
deps += [ ":dpi_aware_exe_manifest" ]
}
« no previous file with comments | « remoting/host/desktop_session_win.cc ('k') | remoting/host/win/wts_session_process_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698