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:
Родитель
6c08b9d71a
Коммит
12543515aa
12
all.gyp
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"', {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче