diff options
author | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-05 01:31:43 +0000 |
---|---|---|
committer | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-05 01:31:43 +0000 |
commit | 263fcaae086bb5ab9f74e0a7208293387e4546e1 (patch) | |
tree | c5a9ffedbfb0f9d3999c949a1051c6044b13e567 /chrome | |
parent | 3a60d2349854d9594b33aa119a390e39eee96f68 (diff) | |
download | chromium_src-263fcaae086bb5ab9f74e0a7208293387e4546e1.zip chromium_src-263fcaae086bb5ab9f74e0a7208293387e4546e1.tar.gz chromium_src-263fcaae086bb5ab9f74e0a7208293387e4546e1.tar.bz2 |
Additional Chromium icon resolutions for better Linux desktop integration.
BUG=34320
Review URL: http://codereview.chromium.org/575013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38158 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/theme/chromium/product_logo_128.png | bin | 0 -> 23911 bytes | |||
-rw-r--r-- | chrome/app/theme/chromium/product_logo_22.png | bin | 0 -> 1843 bytes | |||
-rw-r--r-- | chrome/app/theme/chromium/product_logo_24.png | bin | 0 -> 1774 bytes | |||
-rw-r--r-- | chrome/app/theme/chromium/product_logo_48.png | bin | 4850 -> 5365 bytes | |||
-rw-r--r-- | chrome/app/theme/chromium/product_logo_64.png | bin | 0 -> 8272 bytes | |||
-rw-r--r-- | chrome/installer/installer.gyp | 4 |
6 files changed, 4 insertions, 0 deletions
diff --git a/chrome/app/theme/chromium/product_logo_128.png b/chrome/app/theme/chromium/product_logo_128.png Binary files differnew file mode 100644 index 0000000..0081752 --- /dev/null +++ b/chrome/app/theme/chromium/product_logo_128.png diff --git a/chrome/app/theme/chromium/product_logo_22.png b/chrome/app/theme/chromium/product_logo_22.png Binary files differnew file mode 100644 index 0000000..9f4f006 --- /dev/null +++ b/chrome/app/theme/chromium/product_logo_22.png diff --git a/chrome/app/theme/chromium/product_logo_24.png b/chrome/app/theme/chromium/product_logo_24.png Binary files differnew file mode 100644 index 0000000..c4d6c5f --- /dev/null +++ b/chrome/app/theme/chromium/product_logo_24.png diff --git a/chrome/app/theme/chromium/product_logo_48.png b/chrome/app/theme/chromium/product_logo_48.png Binary files differindex df47815..5239208 100644 --- a/chrome/app/theme/chromium/product_logo_48.png +++ b/chrome/app/theme/chromium/product_logo_48.png diff --git a/chrome/app/theme/chromium/product_logo_64.png b/chrome/app/theme/chromium/product_logo_64.png Binary files differnew file mode 100644 index 0000000..64fab2f --- /dev/null +++ b/chrome/app/theme/chromium/product_logo_64.png diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp index c75c7db..818817d 100644 --- a/chrome/installer/installer.gyp +++ b/chrome/installer/installer.gyp @@ -408,8 +408,12 @@ 'destination': '<(PRODUCT_DIR)/installer/theme/', 'files': [ '<(branding_dir)/product_logo_16.png', + '<(branding_dir)/product_logo_22.png', + '<(branding_dir)/product_logo_24.png', '<(branding_dir)/product_logo_32.png', '<(branding_dir)/product_logo_48.png', + '<(branding_dir)/product_logo_64.png', + '<(branding_dir)/product_logo_128.png', '<(branding_dir)/product_logo_256.png', '<(branding_dir)/product_logo_32.xpm', '<(branding_dir)/BRANDING', |