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

Side by Side Diff: chrome/test/interactive_ui/interactive_ui_tests.gypi

Issue 501127: Rearrange build configurations - make it clearer and allow better support for... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years 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/mini_installer.gyp ('k') | chrome_frame/chrome_frame.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 'target_name': 'interactive_ui_tests', 2 'target_name': 'interactive_ui_tests',
3 'type': 'executable', 3 'type': 'executable',
4 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0', 4 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0',
5 'dependencies': [ 5 'dependencies': [
6 '<(DEPTH)/chrome/chrome.gyp:chrome', 6 '<(DEPTH)/chrome/chrome.gyp:chrome',
7 '<(DEPTH)/chrome/chrome.gyp:chrome_resources', 7 '<(DEPTH)/chrome/chrome.gyp:chrome_resources',
8 '<(DEPTH)/chrome/chrome.gyp:chrome_strings', 8 '<(DEPTH)/chrome/chrome.gyp:chrome_strings',
9 '<(DEPTH)/chrome/chrome.gyp:debugger', 9 '<(DEPTH)/chrome/chrome.gyp:debugger',
10 '<(DEPTH)/chrome/chrome.gyp:test_support_common', 10 '<(DEPTH)/chrome/chrome.gyp:test_support_common',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', 128 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc',
129 ], 129 ],
130 'conditions': [ 130 'conditions': [
131 ['win_use_allocator_shim==1', { 131 ['win_use_allocator_shim==1', {
132 'dependencies': [ 132 'dependencies': [
133 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 133 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
134 ], 134 ],
135 }], 135 }],
136 ], 136 ],
137 'configurations': { 137 'configurations': {
138 'Debug': { 138 'Debug_Base': {
139 'msvs_settings': { 139 'msvs_settings': {
140 'VCLinkerTool': { 140 'VCLinkerTool': {
141 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 141 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
142 }, 142 },
143 }, 143 },
144 }, 144 },
145 }, # configurations 145 }, # configurations
146 }], # OS=="win" 146 }], # OS=="win"
147 ], # conditions 147 ], # conditions
148 } 148 }
OLDNEW
« no previous file with comments | « chrome/installer/mini_installer.gyp ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698