diff options
Diffstat (limited to 'build/all.gyp')
-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"', { |