diff options
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/crash_service/caps/caps.gyp | 12 |
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', }, |