diff options
author | gburanov <gburanov@gmail.com> | 2015-04-28 05:17:33 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-28 12:17:33 +0000 |
commit | be076f940c3d02a690b876095eca988bb49d1930 (patch) | |
tree | d30203193fff6262c6d700f82dc8064931c4c7b1 /chrome_elf | |
parent | 49180eb13549e440bbd4f66390e32e84699dcdfd (diff) | |
download | chromium_src-be076f940c3d02a690b876095eca988bb49d1930.zip chromium_src-be076f940c3d02a690b876095eca988bb49d1930.tar.gz chromium_src-be076f940c3d02a690b876095eca988bb49d1930.tar.bz2 |
simplify branding
Please take look at
https://codereview.chromium.org/1090213002/patch/40001/50001
for details
BUG=
Review URL: https://codereview.chromium.org/1059333004
Cr-Commit-Position: refs/heads/master@{#327270}
Diffstat (limited to 'chrome_elf')
-rw-r--r-- | chrome_elf/chrome_elf.gyp | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp index 0b612a8..cbbb4b4 100644 --- a/chrome_elf/chrome_elf.gyp +++ b/chrome_elf/chrome_elf.gyp @@ -15,19 +15,9 @@ { 'target_name': 'chrome_elf_resources', 'type': 'none', - 'conditions': [ - ['branding == "Chrome"', { - 'variables': { - 'branding_path': '../chrome/app/theme/google_chrome/BRANDING', - }, - }, { # else branding!="Chrome" - 'variables': { - 'branding_path': '../chrome/app/theme/chromium/BRANDING', - }, - }], - ], 'variables': { 'output_dir': 'chrome_elf', + 'branding_path': '../chrome/app/theme/<(branding_path_component)/BRANDING', 'template_input_path': '../chrome/app/chrome_version.rc.version', }, 'sources': [ |