diff options
author | lzheng@chromium.org <lzheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-17 22:34:42 +0000 |
---|---|---|
committer | lzheng@chromium.org <lzheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-17 22:34:42 +0000 |
commit | 63df2dbd0eb9b3ba307557e7e527fbe50ad54a77 (patch) | |
tree | ed0592402cb12a0f959dc9ad6fdcae4300a9d795 /build | |
parent | 05e858333ddaf1c09391d9462f70f7a398164aa8 (diff) | |
download | chromium_src-63df2dbd0eb9b3ba307557e7e527fbe50ad54a77.zip chromium_src-63df2dbd0eb9b3ba307557e7e527fbe50ad54a77.tar.gz chromium_src-63df2dbd0eb9b3ba307557e7e527fbe50ad54a77.tar.bz2 |
Create test for safebrowsing_test
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/3383006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59865 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index ac4b8e4..5348c74 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -160,6 +160,7 @@ '../chrome/chrome.gyp:interactive_ui_tests', '../chrome/chrome.gyp:nacl_ui_tests', '../chrome/chrome.gyp:nacl_sandbox_tests', + '../chrome/chrome.gyp:safe_browsing_tests', '../chrome/chrome.gyp:sync_integration_tests', '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:ui_tests', @@ -186,6 +187,7 @@ '../chrome/chrome.gyp:nacl_sandbox_tests', '../chrome/chrome.gyp:page_cycler_tests', '../chrome/chrome.gyp:plugin_tests', + '../chrome/chrome.gyp:safe_browsing_tests', '../chrome/chrome.gyp:startup_tests', '../chrome/chrome.gyp:sync_integration_tests', '../chrome/chrome.gyp:sync_unit_tests', @@ -258,6 +260,7 @@ '../chrome/chrome.gyp:nacl_sandbox_tests', '../chrome/chrome.gyp:page_cycler_tests', '../chrome/chrome.gyp:plugin_tests', + '../chrome/chrome.gyp:safe_browsing_tests', '../chrome/chrome.gyp:selenium_tests', '../chrome/chrome.gyp:startup_tests', '../chrome/chrome.gyp:sync_integration_tests', @@ -334,6 +337,7 @@ '../chrome/chrome.gyp:interactive_ui_tests', '../chrome/chrome.gyp:memory_test', '../chrome/chrome.gyp:page_cycler_tests', + '../chrome/chrome.gyp:safe_browsing_tests', '../chrome/chrome.gyp:startup_tests', '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:tab_switching_test', |