diff options
author | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-15 20:29:27 +0000 |
---|---|---|
committer | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-15 20:29:27 +0000 |
commit | 1d834382654265f1826cb1f8a7093c1b7f897ae3 (patch) | |
tree | b0b45dc01e55d647e2cb9ded82b42f58c0b3834d /tools | |
parent | cbdc9c328a59c0148b5919c3920e1bde98465ce9 (diff) | |
download | chromium_src-1d834382654265f1826cb1f8a7093c1b7f897ae3.zip chromium_src-1d834382654265f1826cb1f8a7093c1b7f897ae3.tar.gz chromium_src-1d834382654265f1826cb1f8a7093c1b7f897ae3.tar.bz2 |
make bubble_border to use resources under ui/resources.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7584007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96817 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/grit/resource_ids | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/grit/resource_ids b/tools/grit/resource_ids index bc06192..affa258 100644 --- a/tools/grit/resource_ids +++ b/tools/grit/resource_ids @@ -154,4 +154,11 @@ "chrome/browser/resources/workers_resources.grd": { "includes": [23500], }, + # All standard and large theme resources should have the same IDs. + "ui/resources/ui_resources_standard.grd": { + "includes": [24000], + }, + "ui/resources/ui_resources_large.grd": { + "includes": [24000], + }, } |