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

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: rebased + a couple of merge fixes. 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
« no previous file with comments | « remoting/host/win/wts_session_process_launcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index e349ffa347a978d9c6874c2be277675c400210a3..d7d4965f66d4e0912c66de68032e81b7a946ea35 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' "
« no previous file with comments | « remoting/host/win/wts_session_process_launcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698