diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 50a582f..2428e5a 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -233,6 +233,20 @@ '../chrome_frame/chrome_frame.gyp:npchrome_frame', ], }, + { + 'target_name': 'chromium_builder_dbg_tsan_win', + 'type': 'none', + 'dependencies': [ + '../app/app.gyp:app_unittests', + '../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', + '../chrome/chrome.gyp:unit_tests', + ], + }, ], # targets }], # OS="win" ['chromeos==1', { |