Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Side by Side Diff: chrome/installer/installer.gyp

Issue 119027: Adding a required dependency on setup.exe by mini_installer.exe.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698