summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
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/dom_distiller.gypi
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/dom_distiller.gypi')
-rw-r--r--components/dom_distiller.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 9f64e30..759fe080 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -176,6 +176,8 @@
'..',
],
'sources': [
+ 'dom_distiller/content/distillable_page_utils.cc',
+ 'dom_distiller/content/distillable_page_utils.h',
'dom_distiller/content/distiller_page_web_contents.cc',
'dom_distiller/content/distiller_page_web_contents.h',
'dom_distiller/content/dom_distiller_viewer_source.cc',