diff options
author | benrg@chromium.org <benrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 05:31:09 +0000 |
---|---|---|
committer | benrg@chromium.org <benrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 05:31:09 +0000 |
commit | db83b39e75880dabdf1062c1fe8c877929da205a (patch) | |
tree | 8c7d504591d2dd5cc892833c88c5ee36f6a39b2c /tools/gritsettings | |
parent | 273b92888ed2f84ae4f274df1a3a7021ae6970eb (diff) | |
download | chromium_src-db83b39e75880dabdf1062c1fe8c877929da205a.zip chromium_src-db83b39e75880dabdf1062c1fe8c877929da205a.tar.gz chromium_src-db83b39e75880dabdf1062c1fe8c877929da205a.tar.bz2 |
Move Ash wallpapers into a separate grd/pak file to avoid duplication
BUG=141467
TEST=Local Linux build, try changing wallpaper
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10855059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150745 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/gritsettings')
-rw-r--r-- | tools/gritsettings/resource_ids | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/gritsettings/resource_ids b/tools/gritsettings/resource_ids index eb6200e..4b49797 100644 --- a/tools/gritsettings/resource_ids +++ b/tools/gritsettings/resource_ids @@ -47,8 +47,10 @@ "webkit/tools/test_shell/test_shell_resources.grd": { "includes": [5000], }, - "ui/resources/ui_resources.grd": { + "ui/resources/ui_resources_wallpapers.grd": { "includes": [5500], + }, + "ui/resources/ui_resources.grd": { "structures": [6000], }, "chrome/app/theme/theme_resources.grd": { |