| 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': [ |
| 11 { | 11 { |
| 12 'target_name': 'installer_util', | 12 'target_name': 'installer_util', |
| 13 'type': '<(library)', | 13 'type': '<(library)', |
| 14 'msvs_guid': 'EFBB1436-A63F-4CD8-9E99-B89226E782EC', | 14 'msvs_guid': 'EFBB1436-A63F-4CD8-9E99-B89226E782EC', |
| 15 'dependencies': [ | 15 'dependencies': [ |
| 16 '../../app/app.gyp:app_id', | 16 '../../app/app.gyp:app_id', |
| 17 'installer_util_strings', | 17 'installer_util_strings', |
| 18 '../chrome.gyp:common', | 18 '../chrome.gyp:common_constants', |
| 19 '../chrome.gyp:chrome_resources', | 19 '../chrome.gyp:chrome_resources', |
| 20 '../chrome.gyp:chrome_strings', | 20 '../chrome.gyp:chrome_strings', |
| 21 '../../courgette/courgette.gyp:courgette_lib', | 21 '../../courgette/courgette.gyp:courgette_lib', |
| 22 '../../third_party/bspatch/bspatch.gyp:bspatch', | 22 '../../third_party/bspatch/bspatch.gyp:bspatch', |
| 23 '../../third_party/icu/icu.gyp:icui18n', | 23 '../../third_party/icu/icu.gyp:icui18n', |
| 24 '../../third_party/icu/icu.gyp:icuuc', | 24 '../../third_party/icu/icu.gyp:icuuc', |
| 25 '../../third_party/libxml/libxml.gyp:libxml', | 25 '../../third_party/libxml/libxml.gyp:libxml', |
| 26 '../../third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', | 26 '../../third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', |
| 27 ], | 27 ], |
| 28 'include_dirs': [ | 28 'include_dirs': [ |
| (...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 621 'variables': { | 621 'variables': { |
| 622 'branding_dir': '../app/theme/google_chrome', | 622 'branding_dir': '../app/theme/google_chrome', |
| 623 }, | 623 }, |
| 624 }, { # else branding!="Chrome" | 624 }, { # else branding!="Chrome" |
| 625 'variables': { | 625 'variables': { |
| 626 'branding_dir': '../app/theme/chromium', | 626 'branding_dir': '../app/theme/chromium', |
| 627 }, | 627 }, |
| 628 }], | 628 }], |
| 629 ], | 629 ], |
| 630 } | 630 } |
| OLD | NEW |