| 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': '<(DEPTH)/build/util/LASTCHANGE', | 5 'lastchange_path': '<(DEPTH)/build/util/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 'msvs_use_common_release': 0, | 7 'msvs_use_common_release': 0, |
| 8 'msvs_use_common_linker_extras': 0, | 8 'msvs_use_common_linker_extras': 0, |
| 9 'mini_installer_internal_deps%': 0, | 9 'mini_installer_internal_deps%': 0, |
| 10 'mini_installer_official_deps%': 0, | 10 'mini_installer_official_deps%': 0, |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 #'--last_chrome_installer=C:/Temp/base', | 265 #'--last_chrome_installer=C:/Temp/base', |
| 266 #'--setup_exe_format=DIFF', | 266 #'--setup_exe_format=DIFF', |
| 267 #'--diff_algorithm=COURGETTE', | 267 #'--diff_algorithm=COURGETTE', |
| 268 ], | 268 ], |
| 269 'message': 'Create installer archive' | 269 'message': 'Create installer archive' |
| 270 }, | 270 }, |
| 271 ], | 271 ], |
| 272 }, | 272 }, |
| 273 ], | 273 ], |
| 274 }], | 274 }], |
| 275 [ 'mini_installer_internal_deps == 1 or mini_installer_official_deps == 1',
{ | |
| 276 'target_defaults': { | |
| 277 'dependencies': [ | |
| 278 'mini_installer/support/mini_installer_support.gyp:*', | |
| 279 ], | |
| 280 }, | |
| 281 }], | |
| 282 [ 'branding == "Chrome"', { | 275 [ 'branding == "Chrome"', { |
| 283 'variables': { | 276 'variables': { |
| 284 'branding_dir': '../app/theme/google_chrome', | 277 'branding_dir': '../app/theme/google_chrome', |
| 285 }, | 278 }, |
| 286 }, { # else branding!="Chrome" | 279 }, { # else branding!="Chrome" |
| 287 'variables': { | 280 'variables': { |
| 288 'branding_dir': '../app/theme/chromium', | 281 'branding_dir': '../app/theme/chromium', |
| 289 }, | 282 }, |
| 290 }], | 283 }], |
| 291 ], | 284 ], |
| 292 } | 285 } |
| OLD | NEW |