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

Side by Side Diff: chrome/installer/util/prebuild/util_prebuild.gyp

Issue 115154: Add a 'cygwin' target to execute setup_mount.bat explicitly as a... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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/chrome.gyp ('k') | net/net.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 'includes': [ 2 'includes': [
3 '../../../../build/common.gypi', 3 '../../../../build/common.gypi',
4 ], 4 ],
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'installer_util_prebuild', 7 'target_name': 'installer_util_prebuild',
8 'type': 'none', 8 'type': 'none',
9 'actions': [ 9 'actions': [
10 { 10 {
(...skipping 11 matching lines...) Expand all
22 './create_string_rc.bat', 22 './create_string_rc.bat',
23 '<(SHARED_INTERMEDIATE_DIR)/installer_util_prebuild' 23 '<(SHARED_INTERMEDIATE_DIR)/installer_util_prebuild'
24 ], 24 ],
25 }, 25 },
26 ], 26 ],
27 'direct_dependent_settings': { 27 'direct_dependent_settings': {
28 'include_dirs': [ 28 'include_dirs': [
29 '<(SHARED_INTERMEDIATE_DIR)/installer_util_prebuild', 29 '<(SHARED_INTERMEDIATE_DIR)/installer_util_prebuild',
30 ], 30 ],
31 }, 31 },
32 'conditions': [
33 ['OS=="win"', {
34 'dependencies': ['../../../../build/win/system.gyp:cygwin'],
35 }],
36 ],
32 }, 37 },
33 ], 38 ],
34 } 39 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698