summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-18 11:21:48 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-18 11:21:48 +0000
commitb878a85b86223a772ed411717cbf9376f99de798 (patch)
treec68554d92abefd575829cd8f1e40b486fb182fa1 /build/all.gyp
parenta29cffaeaa0507b6688d1ebbca20ddccc48d34a0 (diff)
downloadchromium_src-b878a85b86223a772ed411717cbf9376f99de798.zip
chromium_src-b878a85b86223a772ed411717cbf9376f99de798.tar.gz
chromium_src-b878a85b86223a772ed411717cbf9376f99de798.tar.bz2
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: svn://svn.chromium.org/chrome/trunk/src@56509 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp18
1 files changed, 18 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 1d29831..64d0979 100644
--- a/build/all.gyp
+++ b/build/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"', {