diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-07 22:13:55 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-07 22:13:55 +0000 |
commit | 09dd31796a3164c6564c900586194aec7957189d (patch) | |
tree | 397c47f1d45b06a029df9a53b069efa26600f016 /chrome/chrome_resources.gyp | |
parent | 60d0673db91e7805394654019217319b7849ea56 (diff) | |
download | chromium_src-09dd31796a3164c6564c900586194aec7957189d.zip chromium_src-09dd31796a3164c6564c900586194aec7957189d.tar.gz chromium_src-09dd31796a3164c6564c900586194aec7957189d.tar.bz2 |
Rename _large.grd to _2x.grd
BUG=111101
TEST=none
Review URL: http://codereview.chromium.org/9307110
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120838 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_resources.gyp')
-rw-r--r-- | chrome/chrome_resources.gyp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp index e8b90d7..29227c7 100644 --- a/chrome/chrome_resources.gyp +++ b/chrome/chrome_resources.gyp @@ -211,9 +211,9 @@ 'includes': [ '../build/grit_action.gypi' ], }, { - 'action_name': 'theme_resources_large', + 'action_name': 'theme_resources_2x', 'variables': { - 'grit_grd_file': 'app/theme/theme_resources_large.grd', + 'grit_grd_file': 'app/theme/theme_resources_2x.grd', }, 'includes': [ '../build/grit_action.gypi' ], }, @@ -274,7 +274,7 @@ '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', '<(DEPTH)/ui/ui.gyp:gfx_resources', '<(DEPTH)/ui/ui.gyp:ui_resources', - '<(DEPTH)/ui/ui.gyp:ui_resources_large', + '<(DEPTH)/ui/ui.gyp:ui_resources_2x', '<(DEPTH)/ui/ui.gyp:ui_resources_standard', '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', |