diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-08 15:31:06 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-08 15:31:06 +0000 |
commit | df0c36a8a724fa9c9c839fe2116fa448913bd458 (patch) | |
tree | dacae210175018a10487c6b4d665615d60f7d571 /chrome/chrome.gyp | |
parent | 351e823dc7bab899d9f1293c2e657346fd39d3d6 (diff) | |
download | chromium_src-df0c36a8a724fa9c9c839fe2116fa448913bd458.zip chromium_src-df0c36a8a724fa9c9c839fe2116fa448913bd458.tar.gz chromium_src-df0c36a8a724fa9c9c839fe2116fa448913bd458.tar.bz2 |
Use more images from the pak files
- Remove the alert icon from the download item dangerous download xib.
- Remove the download fav icon from the download shelf xib.
- Update the download shelf to fetch the image from the pak.
- Update the download item to fetch the alert image from the pak.
- Update the bookmark bar to fetch the folder icon from the xib and cache it.
- Remove the three images from the bundles.
BUG=20230
TEST=all three still show their images
Review URL: http://codereview.chromium.org/260012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28392 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-x | chrome/chrome.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 212ee61..10e6a65 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -4962,14 +4962,11 @@ 'app/nibs/TabView.xib', 'app/nibs/TaskManager.xib', 'app/nibs/Toolbar.xib', - 'app/theme/alert_small.png', 'app/theme/back_Template.pdf', - 'app/theme/bookmark_bar_folder.png', 'app/theme/chevron.png', # TODO(jrg): get and use a pdf version 'app/theme/close_bar.pdf', 'app/theme/close_bar_h.pdf', 'app/theme/close_bar_p.pdf', - 'app/theme/downloads_favicon.png', 'app/theme/find_next_Template.pdf', 'app/theme/find_prev_Template.pdf', 'app/theme/forward_Template.pdf', |