diff options
author | lzheng@chromium.org <lzheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-10 17:35:43 +0000 |
---|---|---|
committer | lzheng@chromium.org <lzheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-10 17:35:43 +0000 |
commit | 71bc290bb7a86ed87a26e884e898f559f3156431 (patch) | |
tree | bc4a5edda3da6110c9c4936e556b91cac2738116 | |
parent | 685f6cbb6e8ac88c41d178490ed18b1aea6cfba1 (diff) | |
download | chromium_src-71bc290bb7a86ed87a26e884e898f559f3156431.zip chromium_src-71bc290bb7a86ed87a26e884e898f559f3156431.tar.gz chromium_src-71bc290bb7a86ed87a26e884e898f559f3156431.tar.bz2 |
Add safe browsing tests to dbg mac valgrind build.
BUG=64089
TEST=none
Review URL: http://codereview.chromium.org/5750001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68861 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 2da6192..d99e3f0 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -296,6 +296,7 @@ '../net/net.gyp:net_unittests', '../printing/printing.gyp:printing_unittests', '../remoting/remoting.gyp:remoting_unittests', + '../chrome/chrome.gyp:safe_browsing_tests', '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:unit_tests', '../chrome/chrome.gyp:ui_tests', |