diff options
-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', |