diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-15 23:16:13 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-15 23:16:13 +0000 |
commit | fb37e47ac47b06714e98968b54f297e4b276b041 (patch) | |
tree | 736e5c3be4a58ec83696a882ddfca56bc0781d65 /build/all.gyp | |
parent | 5f688170aca6b02395277baddba06539def97139 (diff) | |
download | chromium_src-fb37e47ac47b06714e98968b54f297e4b276b041.zip chromium_src-fb37e47ac47b06714e98968b54f297e4b276b041.tar.gz chromium_src-fb37e47ac47b06714e98968b54f297e4b276b041.tar.bz2 |
Add a new target to build the mac binaries used for asan security tests.
Review URL: https://chromiumcodereview.appspot.com/10855184
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151781 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index d2d97a6..963c8f3 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -414,6 +414,15 @@ ], }, { + 'target_name': 'chromium_builder_asan_mac', + 'type': 'none', + 'dependencies': [ + '../chrome/chrome.gyp:chrome', + '../net/net.gyp:dns_fuzz_stub', + '../webkit/webkit.gyp:pull_in_DumpRenderTree', + ], + }, + { 'target_name': 'chromium_builder_dbg_valgrind_mac', 'type': 'none', 'dependencies': [ |