diff options
author | tapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 03:55:05 +0000 |
---|---|---|
committer | tapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 03:55:05 +0000 |
commit | 88a91ee3d5549c0a9fff29afa389eb2608f1e78f (patch) | |
tree | 1d7915723fd9fc9d35e8e3d4cdd77b949948025c /chrome/DEPS | |
parent | dfbf827892607ed8e51e469846ca61cbe821c312 (diff) | |
download | chromium_src-88a91ee3d5549c0a9fff29afa389eb2608f1e78f.zip chromium_src-88a91ee3d5549c0a9fff29afa389eb2608f1e78f.tar.gz chromium_src-88a91ee3d5549c0a9fff29afa389eb2608f1e78f.tar.bz2 |
Create app shims with 32-bit icons only, as per OSX 10.5 spec.
This removes third_party/IconFamily from Chrome, which creates
questionable results when adding icon sizes < 128px. Since OSX 10.5, OSX
hasn't used indexed icons or alpha masks when a 32-bit icon is available
(see notes in OSServices.framework/IconStorage.h).
BUG=241304
TEST=Create an app shim and inspect Resources/app.icns using OSX Preview
-- ensure the icons are correct.
TBR=darin@chromium.org
Review URL: https://chromiumcodereview.appspot.com/15650005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203050 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 66a1c42..53ad9c2 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -43,7 +43,6 @@ include_rules = [ # Allow inclusion of third-party code: "+third_party/hunspell", - "+third_party/icon_family", # IconFamily for Mac. "+third_party/libxml", "+third_party/mozilla", # Mozilla interface headers. "+third_party/npapi", # NPAPI interface headers. |