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

Unified Diff: ui/ui_resources.gypi

Issue 9307110: Rename _large.grd to _2x.grd (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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 | « ui/resources/ui_resources_standard.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_resources.gypi
diff --git a/ui/ui_resources.gypi b/ui/ui_resources.gypi
index e7d6476a05665346be885a37bf127a0003b2adce..e9b63a699d057adb61ab267820f5e48dbc9f5dde 100644
--- a/ui/ui_resources.gypi
+++ b/ui/ui_resources.gypi
@@ -22,16 +22,16 @@
'includes': [ '../build/grit_target.gypi' ],
},
{
- 'target_name': 'ui_resources_large',
+ 'target_name': 'ui_resources_2x',
'type': 'none',
'variables': {
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_large',
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_2x',
},
'actions': [
{
- 'action_name': 'ui_resources_large',
+ 'action_name': 'ui_resources_2x',
'variables': {
- 'grit_grd_file': 'resources/ui_resources_large.grd',
+ 'grit_grd_file': 'resources/ui_resources_2x.grd',
},
'includes': [ '../build/grit_action.gypi' ],
},
« no previous file with comments | « ui/resources/ui_resources_standard.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698