diff options
author | cjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-23 07:27:31 +0000 |
---|---|---|
committer | cjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-23 07:27:31 +0000 |
commit | 07e92a5667bfa8b18e3681edcbbdb7df2f7ae454 (patch) | |
tree | dbb7d48392feafefd199869172a7c5e3006d96d8 /third_party/dom_distiller_js | |
parent | 634869e4df15db6589184aee37a4929857d14b8c (diff) | |
download | chromium_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 'third_party/dom_distiller_js')
-rw-r--r-- | third_party/dom_distiller_js/dom_distiller_js.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/dom_distiller_js/dom_distiller_js.gyp b/third_party/dom_distiller_js/dom_distiller_js.gyp index 1e6641b..aaa96ed 100644 --- a/third_party/dom_distiller_js/dom_distiller_js.gyp +++ b/third_party/dom_distiller_js/dom_distiller_js.gyp @@ -11,7 +11,7 @@ 'proto_in_dir': 'package/proto', 'proto_out_dir': 'third_party/dom_distiller_js', }, - 'all_dependent_settings': { + 'direct_dependent_settings': { 'include_dirs': ['package/proto_gen'], }, 'includes': [ '../../build/protoc.gypi', ], |