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

Unified Diff: chrome/chrome_installer.gypi

Issue 1276043003: Move linux-specific icon to linux/ dir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: also update image Created 5 years, 4 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/app/theme/chromium/product_logo_32.xpm ('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 f1b15cc6dc20965d11b6eb705b430dfe203ae365..47fbb1a257958bc3a05934bfeb63032d1c62ba92 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -530,6 +530,7 @@
{
'destination': '<(PRODUCT_DIR)/installer/theme/',
'files': [
+ '<(branding_dir)/linux/product_logo_32.xpm',
'<(branding_dir_100)/product_logo_16.png',
'<(branding_dir)/product_logo_22.png',
'<(branding_dir)/product_logo_24.png',
@@ -538,7 +539,6 @@
'<(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',
],
},
« no previous file with comments | « chrome/app/theme/chromium/product_logo_32.xpm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698