| 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': '../../chrome/VERSION', | 4 'VERSION': '../../chrome/VERSION', |
| 5 # 'BRANDING' is set in the 'conditions' section at the bottom. | 5 # 'BRANDING' is set in the 'conditions' section at the bottom. |
| 6 }, | 6 }, |
| 7 'includes': [ | 7 'includes': [ |
| 8 '../../build/common.gypi', | 8 '../../build/common.gypi', |
| 9 ], | 9 ], |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 }, | 305 }, |
| 306 }, | 306 }, |
| 307 { | 307 { |
| 308 'target_name': 'mini_installer', | 308 'target_name': 'mini_installer', |
| 309 'type': 'executable', | 309 'type': 'executable', |
| 310 'msvs_guid': '24A5AC7C-280B-4899-9153-6BA570A081E7', | 310 'msvs_guid': '24A5AC7C-280B-4899-9153-6BA570A081E7', |
| 311 'msvs_existing_vcproj': 'mini_installer/mini_installer.vcproj', | 311 'msvs_existing_vcproj': 'mini_installer/mini_installer.vcproj', |
| 312 'dependencies': [ | 312 'dependencies': [ |
| 313 '../chrome.gyp:app', | 313 '../chrome.gyp:app', |
| 314 '../chrome.gyp:chrome_dll', | 314 '../chrome.gyp:chrome_dll', |
| 315 'setup', |
| 315 ], | 316 ], |
| 316 'include_dirs': [ | 317 'include_dirs': [ |
| 317 '../..', | 318 '../..', |
| 318 '<(PRODUCT_DIR)', | 319 '<(PRODUCT_DIR)', |
| 319 '<(INTERMEDIATE_DIR)', | 320 '<(INTERMEDIATE_DIR)', |
| 320 ], | 321 ], |
| 321 'sources': [ | 322 'sources': [ |
| 322 'mini_installer/chrome.release', | 323 'mini_installer/chrome.release', |
| 323 'mini_installer/mini_installer.cc', | 324 'mini_installer/mini_installer.cc', |
| 324 'mini_installer/mini_installer.h', | 325 'mini_installer/mini_installer.h', |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 'variables': { | 575 'variables': { |
| 575 'BRANDING': '../../chrome/app/theme/google_chrome/BRANDING', | 576 'BRANDING': '../../chrome/app/theme/google_chrome/BRANDING', |
| 576 }, | 577 }, |
| 577 }, { # else branding!="Chrome" | 578 }, { # else branding!="Chrome" |
| 578 'variables': { | 579 'variables': { |
| 579 'BRANDING': '../../chrome/app/theme/chromium/BRANDING', | 580 'BRANDING': '../../chrome/app/theme/chromium/BRANDING', |
| 580 }, | 581 }, |
| 581 }], | 582 }], |
| 582 ], | 583 ], |
| 583 } | 584 } |
| OLD | NEW |