Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5909)

Unified Diff: chrome/chrome_installer.gypi

Issue 10692069: HiDPI assets for product_logo_16 / _32 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add todo Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_installer.gypi
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index 4e2903977d427f7460c9e045a10b0cacefb2e2dc..39c94fd62fe1a270d918c8587c53a07258422620 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',
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698