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

Side by Side Diff: chrome/installer/mini_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/installer/installer.gyp ('k') | 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_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 '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 }, 9 },
10 'conditions': [ 10 'conditions': [
11 ['OS=="win"', { 11 ['OS=="win"', {
12 'targets': [ 12 'targets': [
13 { 13 {
14 'target_name': 'mini_installer', 14 'target_name': 'mini_installer',
15 'type': 'executable', 15 'type': 'executable',
16 'msvs_guid': '24A5AC7C-280B-4899-9153-6BA570A081E7', 16 'msvs_guid': '24A5AC7C-280B-4899-9153-6BA570A081E7',
17 'dependencies': [ 17 'dependencies': [
18 '../../app/app.gyp:app_id', 18 '../../app/app.gyp:app_id',
19 '../chrome.gyp:chrome', 19 '../chrome.gyp:chrome',
20 '../chrome.gyp:chrome_dll', 20 '../chrome.gyp:chrome_dll',
21 '../chrome.gyp:default_extensions', 21 '../chrome.gyp:default_extensions',
22 '../../testing/gtest.gyp:gtest',
23 'installer.gyp:setup', 22 'installer.gyp:setup',
24 ], 23 ],
25 'include_dirs': [ 24 'include_dirs': [
26 '../..', 25 '../..',
27 '<(PRODUCT_DIR)', 26 '<(PRODUCT_DIR)',
28 '<(INTERMEDIATE_DIR)', 27 '<(INTERMEDIATE_DIR)',
29 '<(SHARED_INTERMEDIATE_DIR)/chrome', 28 '<(SHARED_INTERMEDIATE_DIR)/chrome',
30 ], 29 ],
31 'sources': [ 30 'sources': [
32 'mini_installer/chrome.release', 31 'mini_installer/chrome.release',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'variables': { 203 'variables': {
205 'branding_dir': '../app/theme/google_chrome', 204 'branding_dir': '../app/theme/google_chrome',
206 }, 205 },
207 }, { # else branding!="Chrome" 206 }, { # else branding!="Chrome"
208 'variables': { 207 'variables': {
209 'branding_dir': '../app/theme/chromium', 208 'branding_dir': '../app/theme/chromium',
210 }, 209 },
211 }], 210 }],
212 ], 211 ],
213 } 212 }
OLDNEW
« no previous file with comments | « chrome/installer/installer.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698