From 263fcaae086bb5ab9f74e0a7208293387e4546e1 Mon Sep 17 00:00:00 2001 From: "mmoss@google.com" Date: Fri, 5 Feb 2010 01:31:43 +0000 Subject: 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 --- chrome/app/theme/chromium/product_logo_128.png | Bin 0 -> 23911 bytes chrome/app/theme/chromium/product_logo_22.png | Bin 0 -> 1843 bytes chrome/app/theme/chromium/product_logo_24.png | Bin 0 -> 1774 bytes chrome/app/theme/chromium/product_logo_48.png | Bin 4850 -> 5365 bytes chrome/app/theme/chromium/product_logo_64.png | Bin 0 -> 8272 bytes chrome/installer/installer.gyp | 4 ++++ 6 files changed, 4 insertions(+) create mode 100644 chrome/app/theme/chromium/product_logo_128.png create mode 100644 chrome/app/theme/chromium/product_logo_22.png create mode 100644 chrome/app/theme/chromium/product_logo_24.png create mode 100644 chrome/app/theme/chromium/product_logo_64.png (limited to 'chrome') diff --git a/chrome/app/theme/chromium/product_logo_128.png b/chrome/app/theme/chromium/product_logo_128.png new file mode 100644 index 0000000..0081752 Binary files /dev/null and b/chrome/app/theme/chromium/product_logo_128.png differ diff --git a/chrome/app/theme/chromium/product_logo_22.png b/chrome/app/theme/chromium/product_logo_22.png new file mode 100644 index 0000000..9f4f006 Binary files /dev/null and b/chrome/app/theme/chromium/product_logo_22.png differ diff --git a/chrome/app/theme/chromium/product_logo_24.png b/chrome/app/theme/chromium/product_logo_24.png new file mode 100644 index 0000000..c4d6c5f Binary files /dev/null and b/chrome/app/theme/chromium/product_logo_24.png differ diff --git a/chrome/app/theme/chromium/product_logo_48.png b/chrome/app/theme/chromium/product_logo_48.png index df47815..5239208 100644 Binary files a/chrome/app/theme/chromium/product_logo_48.png and b/chrome/app/theme/chromium/product_logo_48.png differ diff --git a/chrome/app/theme/chromium/product_logo_64.png b/chrome/app/theme/chromium/product_logo_64.png new file mode 100644 index 0000000..64fab2f Binary files /dev/null and b/chrome/app/theme/chromium/product_logo_64.png differ 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', -- cgit v1.1