diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-10 02:05:04 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-10 02:05:04 +0000 |
commit | b4a5523670224f3f89c84719bb6228be8f56b7eb (patch) | |
tree | 62e2d88b9cce62bad1f6458b11a5f63284695386 /chrome/chrome_tests.gypi | |
parent | 3ccd918d4319018bc15ded7f1e68bb42e5c426a0 (diff) | |
download | chromium_src-b4a5523670224f3f89c84719bb6228be8f56b7eb.zip chromium_src-b4a5523670224f3f89c84719bb6228be8f56b7eb.tar.gz chromium_src-b4a5523670224f3f89c84719bb6228be8f56b7eb.tar.bz2 |
Revert 59019 -
This broke the EncryptExportDecrypt unittest.
Original description:
Add a scorer class for client-side phishing detection.
The Scorer class loads a machine learning model and lets you compute a
phishing score for a set of features that were extracted from the current
page. The phishing score corresponds to the probability that the page is
phishing. The features are extracted by the various feature extractor classes
that live in the same folder. The current format of the model is a
protocol buffer (see: client_mode.proto).
BUG=NONE
TEST=PhishingScorerTest
Review URL: http://codereview.chromium.org/3363004
TBR=noelutz@google.com
Review URL: http://codereview.chromium.org/3317017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59034 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 3ddd6fa..bdfbfc0 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1360,7 +1360,6 @@ 'renderer/safe_browsing/features_unittest.cc', 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', - 'renderer/safe_browsing/scorer_unittest.cc', 'renderer/spellchecker/spellcheck_unittest.cc', 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', 'service/cloud_print/cloud_print_helpers_unittest.cc', |