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

Unified Diff: remoting/remoting.gyp

Issue 10270034: Using Vista common controls library to show pretty controls in the PIN confirmation dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/elevated_controller_module_win.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 ada7e81e301aa0e596d749055744b545646496cc..36e92831e3579979b479c35d8b844180d180d24a 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -427,9 +427,21 @@
'host/verify_config_window_win.h',
'<(SHARED_INTERMEDIATE_DIR)/remoting/elevated_controller_version.rc'
],
+ 'link_settings': {
+ 'libraries': [
+ '-lcomctl32.lib',
+ ],
+ },
'msvs_settings': {
'VCLinkerTool': {
- 'AdditionalOptions': ["/MANIFESTUAC:level='requireAdministrator'"],
+ 'AdditionalOptions': [
+ "/MANIFESTUAC:level='requireAdministrator'",
+ "\"/manifestdependency:type='win32' "
+ "name='Microsoft.Windows.Common-Controls' "
+ "version='6.0.0.0' "
+ "processorArchitecture='*' "
+ "publicKeyToken='6595b64144ccf1df' language='*'\"",
+ ],
# 2 == /SUBSYSTEM:WINDOWS
'SubSystem': '2',
},
« no previous file with comments | « remoting/host/elevated_controller_module_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698