Add a new target for building all Valgrind tests for Mac OS
This includes the ui_tests, all the tests previously built by ThreadSanitizer Mac bot (see the 'chromium_builder_dbg_mac_tsan' target) and all the tests previously built by Memcheck Mac bot (see buildbot/master.chromium.memory/master.cfg) Review URL: http://codereview.chromium.org/3135020 git-svn-id: http://src.chromium.org/svn/trunk/src/build@56509 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
2bd0b6723b
Коммит
a31d5df18c
18
all.gyp
18
all.gyp
|
@ -219,6 +219,24 @@
|
|||
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
|
||||
],
|
||||
},
|
||||
{
|
||||
'target_name': 'chromium_builder_dbg_valgrind_mac',
|
||||
'type': 'none',
|
||||
'dependencies': [
|
||||
'../app/app.gyp:app_unittests',
|
||||
'../base/base.gyp:base_unittests',
|
||||
'temp_gyp/googleurl.gyp:googleurl_unittests',
|
||||
'../ipc/ipc.gyp:ipc_tests',
|
||||
'../media/media.gyp:media_unittests',
|
||||
'../net/net.gyp:net_unittests',
|
||||
'../printing/printing.gyp:printing_unittests',
|
||||
'../remoting/remoting.gyp:remoting_unittests',
|
||||
'../chrome/chrome.gyp:unit_tests',
|
||||
'../chrome/chrome.gyp:ui_tests',
|
||||
'../jingle/jingle.gyp:notifier_unit_tests',
|
||||
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
|
||||
],
|
||||
},
|
||||
], # targets
|
||||
}], # OS="mac"
|
||||
['OS=="win"', {
|
||||
|
|
Загрузка…
Ссылка в новой задаче