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

Side by Side Diff: build/all.gyp

Issue 3031017: Don't build unit_tests on TSan/Win bot.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 5 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'target_name': 'chromium_builder_dbg_tsan_win', 271 'target_name': 'chromium_builder_dbg_tsan_win',
272 'type': 'none', 272 'type': 'none',
273 'dependencies': [ 273 'dependencies': [
274 '../app/app.gyp:app_unittests', 274 '../app/app.gyp:app_unittests',
275 # TODO(bradnelson): app_unittests should depend on locales. 275 # TODO(bradnelson): app_unittests should depend on locales.
276 # However, we can't add dependencies on chrome/ to app/ 276 # However, we can't add dependencies on chrome/ to app/
277 # See http://crbug.com/43603 277 # See http://crbug.com/43603
278 '../base/base.gyp:base_unittests', 278 '../base/base.gyp:base_unittests',
279 '../chrome/app/locales/locales.gyp:*', 279 '../chrome/app/locales/locales.gyp:*',
280 '../chrome/chrome.gyp:sync_unit_tests', 280 '../chrome/chrome.gyp:sync_unit_tests',
281 '../chrome/chrome.gyp:unit_tests',
282 '../ipc/ipc.gyp:ipc_tests', 281 '../ipc/ipc.gyp:ipc_tests',
283 '../jingle/jingle.gyp:notifier_unit_tests', 282 '../jingle/jingle.gyp:notifier_unit_tests',
284 '../media/media.gyp:media_unittests', 283 '../media/media.gyp:media_unittests',
285 '../net/net.gyp:net_unittests', 284 '../net/net.gyp:net_unittests',
286 '../printing/printing.gyp:printing_unittests', 285 '../printing/printing.gyp:printing_unittests',
287 '../remoting/remoting.gyp:remoting_unittests', 286 '../remoting/remoting.gyp:remoting_unittests',
288 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 287 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
289 'temp_gyp/googleurl.gyp:googleurl_unittests', 288 'temp_gyp/googleurl.gyp:googleurl_unittests',
290 ], 289 ],
291 }, 290 },
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 ], # targets 331 ], # targets
333 }], # "chromeos==1" 332 }], # "chromeos==1"
334 ], # conditions 333 ], # conditions
335 } 334 }
336 335
337 # Local Variables: 336 # Local Variables:
338 # tab-width:2 337 # tab-width:2
339 # indent-tabs-mode:nil 338 # indent-tabs-mode:nil
340 # End: 339 # End:
341 # vim: set expandtab tabstop=2 shiftwidth=2: 340 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698