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/installer | |
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/installer')
-rw-r--r-- | chrome/installer/installer.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
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', |