summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authornoelutz@google.com <noelutz@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-18 17:10:55 +0000
committernoelutz@google.com <noelutz@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-18 17:10:55 +0000
commit179bbeda6213c5b600f19d52f94355c283a582a8 (patch)
tree783d0490cc8d6e0fb25879f074dca6193b717780 /chrome/chrome_browser.gypi
parent35e5172e8f0771206bcd08deab76c5318bc7eef2 (diff)
downloadchromium_src-179bbeda6213c5b600f19d52f94355c283a582a8.zip
chromium_src-179bbeda6213c5b600f19d52f94355c283a582a8.tar.gz
chromium_src-179bbeda6213c5b600f19d52f94355c283a582a8.tar.bz2
Create a browser feature extractor that runs after the renderer has
decided that a page is phishing according to the extracted features in the renderer. For now we don't use these features in the classification. We only use them on the server side. Currently, the browser feature extractor extracts a bunch of features based on the history service (e.g., has the user seen this URL before). BUG=None TEST=BrowserFeatureExtractorTest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=89178 Review URL: http://codereview.chromium.org/7119003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89603 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 96f8215..c2cd35b 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1809,6 +1809,8 @@
'browser/rlz/rlz.h',
'browser/safe_browsing/bloom_filter.cc',
'browser/safe_browsing/bloom_filter.h',
+ 'browser/safe_browsing/browser_feature_extractor.cc',
+ 'browser/safe_browsing/browser_feature_extractor.h',
'browser/safe_browsing/chunk_range.cc',
'browser/safe_browsing/chunk_range.h',
'browser/safe_browsing/client_side_detection_host.cc',