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

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

Issue 241006: Reduce the number of unneeded dependencies.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/json_value_serializer.cc ('k') | chrome/installer/mini_installer.gyp » ('j') | 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_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
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 }
OLDNEW
« no previous file with comments | « chrome/common/json_value_serializer.cc ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698