diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-04 18:12:15 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-04 18:12:15 +0000 |
commit | d347cff66b930ecc034d8a7688674bf517cd5c06 (patch) | |
tree | 609659ed575eb441ea6d78d0964cd7cdb750c789 /chrome/chrome_installer.gypi | |
parent | 7cb77fff260e91e24a8bc53159eaa78e2e907eeb (diff) | |
download | chromium_src-d347cff66b930ecc034d8a7688674bf517cd5c06.zip chromium_src-d347cff66b930ecc034d8a7688674bf517cd5c06.tar.gz chromium_src-d347cff66b930ecc034d8a7688674bf517cd5c06.tar.bz2 |
HiDPI assets for product_logo_16 / _32
Use the new logo on about:chrome
BUG=134372,135179
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10692069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145475 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_installer.gypi')
-rw-r--r-- | chrome/chrome_installer.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi index 4e29039..39c94fd 100644 --- a/chrome/chrome_installer.gypi +++ b/chrome/chrome_installer.gypi @@ -581,10 +581,10 @@ { 'destination': '<(PRODUCT_DIR)/installer/theme/', 'files': [ - '<(branding_dir)/product_logo_16.png', + 'default_100_percent/<(branding_dir)/product_logo_16.png', '<(branding_dir)/product_logo_22.png', '<(branding_dir)/product_logo_24.png', - '<(branding_dir)/product_logo_32.png', + 'default_100_percent/<(branding_dir)/product_logo_32.png', '<(branding_dir)/product_logo_48.png', '<(branding_dir)/product_logo_64.png', '<(branding_dir)/product_logo_128.png', |