diff options
author | bryner@chromium.org <bryner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-13 04:21:47 +0000 |
---|---|---|
committer | bryner@chromium.org <bryner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-13 04:21:47 +0000 |
commit | 3571205b49a19bf6a2420cb3164f9e386f0758f9 (patch) | |
tree | 08c7d6c403c7607781ed46863e2b3268adab4c1a /chrome/chrome_renderer.gypi | |
parent | ffd7d7365317669d36edaaec4c49b1c0842a1dfc (diff) | |
download | chromium_src-3571205b49a19bf6a2420cb3164f9e386f0758f9.zip chromium_src-3571205b49a19bf6a2420cb3164f9e386f0758f9.tar.gz chromium_src-3571205b49a19bf6a2420cb3164f9e386f0758f9.tar.bz2 |
Switch to the new client-side phishing model that uses Murmurhash for word hashes.
This gives about a 50% performance improvement on extraction of page term features.
BUG=96060
TEST=updated existing tests
Review URL: http://codereview.chromium.org/7866011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100858 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_renderer.gypi')
-rw-r--r-- | chrome/chrome_renderer.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi index 8f63b70..63195b1 100644 --- a/chrome/chrome_renderer.gypi +++ b/chrome/chrome_renderer.gypi @@ -24,6 +24,7 @@ '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', '../third_party/npapi/npapi.gyp:npapi', + '../third_party/smhasher/smhasher.gyp:murmurhash3', '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', '../ui/gfx/surface/surface.gyp:surface', '../webkit/support/webkit_support.gyp:glue', @@ -140,6 +141,8 @@ 'renderer/safe_browsing/features.h', 'renderer/safe_browsing/malware_dom_details.cc', 'renderer/safe_browsing/malware_dom_details.h', + 'renderer/safe_browsing/murmurhash3_util.cc', + 'renderer/safe_browsing/murmurhash3_util.h', 'renderer/safe_browsing/phishing_classifier.cc', 'renderer/safe_browsing/phishing_classifier.h', 'renderer/safe_browsing/phishing_classifier_delegate.cc', |