summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authorshashishekhar@chromium.org <shashishekhar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-05 05:56:20 +0000
committershashishekhar@chromium.org <shashishekhar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-05 05:56:20 +0000
commit415f99b18e6f14c53e08f6574a3bc653049fbaae (patch)
tree6039149dc08176419753d850eba0cc74ff1b1a43 /components/dom_distiller.gypi
parent640e10a877584a90c8200490c41c937501cca5a3 (diff)
downloadchromium_src-415f99b18e6f14c53e08f6574a3bc653049fbaae.zip
chromium_src-415f99b18e6f14c53e08f6574a3bc653049fbaae.tar.gz
chromium_src-415f99b18e6f14c53e08f6574a3bc653049fbaae.tar.bz2
Add support for multipage distillation.
Add support for distilling multiple pages, currently support is really basic and just distills pages sequentially. BUG=288015 TEST=included NOTRY=true R=cjhopman@chromium.org Review URL: https://codereview.chromium.org/146843010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248867 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r--components/dom_distiller.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 8cb8901..c22d5c0 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -84,6 +84,8 @@
'dom_distiller/core/dom_distiller_service.h',
'dom_distiller/core/dom_distiller_store.cc',
'dom_distiller/core/dom_distiller_store.h',
+ 'dom_distiller/core/page_distiller.cc',
+ 'dom_distiller/core/page_distiller.h',
'dom_distiller/core/task_tracker.cc',
'dom_distiller/core/task_tracker.h',
],
@@ -112,6 +114,7 @@
'target_name': 'distilled_page_proto',
'type': 'static_library',
'sources': [
+ 'dom_distiller/core/proto/distilled_article.proto',
'dom_distiller/core/proto/distilled_page.proto',
],
'variables': {