OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'All', | 8 'target_name': 'All', |
9 'type': 'none', | 9 'type': 'none', |
10 'xcode_create_dependents_test_runner': 1, | 10 'xcode_create_dependents_test_runner': 1, |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 '../chrome/chrome.gyp:memory_test', | 148 '../chrome/chrome.gyp:memory_test', |
149 '../chrome/chrome.gyp:page_cycler_tests', | 149 '../chrome/chrome.gyp:page_cycler_tests', |
150 '../chrome/chrome.gyp:plugin_tests', | 150 '../chrome/chrome.gyp:plugin_tests', |
151 '../chrome/chrome.gyp:startup_tests', | 151 '../chrome/chrome.gyp:startup_tests', |
152 '../chrome/chrome.gyp:tab_switching_test', | 152 '../chrome/chrome.gyp:tab_switching_test', |
153 '../chrome/chrome.gyp:ui_tests', | 153 '../chrome/chrome.gyp:ui_tests', |
154 '../chrome/chrome.gyp:unit_tests', | 154 '../chrome/chrome.gyp:unit_tests', |
155 '../chrome/chrome.gyp:url_fetch_test', | 155 '../chrome/chrome.gyp:url_fetch_test', |
156 '../chrome/installer/installer.gyp:installer_util_unittests', | 156 '../chrome/installer/installer.gyp:installer_util_unittests', |
157 '../chrome/installer/installer.gyp:mini_installer_test', | 157 '../chrome/installer/installer.gyp:mini_installer_test', |
| 158 # mini_installer_tests depends on mini_installer. This should be |
| 159 # defined in installer.gyp. |
158 '../chrome/installer/mini_installer.gyp:mini_installer', | 160 '../chrome/installer/mini_installer.gyp:mini_installer', |
159 '../courgette/courgette.gyp:courgette_unittests', | 161 '../courgette/courgette.gyp:courgette_unittests', |
160 '../ipc/ipc.gyp:ipc_tests', | 162 '../ipc/ipc.gyp:ipc_tests', |
161 '../media/media.gyp:media_unittests', | 163 '../media/media.gyp:media_unittests', |
162 '../printing/printing.gyp:printing_unittests', | 164 '../printing/printing.gyp:printing_unittests', |
163 '../webkit/tools/test_shell/test_shell.gyp:npapi_layout_test_plugin'
, | 165 '../webkit/tools/test_shell/test_shell.gyp:npapi_layout_test_plugin'
, |
| 166 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. |
| 167 # This should: |
| 168 # 1) not be the case. OR. |
| 169 # 2) be expressed in the ui tests dependencies. |
| 170 '../webkit/tools/test_shell/test_shell.gyp:test_shell_common', |
164 'temp_gyp/googleurl.gyp:googleurl_unittests', | 171 'temp_gyp/googleurl.gyp:googleurl_unittests', |
165 ], | 172 ], |
166 }, | 173 }, |
167 { | 174 { |
168 'target_name': 'purify_builder_ui', | 175 'target_name': 'purify_builder_ui', |
169 'type': 'none', | 176 'type': 'none', |
170 'dependencies': [ | 177 'dependencies': [ |
171 '../chrome/chrome.gyp:ui_tests', | 178 '../chrome/chrome.gyp:ui_tests', |
172 ], | 179 ], |
173 }, | 180 }, |
174 { | 181 { |
175 'target_name': 'purify_builder_unit', | 182 'target_name': 'purify_builder_unit', |
176 'type': 'none', | 183 'type': 'none', |
177 'dependencies': [ | 184 'dependencies': [ |
178 '../chrome/chrome.gyp:unit_tests', | 185 '../chrome/chrome.gyp:unit_tests', |
179 ], | 186 ], |
180 }, | 187 }, |
181 { | 188 { |
182 'target_name': 'purify_builder_webkit', | 189 'target_name': 'purify_builder_webkit', |
183 'type': 'none', | 190 'type': 'none', |
184 'dependencies': [ | 191 'dependencies': [ |
185 '../webkit/tools/test_shell/test_shell.gyp:test_shell_tests', | 192 '../webkit/tools/test_shell/test_shell.gyp:test_shell_tests', |
186 '../webkit/tools/test_shell/test_shell.gyp:test_shell', | 193 '../webkit/tools/test_shell/test_shell.gyp:test_shell', |
187 ], | 194 ], |
188 }, | 195 }, |
189 ], # targets | 196 ], # targets |
190 }], # OS="win" | 197 }], # OS="win" |
191 ], # conditions | 198 ], # conditions |
192 } | 199 } |
OLD | NEW |