diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-15 19:41:42 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-15 19:41:42 +0000 |
commit | bf44c1326a8997943e16a3aaccc013e3405b8a2b (patch) | |
tree | 3d01494519f9e709375970140eae3aefc2e6e2a6 /tools/gritsettings | |
parent | 7f8f24fef695dbf71762bb2f376d95d8b9669bc4 (diff) | |
download | chromium_src-bf44c1326a8997943e16a3aaccc013e3405b8a2b.zip chromium_src-bf44c1326a8997943e16a3aaccc013e3405b8a2b.tar.gz chromium_src-bf44c1326a8997943e16a3aaccc013e3405b8a2b.tar.bz2 |
Move scale factor independent resources to separate chrome_unscaled_resources.grd. I'll rename theme_resources.grd to chrome_scaled_resources.grd in separate CL.
Load such resources as SCALE_FACTOR_NONE (this will be renamed to SCALE_FACTOR_INDEPENDENT (or something that means it's not pre scaled) in follow-up CL)
BUG=160770
TEST=none
Review URL: https://chromiumcodereview.appspot.com/11361256
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167992 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/gritsettings')
-rw-r--r-- | tools/gritsettings/resource_ids | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/gritsettings/resource_ids b/tools/gritsettings/resource_ids index e0c86fb..1a80baa 100644 --- a/tools/gritsettings/resource_ids +++ b/tools/gritsettings/resource_ids @@ -58,8 +58,10 @@ "includes": [6300], }, "chrome/app/theme/theme_resources.grd": { - "includes": [6500], - "structures": [7000], + "structures": [6500], + }, + "chrome/app/theme/chrome_unscaled_resources.grd": { + "includes": [7500], }, "chrome_frame/resources/chrome_frame_resources.grd": { "includes": [8000], |