| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 2f23a8f78c008126123a18eab25f6b75c1dc8859..b792d4024c1dbaf34857eff6d785fd28b3338c6f 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -561,20 +561,8 @@
|
| 'version_py_path': '<(DEPTH)/build/util/version.py',
|
| 'version_path': 'VERSION',
|
| 'template_input_path': 'common/chrome_version_info_values.h.version',
|
| + 'branding_path': 'app/theme/<(branding_path_component)/BRANDING',
|
| },
|
| - 'conditions': [
|
| - [ 'branding == "Chrome"', {
|
| - 'variables': {
|
| - 'branding_path':
|
| - 'app/theme/google_chrome/BRANDING',
|
| - },
|
| - }, { # else branding!="Chrome"
|
| - 'variables': {
|
| - 'branding_path':
|
| - 'app/theme/chromium/BRANDING',
|
| - },
|
| - }],
|
| - ],
|
| 'inputs': [
|
| '<(template_input_path)',
|
| '<(version_path)',
|
|
|