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

Unified Diff: chrome/chrome_installer.gypi

Issue 10809048: Merge 145477 - build fix (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_installer.gypi
===================================================================
--- chrome/chrome_installer.gypi (revision 147770)
+++ chrome/chrome_installer.gypi (working copy)
@@ -332,10 +332,12 @@
[ 'branding == "Chrome"', {
'variables': {
'branding_dir': 'app/theme/google_chrome',
+ 'branding_dir_100': 'app/theme/default_100_percent/google_chrome',
},
}, { # else branding!="Chrome"
'variables': {
'branding_dir': 'app/theme/chromium',
+ 'branding_dir_100': 'app/theme/default_100_percent/chromium',
},
}],
],
@@ -422,6 +424,7 @@
'variables': {
# Always google_chrome since this only applies to branding==Chrome.
'branding_dir': 'app/theme/google_chrome',
+ 'branding_dir_100': 'app/theme/default_100_percent/google_chrome',
'version' : '<!(python <(version_py_path) -f ../chrome/VERSION -t "@MAJOR@.@MINOR@.@BUILD@.@PATCH@")',
'revision' : '<!(python ../build/util/lastchange.py --revision-only)',
'packaging_files_common': [
@@ -534,10 +537,10 @@
{
'destination': '<(PRODUCT_DIR)/installer/theme/',
'files': [
- 'default_100_percent/<(branding_dir)/product_logo_16.png',
+ '<(branding_dir_100)/product_logo_16.png',
'<(branding_dir)/product_logo_22.png',
'<(branding_dir)/product_logo_24.png',
- 'default_100_percent/<(branding_dir)/product_logo_32.png',
+ '<(branding_dir_100)/product_logo_32.png',
'<(branding_dir)/product_logo_48.png',
'<(branding_dir)/product_logo_64.png',
'<(branding_dir)/product_logo_128.png',
@@ -1039,10 +1042,12 @@
[ 'branding == "Chrome"', {
'variables': {
'branding_dir': 'app/theme/google_chrome',
+ 'branding_dir_100': 'app/theme/default_100_percent/google_chrome',
},
}, { # else branding!="Chrome"
'variables': {
'branding_dir': 'app/theme/chromium',
+ 'branding_dir_100': 'app/theme/default_100_percent/chromium',
},
}],
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698