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 /tools/gritsettings | |
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 'tools/gritsettings')
-rw-r--r-- | tools/gritsettings/resource_ids | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gritsettings/resource_ids b/tools/gritsettings/resource_ids index f6bdcab..35d985c 100644 --- a/tools/gritsettings/resource_ids +++ b/tools/gritsettings/resource_ids @@ -143,7 +143,7 @@ "chrome/app/theme/theme_resources_standard.grd": { "includes": [21000], }, - "chrome/app/theme/theme_resources_large.grd": { + "chrome/app/theme/theme_resources_2x.grd": { "includes": [21000], }, # This file is generated during the build. @@ -169,7 +169,7 @@ "ui/resources/ui_resources_standard.grd": { "includes": [24000], }, - "ui/resources/ui_resources_large.grd": { + "ui/resources/ui_resources_2x.grd": { "includes": [24000], }, "content/content_resources.grd": { |