diff options
author | andybons@chromium.org <andybons@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-01 15:35:46 +0000 |
---|---|---|
committer | andybons@chromium.org <andybons@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-01 15:35:46 +0000 |
commit | 31567793829b0adf833362075ba12e3aa04f201e (patch) | |
tree | 6d13ba83b38a4c5fecfcbbd2ba1a4781ef0cfb9c /chrome/chrome_dll.gypi | |
parent | eaeb4f26c61a7f9def3ee2ef77c056229efb2ad5 (diff) | |
download | chromium_src-31567793829b0adf833362075ba12e3aa04f201e.zip chromium_src-31567793829b0adf833362075ba12e3aa04f201e.tar.gz chromium_src-31567793829b0adf833362075ba12e3aa04f201e.tar.bz2 |
[Mac] Use Core Graphics to draw the close button used within tabs, infobars, the download shelf and other places. Delete the original pdfs. This is in line with the new top chrome refresh.
BUG=44574
TEST=none
Review URL: http://codereview.chromium.org/2805055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51367 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index b7dfcb6..91298cb 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -246,9 +246,6 @@ 'app/nibs/Toolbar.xib', 'app/theme/back_Template.pdf', '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/find_next_Template.pdf', 'app/theme/find_prev_Template.pdf', 'app/theme/forward_Template.pdf', |