diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-23 12:29:59 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-23 12:29:59 +0000 |
commit | 8c6fa56122cc43c83e647617b1b60021432fc6ba (patch) | |
tree | 8f8f5e0749320c6b579b63551abeb8496acbc5f3 /build | |
parent | d9ec5c0f2549db5a717834da1c30a9bf98dd86b7 (diff) | |
download | chromium_src-8c6fa56122cc43c83e647617b1b60021432fc6ba.zip chromium_src-8c6fa56122cc43c83e647617b1b60021432fc6ba.tar.gz chromium_src-8c6fa56122cc43c83e647617b1b60021432fc6ba.tar.bz2 |
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: svn://svn.chromium.org/chrome/trunk/src@35217 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index fde8461..ee2de12 100644 --- a/build/all.gyp +++ b/build/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"', { |