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

Unified Diff: chrome/chrome_resources.gyp

Issue 10082020: Metro/HiDPI: Use metro resource pak in metro mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: a 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
Index: chrome/chrome_resources.gyp
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index d4ec7b29d88a396ab67cd817da2d4e8bd74034be..1db17e88d5076508ca4864efa350dde25108e365 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -210,6 +210,13 @@
},
'includes': [ '../build/grit_action.gypi' ],
},
+ {
+ 'action_name': 'theme_resources_metro_1x',
+ 'variables': {
+ 'grit_grd_file': 'app/theme/theme_resources_metro_1x.grd',
+ },
+ 'includes': [ '../build/grit_action.gypi' ],
+ },
],
'includes': [ '../build/grit_target.gypi' ],
'conditions': [
@@ -244,6 +251,16 @@
},
],
}],
+ ['OS != "mac" and enable_metro == 1', {
sky 2012/04/13 22:56:15 Isn't metro going to be win only? If so, shouldn't
sail 2012/04/18 15:46:40 Done.
+ 'copies': [
+ {
+ 'destination': '<(PRODUCT_DIR)',
+ 'files': [
+ '<(grit_out_dir)/theme_resources_metro_1x.pak',
+ ],
+ },
+ ],
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698