summaryrefslogtreecommitdiffstats
path: root/chrome/tools
diff options
context:
space:
mode:
authorgburanov <gburanov@gmail.com>2015-04-28 16:25:09 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-28 23:25:35 +0000
commiteaf365a0d6373700b3cb8d51a6de09e52039461c (patch)
treebeace257509d935b8d288592c607b47abb7d4621 /chrome/tools
parent654644c800bf663c6a1c35e81c9d2db9759103d1 (diff)
downloadchromium_src-eaf365a0d6373700b3cb8d51a6de09e52039461c.zip
chromium_src-eaf365a0d6373700b3cb8d51a6de09e52039461c.tar.gz
chromium_src-eaf365a0d6373700b3cb8d51a6de09e52039461c.tar.bz2
use 'branding_path_component' to simplify branding in chrome main directory (and crash service) - part 2
Also in context of this review crash service is also using 'branding_path_component' Please take look at https://codereview.chromium.org/1090213002/patch/40001/50001 for details BUG= Review URL: https://codereview.chromium.org/1114453002 Cr-Commit-Position: refs/heads/master@{#327388}
Diffstat (limited to 'chrome/tools')
-rw-r--r--chrome/tools/crash_service/caps/caps.gyp12
1 files changed, 1 insertions, 11 deletions
diff --git a/chrome/tools/crash_service/caps/caps.gyp b/chrome/tools/crash_service/caps/caps.gyp
index 42fbead..9379c52 100644
--- a/chrome/tools/crash_service/caps/caps.gyp
+++ b/chrome/tools/crash_service/caps/caps.gyp
@@ -13,18 +13,8 @@
{
'target_name': 'caps_resources',
'type': 'none',
- 'conditions': [
- ['branding == "Chrome"', {
- 'variables': {
- 'branding_path': '../../../app/theme/google_chrome/BRANDING',
- },
- }, { # else branding!="Chrome"
- 'variables': {
- 'branding_path': '../../../app/theme/chromium/BRANDING',
- },
- }],
- ],
'variables': {
+ 'branding_path': '../../../app/theme/<(branding_path_component)/BRANDING',
'output_dir': 'caps',
'template_input_path': '../../../app/chrome_version.rc.version',
},