summaryrefslogtreecommitdiffstats
path: root/components/BUILD.gn
diff options
context:
space:
mode:
authorcjhopman <cjhopman@chromium.org>2015-04-03 13:28:58 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-03 20:29:29 +0000
commitadf25383033ff5794a810f725c78e319126b6edb (patch)
treecf3c3412d2d03c8a713f56ceb36b6a995dbba0d6 /components/BUILD.gn
parent99e3f8806b9653d009990c002d815e8570fb1cee (diff)
downloadchromium_src-adf25383033ff5794a810f725c78e319126b6edb.zip
chromium_src-adf25383033ff5794a810f725c78e319126b6edb.tar.gz
chromium_src-adf25383033ff5794a810f725c78e319126b6edb.tar.bz2
Add integration of the new heuristics
This adds the trained model, the javascript core feature extraction, and simple functions to apply the old or new heuristics to a web_contents*. BUG=471439 TBR=blundell@chromium.org Review URL: https://codereview.chromium.org/1047223003 Cr-Commit-Position: refs/heads/master@{#323805}
Diffstat (limited to 'components/BUILD.gn')
-rw-r--r--components/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 8716abb..93aa824 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -314,6 +314,7 @@ test("components_browsertests") {
sources = [
"autofill/content/browser/risk/fingerprint_browsertest.cc",
"autofill/content/renderer/password_form_conversion_utils_browsertest.cc",
+ "dom_distiller/content/distillable_page_utils_browsertest.cc",
"dom_distiller/content/distiller_page_web_contents_browsertest.cc",
"password_manager/content/renderer/credential_manager_client_browsertest.cc",
]