diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-01 17:46:57 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-01 17:46:57 +0000 |
commit | 3c03aea4a703f497ed77113c694f389868fc2fe6 (patch) | |
tree | 7210ff3ab24985090bee3636aa7b2971b88feb57 /tools/gritsettings | |
parent | 64d60f098cbfe103f84476cd4536cd0d668b00fa (diff) | |
download | chromium_src-3c03aea4a703f497ed77113c694f389868fc2fe6.zip chromium_src-3c03aea4a703f497ed77113c694f389868fc2fe6.tar.gz chromium_src-3c03aea4a703f497ed77113c694f389868fc2fe6.tar.bz2 |
Rename theme_resources_metro_1x.grd to theme_resources_touch_1x.grd
First of several CLs to rename "metro" assets to "touch" so it's clear we can use them on non-Metro touch platforms.
BUG=125265
TEST=compiles
Review URL: https://chromiumcodereview.appspot.com/10265012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134717 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/gritsettings')
-rw-r--r-- | tools/gritsettings/resource_ids | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gritsettings/resource_ids b/tools/gritsettings/resource_ids index fe51a30..ec1241e 100644 --- a/tools/gritsettings/resource_ids +++ b/tools/gritsettings/resource_ids @@ -146,7 +146,7 @@ "chrome/app/theme/theme_resources_2x.grd": { "includes": [21000], }, - "chrome/app/theme/theme_resources_metro_1x.grd": { + "chrome/app/theme/theme_resources_touch_1x.grd": { "includes": [21000], }, # This file is generated during the build. |