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

Unified Diff: chrome/chrome_resources.gyp

Issue 10265012: Rename theme_resources_metro_1x.grd to theme_resources_touch_1x.grd (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 | « chrome/app/theme/theme_resources_touch_1x.grd ('k') | chrome/installer/mini_installer/chrome.release » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_resources.gyp
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index 8a515ff7c3ef2ca33ce98585b8775ecf37eaf138..cb49de0e1f6d29dc842fad4516798dd9042ba9d9 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -218,9 +218,9 @@
'includes': [ '../build/grit_action.gypi' ],
},
{
- 'action_name': 'theme_resources_metro_1x',
+ 'action_name': 'theme_resources_touch_1x',
'variables': {
- 'grit_grd_file': 'app/theme/theme_resources_metro_1x.grd',
+ 'grit_grd_file': 'app/theme/theme_resources_touch_1x.grd',
},
'includes': [ '../build/grit_action.gypi' ],
},
@@ -278,12 +278,13 @@
},
],
}],
- ['enable_metro == 1', {
+ # Touch enabled platforms.
+ ['enable_metro == 1 or use_ash == 1', {
sky 2012/04/30 22:43:48 I don't know how pervasive enable_metro is. Would
James Cook 2012/04/30 22:55:29 Oops, that wasn't supposed to be part of this CL.
'copies': [
{
'destination': '<(PRODUCT_DIR)',
'files': [
- '<(grit_out_dir)/theme_resources_metro_1x.pak',
+ '<(grit_out_dir)/theme_resources_touch_1x.pak',
],
},
],
« no previous file with comments | « chrome/app/theme/theme_resources_touch_1x.grd ('k') | chrome/installer/mini_installer/chrome.release » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698