| Index: chrome_elf/chrome_elf.gyp
|
| diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp
|
| index 0b612a87c6ec5e73c2d58b5915cf63822b6f9ec2..cbbb4b4b580717ff5fd51a327076d7fd1953b87d 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': [
|
|
|