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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 '../webkit/webkit.gyp:test_shell_common', | 226 '../webkit/webkit.gyp:test_shell_common', |
227 'temp_gyp/googleurl.gyp:googleurl_unittests', | 227 'temp_gyp/googleurl.gyp:googleurl_unittests', |
228 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | 228 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', |
229 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | 229 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', |
230 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', | 230 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', |
231 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | 231 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
232 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 232 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
233 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 233 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
234 ], | 234 ], |
235 }, | 235 }, |
| 236 { |
| 237 'target_name': 'chromium_builder_dbg_tsan_win', |
| 238 'type': 'none', |
| 239 'dependencies': [ |
| 240 '../app/app.gyp:app_unittests', |
| 241 '../base/base.gyp:base_unittests', |
| 242 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 243 '../net/net.gyp:net_unittests', |
| 244 '../ipc/ipc.gyp:ipc_tests', |
| 245 '../media/media.gyp:media_unittests', |
| 246 '../printing/printing.gyp:printing_unittests', |
| 247 '../chrome/chrome.gyp:unit_tests', |
| 248 ], |
| 249 }, |
236 ], # targets | 250 ], # targets |
237 }], # OS="win" | 251 }], # OS="win" |
238 ['chromeos==1', { | 252 ['chromeos==1', { |
239 'targets': [ | 253 'targets': [ |
240 { | 254 { |
241 'target_name': 'chromeos_builder', | 255 'target_name': 'chromeos_builder', |
242 'type': 'none', | 256 'type': 'none', |
243 'sources': [ | 257 'sources': [ |
244 # TODO(bradnelson): This is here to work around gyp issue 137. | 258 # TODO(bradnelson): This is here to work around gyp issue 137. |
245 # Remove this sources list when that issue has been fixed. | 259 # Remove this sources list when that issue has been fixed. |
(...skipping 27 matching lines...) Expand all Loading... |
273 ], # targets | 287 ], # targets |
274 }], # "chromeos==1" | 288 }], # "chromeos==1" |
275 ], # conditions | 289 ], # conditions |
276 } | 290 } |
277 | 291 |
278 # Local Variables: | 292 # Local Variables: |
279 # tab-width:2 | 293 # tab-width:2 |
280 # indent-tabs-mode:nil | 294 # indent-tabs-mode:nil |
281 # End: | 295 # End: |
282 # vim: set expandtab tabstop=2 shiftwidth=2: | 296 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |