Add a separate build target for Dr. Memory/Win and add unit_tests there
The target was copied from the TSan/Win configuration Review URL: http://codereview.chromium.org/7430004 git-svn-id: http://src.chromium.org/svn/trunk/src/build@93008 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
53c2b708fb
Коммит
86cac52237
20
all.gyp
20
all.gyp
|
@ -486,6 +486,26 @@
|
|||
'temp_gyp/googleurl.gyp:googleurl_unittests',
|
||||
],
|
||||
},
|
||||
{
|
||||
'target_name': 'chromium_builder_dbg_drmemory_win',
|
||||
'type': 'none',
|
||||
'dependencies': [
|
||||
'../base/base.gyp:base_unittests',
|
||||
'../chrome/chrome.gyp:sync_unit_tests',
|
||||
'../chrome/chrome.gyp:unit_tests',
|
||||
'../crypto/crypto.gyp:crypto_unittests',
|
||||
'../ipc/ipc.gyp:ipc_tests',
|
||||
'../jingle/jingle.gyp:jingle_unittests',
|
||||
'../media/media.gyp:media_unittests',
|
||||
'../net/net.gyp:net_unittests',
|
||||
'../printing/printing.gyp:printing_unittests',
|
||||
'../remoting/remoting.gyp:remoting_unittests',
|
||||
'../sql/sql.gyp:sql_unittests',
|
||||
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
|
||||
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
|
||||
'temp_gyp/googleurl.gyp:googleurl_unittests',
|
||||
],
|
||||
},
|
||||
], # targets
|
||||
'conditions': [
|
||||
['branding=="Chrome"', {
|
||||
|
|
Загрузка…
Ссылка в новой задаче