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
This commit is contained in:
glider@chromium.org 2009-12-23 12:29:59 +00:00
Родитель 6c08b9d71a
Коммит 12543515aa
1 изменённых файлов: 12 добавлений и 0 удалений

12
all.gyp
Просмотреть файл

@ -167,6 +167,18 @@
'temp_gyp/googleurl.gyp:googleurl_unittests', '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 ], # targets
}], # OS="mac" }], # OS="mac"
['OS=="win"', { ['OS=="win"', {