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

Unified Diff: remoting/remoting.gyp

Issue 10831271: [Chromoting] Adding uiAccess='true' to the remoting_me2me_host.exe's manifest as it is required to … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback. Created 8 years, 4 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index ffcb70cac12c7a339ec262ff2b03ffe8ddc8843b..beb0e20fe6c2518ff0af32965ba8194fedd7ff1a 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -632,6 +632,8 @@
'AdditionalDependencies': [
'wtsapi32.lib',
],
+ # 2 == /SUBSYSTEM:WINDOWS
+ 'SubSystem': '2',
},
},
}, # end of target 'remoting_service'
@@ -1519,6 +1521,7 @@
'msvs_settings': {
'VCLinkerTool': {
'AdditionalOptions': [
+ "\"/MANIFESTUAC:level='requireAdministrator' uiAccess='true'\"",
"\"/manifestdependency:type='win32' "
"name='Microsoft.Windows.Common-Controls' "
"version='6.0.0.0' "

Powered by Google App Engine
This is Rietveld 408576698