summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authorcjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-23 07:27:31 +0000
committercjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-23 07:27:31 +0000
commit07e92a5667bfa8b18e3681edcbbdb7df2f7ae454 (patch)
treedbb7d48392feafefd199869172a7c5e3006d96d8 /components/dom_distiller.gypi
parent634869e4df15db6589184aee37a4929857d14b8c (diff)
downloadchromium_src-07e92a5667bfa8b18e3681edcbbdb7df2f7ae454.zip
chromium_src-07e92a5667bfa8b18e3681edcbbdb7df2f7ae454.tar.gz
chromium_src-07e92a5667bfa8b18e3681edcbbdb7df2f7ae454.tar.bz2
Pull DomDistillerOptions up to the DistillerFactory
This allows the creator of the DistillerFactory to set the DomDistillerOptions for all pages distilled by Distillers from that factory. Add an option to the content_extractor to extract just the text from the page. DEPENDSON= https://codereview.chromium.org/270663005/ https://codereview.chromium.org/286453002/ Review URL: https://codereview.chromium.org/286583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272431 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r--components/dom_distiller.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index a86746f..092a26a 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -48,6 +48,7 @@
],
'export_dependent_settings': [
'distilled_page_proto',
+ '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_js_proto',
],
'sources': [
'dom_distiller/android/component_jni_registrar.cc',