diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-19 02:55:36 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-19 02:55:36 +0000 |
commit | bd4b8f9fd4934a738cb0cb3360e4667cdf9b0aec (patch) | |
tree | 7f32d3caeba8c2db8967a26aa7913cf10df674a5 /build | |
parent | ee39c42f995111f3056c0758d2afd3062162c0a4 (diff) | |
download | chromium_src-bd4b8f9fd4934a738cb0cb3360e4667cdf9b0aec.zip chromium_src-bd4b8f9fd4934a738cb0cb3360e4667cdf9b0aec.tar.gz chromium_src-bd4b8f9fd4934a738cb0cb3360e4667cdf9b0aec.tar.bz2 |
Move the safe browsing test into browser_tests instead of having a separate browser test binary. This saves us from having to link all of chrome for this one binary.
This depends on r167206 and r167207 landing and all the relevant masters restart.
BUG=148792
Review URL: https://codereview.chromium.org/11366196
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168483 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/all.gyp b/build/all.gyp index d0dc21e2a..bcbb259 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -195,7 +195,6 @@ '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:chromedriver2_unittests', '../chrome/chrome.gyp:interactive_ui_tests', - '../chrome/chrome.gyp:safe_browsing_tests', '../chrome/chrome.gyp:sync_integration_tests', '../cloud_print/cloud_print.gyp:cloud_print_unittests', '../content/content.gyp:content_browsertests', @@ -374,7 +373,6 @@ '../cc/cc_tests.gyp:cc_unittests', '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:interactive_ui_tests', - '../chrome/chrome.gyp:safe_browsing_tests', '../chrome/chrome.gyp:sync_integration_tests', '../chrome/chrome.gyp:unit_tests', '../cloud_print/cloud_print.gyp:cloud_print_unittests', @@ -406,7 +404,6 @@ '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:performance_browser_tests', '../chrome/chrome.gyp:performance_ui_tests', - '../chrome/chrome.gyp:safe_browsing_tests', '../chrome/chrome.gyp:sync_integration_tests', '../chrome/chrome.gyp:unit_tests', '../cloud_print/cloud_print.gyp:cloud_print_unittests', @@ -468,7 +465,6 @@ '../net/net.gyp:net_unittests', '../printing/printing.gyp:printing_unittests', '../remoting/remoting.gyp:remoting_unittests', - '../chrome/chrome.gyp:safe_browsing_tests', '../chrome/chrome.gyp:unit_tests', '../content/content.gyp:content_unittests', '../device/device.gyp:device_unittests', @@ -498,7 +494,6 @@ '../chrome/chrome.gyp:mini_installer_test', '../chrome/chrome.gyp:performance_browser_tests', '../chrome/chrome.gyp:performance_ui_tests', - '../chrome/chrome.gyp:safe_browsing_tests', '../chrome/chrome.gyp:sync_integration_tests', '../chrome/chrome.gyp:unit_tests', '../cloud_print/cloud_print.gyp:cloud_print_unittests', |