From 12543515aa81f6d8448980a54085459791b61e73 Mon Sep 17 00:00:00 2001 From: "glider@chromium.org" Date: Wed, 23 Dec 2009 12:29:59 +0000 Subject: [PATCH] Added the chromium_builder_dbg_tsan_mac target to increase the cycle speed of the Tsan buildbot on Mac OS. Review URL: http://codereview.chromium.org/490003 git-svn-id: http://src.chromium.org/svn/trunk/src/build@35217 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- all.gyp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/all.gyp b/all.gyp index fde846126..ee2de12a4 100644 --- a/all.gyp +++ b/all.gyp @@ -167,6 +167,18 @@ 'temp_gyp/googleurl.gyp:googleurl_unittests', ], }, + { + 'target_name': 'chromium_builder_dbg_tsan_mac', + 'type': 'none', + 'dependencies': [ + '../base/base.gyp:base_unittests', + 'temp_gyp/googleurl.gyp:googleurl_unittests', + '../net/net.gyp:net_unittests', + '../ipc/ipc.gyp:ipc_tests', + '../media/media.gyp:media_unittests', + '../printing/printing.gyp:printing_unittests', + ], + }, ], # targets }], # OS="mac" ['OS=="win"', {