| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'version_py': '../../chrome/tools/build/version.py', | 3 'version_py': '../../chrome/tools/build/version.py', |
| 4 'version_path': '../../chrome/VERSION', | 4 'version_path': '../../chrome/VERSION', |
| 5 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', | 5 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', |
| 6 # 'branding_dir' is set in the 'conditions' section at the bottom. | 6 # 'branding_dir' is set in the 'conditions' section at the bottom. |
| 7 }, | 7 }, |
| 8 'conditions': [ | 8 'conditions': [ |
| 9 ['OS=="win"', { | 9 ['OS=="win"', { |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 'variables': { | 614 'variables': { |
| 615 'branding_dir': '../app/theme/google_chrome', | 615 'branding_dir': '../app/theme/google_chrome', |
| 616 }, | 616 }, |
| 617 }, { # else branding!="Chrome" | 617 }, { # else branding!="Chrome" |
| 618 'variables': { | 618 'variables': { |
| 619 'branding_dir': '../app/theme/chromium', | 619 'branding_dir': '../app/theme/chromium', |
| 620 }, | 620 }, |
| 621 }], | 621 }], |
| 622 ], | 622 ], |
| 623 } | 623 } |
| 624 |
| 625 # Local Variables: |
| 626 # tab-width:2 |
| 627 # indent-tabs-mode:nil |
| 628 # End: |
| 629 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |