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

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

Issue 2067018: Break gyp cycles on Linux. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: remove duplicate vars Created 10 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
« 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 ], 101 ],
102 }], 102 }],
103 ['OS=="win"', { 103 ['OS=="win"', {
104 'include_dirs': [ 104 'include_dirs': [
105 '<(DEPTH)/third_party/wtl/include', 105 '<(DEPTH)/third_party/wtl/include',
106 ], 106 ],
107 'dependencies': [ 107 'dependencies': [
108 '<(DEPTH)/app/app.gyp:app_resources', 108 '<(DEPTH)/app/app.gyp:app_resources',
109 '<(DEPTH)/chrome/chrome.gyp:chrome_dll_version', 109 '<(DEPTH)/chrome/chrome.gyp:chrome_dll_version',
110 '<(DEPTH)/chrome/chrome.gyp:crash_service', # run time dependency 110 '<(DEPTH)/chrome/chrome.gyp:crash_service', # run time dependency
111 '<(DEPTH)/chrome/installer/installer.gyp:installer_util_strings', 111 '<(DEPTH)/chrome/chrome.gyp:installer_util_strings',
112 ], 112 ],
113 'sources': [ 113 'sources': [
114 '<(DEPTH)/webkit/glue/resources/aliasb.cur', 114 '<(DEPTH)/webkit/glue/resources/aliasb.cur',
115 '<(DEPTH)/webkit/glue/resources/cell.cur', 115 '<(DEPTH)/webkit/glue/resources/cell.cur',
116 '<(DEPTH)/webkit/glue/resources/col_resize.cur', 116 '<(DEPTH)/webkit/glue/resources/col_resize.cur',
117 '<(DEPTH)/webkit/glue/resources/copy.cur', 117 '<(DEPTH)/webkit/glue/resources/copy.cur',
118 '<(DEPTH)/webkit/glue/resources/row_resize.cur', 118 '<(DEPTH)/webkit/glue/resources/row_resize.cur',
119 '<(DEPTH)/webkit/glue/resources/vertical_text.cur', 119 '<(DEPTH)/webkit/glue/resources/vertical_text.cur',
120 '<(DEPTH)/webkit/glue/resources/zoom_in.cur', 120 '<(DEPTH)/webkit/glue/resources/zoom_in.cur',
121 '<(DEPTH)/webkit/glue/resources/zoom_out.cur', 121 '<(DEPTH)/webkit/glue/resources/zoom_out.cur',
(...skipping 27 matching lines...) Expand all
149 'msvs_settings': { 149 'msvs_settings': {
150 'VCLinkerTool': { 150 'VCLinkerTool': {
151 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 151 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
152 }, 152 },
153 }, 153 },
154 }, 154 },
155 }, # configurations 155 }, # configurations
156 }], # OS=="win" 156 }], # OS=="win"
157 ], # conditions 157 ], # conditions
158 } 158 }
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