diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-06 15:08:17 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-06 15:08:17 +0000 |
commit | 87ae07b73aa50124639388a145d7733c68f094cb (patch) | |
tree | bb6de38a8a86cf03a87a8c94a64e547f291d5c4a /chrome/chrome.gyp | |
parent | 240f892ba41dcf28c976c22bb0a41eb5f7f699d7 (diff) | |
download | chromium_src-87ae07b73aa50124639388a145d7733c68f094cb.zip chromium_src-87ae07b73aa50124639388a145d7733c68f094cb.tar.gz chromium_src-87ae07b73aa50124639388a145d7733c68f094cb.tar.bz2 |
Removed omnibox images from the bundle.
Update the code to pull the omnibox images from the pak files instead.
TEST=Omnibox still has all the right images next to the things it lists
BUG=20230
Review URL: http://codereview.chromium.org/246101
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28104 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-x | chrome/chrome.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 358d8ea..4070f28 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -3286,11 +3286,6 @@ 'app/theme/menu_page_Template.pdf', 'app/theme/nav.pdf', 'app/theme/newtab.pdf', - 'app/theme/o2_globe.png', - 'app/theme/o2_history.png', - 'app/theme/o2_more.png', - 'app/theme/o2_search.png', - 'app/theme/o2_star.png', 'app/theme/otr_icon.pdf', 'app/theme/reload_Template.pdf', 'app/theme/star_Template.pdf', |