diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-28 01:50:39 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-28 01:50:39 +0000 |
commit | 0548bbf99d20961885b23d9f2f631bc4c5a5a59d (patch) | |
tree | b6ff42dd85c041ce2476ceb1cdb3e30649305c05 /chrome/chrome_dll_bundle.gypi | |
parent | a32c34b9dd7bcf91f5911768e4d601e0546f0d68 (diff) | |
download | chromium_src-0548bbf99d20961885b23d9f2f631bc4c5a5a59d.zip chromium_src-0548bbf99d20961885b23d9f2f631bc4c5a5a59d.tar.gz chromium_src-0548bbf99d20961885b23d9f2f631bc4c5a5a59d.tar.bz2 |
mac: Replace notification wrench pdf with a png
BUG=111101
TEST=If on 10.8, change NotificationUIManager::Create() to always create
non-native notifications. Go to http://dangercove.github.com/html5-notifications/
and create a plain text notification, the wrench image should show up fine in
normal, hover, and pressed states.
Before: http://imgur.com/yBAz0,XM7fI#0
After: http://imgur.com/yBAz0,XM7fI#1
Review URL: https://chromiumcodereview.appspot.com/11691003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174717 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll_bundle.gypi')
-rw-r--r-- | chrome/chrome_dll_bundle.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_dll_bundle.gypi b/chrome/chrome_dll_bundle.gypi index bc7d4d9..18b3d76 100644 --- a/chrome/chrome_dll_bundle.gypi +++ b/chrome/chrome_dll_bundle.gypi @@ -56,7 +56,6 @@ 'app/framework-Info.plist', '<@(mac_all_xibs)', - 'app/theme/balloon_wrench.pdf', 'app/theme/chevron.pdf', 'app/theme/find_next_Template.pdf', 'app/theme/find_prev_Template.pdf', |