diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-19 12:57:03 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-19 12:57:03 +0000 |
commit | 37f7f9c82e6f58b6a0ac475e6330172f3b8d79db (patch) | |
tree | 4f9a8b60e7647f96948d6d71f4582a3aa8cb3299 /build | |
parent | c2fa930903ef26d7fb1b979e7e1bd92f1761945a (diff) | |
download | chromium_src-37f7f9c82e6f58b6a0ac475e6330172f3b8d79db.zip chromium_src-37f7f9c82e6f58b6a0ac475e6330172f3b8d79db.tar.gz chromium_src-37f7f9c82e6f58b6a0ac475e6330172f3b8d79db.tar.bz2 |
Add a separate build target for Dr. Memory/Win and add unit_tests there
The target was copied from the TSan/Win configuration
Review URL: http://codereview.chromium.org/7430004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93008 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 6bd93ce..f607f97 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -486,6 +486,26 @@ 'temp_gyp/googleurl.gyp:googleurl_unittests', ], }, + { + 'target_name': 'chromium_builder_dbg_drmemory_win', + 'type': 'none', + 'dependencies': [ + '../base/base.gyp:base_unittests', + '../chrome/chrome.gyp:sync_unit_tests', + '../chrome/chrome.gyp:unit_tests', + '../crypto/crypto.gyp:crypto_unittests', + '../ipc/ipc.gyp:ipc_tests', + '../jingle/jingle.gyp:jingle_unittests', + '../media/media.gyp:media_unittests', + '../net/net.gyp:net_unittests', + '../printing/printing.gyp:printing_unittests', + '../remoting/remoting.gyp:remoting_unittests', + '../sql/sql.gyp:sql_unittests', + '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests', + '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests', + 'temp_gyp/googleurl.gyp:googleurl_unittests', + ], + }, ], # targets 'conditions': [ ['branding=="Chrome"', { |