summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-23 08:28:25 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-23 08:28:25 +0000
commitb36547294eb520da95284d9b6ca923ffe72da60e (patch)
tree0b4616914b10dc7e961f7e7f7fb747f6b349181c /build
parenta1a1e5047a87bd5c38a3467c152dbd7827738f89 (diff)
downloadchromium_src-b36547294eb520da95284d9b6ca923ffe72da60e.zip
chromium_src-b36547294eb520da95284d9b6ca923ffe72da60e.tar.gz
chromium_src-b36547294eb520da95284d9b6ca923ffe72da60e.tar.bz2
Add one build target for TSan/Windows build
Review URL: http://codereview.chromium.org/1084015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42325 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp14
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', {