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

Unified Diff: content/content_shell.gypi

Issue 15649020: Enable visual styles for content_shell.exe, so that tooltips can work when hover around an element … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do not find copies. Created 7 years, 7 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 | « AUTHORS ('k') | content/shell/app/shell.exe.manifest » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index eca6dac901d8cfff5578d9f9934ecb11f70c7dac..92b7b9cd62d9fc290a9fdeefd67b0449f35380c1 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -362,6 +362,9 @@
'VCLinkerTool': {
'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
},
+ 'VCManifestTool': {
+ 'AdditionalManifestFiles': 'shell/app/shell.exe.manifest',
+ },
},
'conditions': [
['OS=="win" and win_use_allocator_shim==1', {
« no previous file with comments | « AUTHORS ('k') | content/shell/app/shell.exe.manifest » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698