diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-14 03:13:15 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-14 03:13:15 +0000 |
commit | 056ab7e6e22b705db43acddf506cfaf300e43513 (patch) | |
tree | d2ac44418c1d853efd4004e3f6098369c557a2ff /tools/gritsettings | |
parent | c1d408717c9b72cdacbc981e467b866fe560181b (diff) | |
download | chromium_src-056ab7e6e22b705db43acddf506cfaf300e43513.zip chromium_src-056ab7e6e22b705db43acddf506cfaf300e43513.tar.gz chromium_src-056ab7e6e22b705db43acddf506cfaf300e43513.tar.bz2 |
Move wallpapers to ash/resource
TBR=sky@chromium.org
BUG=141663
TEST=none
Review URL: https://codereview.chromium.org/10910264
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156728 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/gritsettings')
-rw-r--r-- | tools/gritsettings/resource_ids | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/gritsettings/resource_ids b/tools/gritsettings/resource_ids index a3facee..2539774 100644 --- a/tools/gritsettings/resource_ids +++ b/tools/gritsettings/resource_ids @@ -48,14 +48,14 @@ "webkit/tools/test_shell/test_shell_resources.grd": { "includes": [5000], }, - "ui/resources/ui_resources_wallpapers.grd": { - "includes": [5500], - }, "ui/resources/ui_resources.grd": { - "structures": [6000], + "structures": [5500], }, "ash/resources/ash_resources.grd": { - "structures": [6200], + "structures": [5900], + }, + "ash/resources/ash_wallpaper_resources.grd": { + "includes": [6300], }, "chrome/app/theme/theme_resources.grd": { "includes": [6500], |