summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authorshashishekhar@chromium.org <shashishekhar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-07 22:17:27 +0000
committershashishekhar@chromium.org <shashishekhar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-07 22:17:27 +0000
commit8862ccca601f63be3bfc7ce970b3ea0bc3ae4924 (patch)
treeaa571821ffe61f63913b43f18118c09cd099ae43 /components/dom_distiller.gypi
parent978e90107e44156daf21a916aff8ff0bfca5c1bd (diff)
downloadchromium_src-8862ccca601f63be3bfc7ce970b3ea0bc3ae4924.zip
chromium_src-8862ccca601f63be3bfc7ce970b3ea0bc3ae4924.tar.gz
chromium_src-8862ccca601f63be3bfc7ce970b3ea0bc3ae4924.tar.bz2
Add incremental updates for multipage distillation.
Add support for providing incremental updates for multipage distillation. Updates are now broadcasted to the viewers, whenever a new page in the article finishes distillation. This allows viewer to show data to the user, before the distillation of the entire article is completed. This change required changing management of pages in distiller to be refcounted. BUG=288015 NOTRY=true R=cjhopman@chromium.org Review URL: https://codereview.chromium.org/178303004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255708 0039d316-1c4b-4281-b951-d872f2087c98
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 4e8b6ed..ba50bb7 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -50,6 +50,8 @@
'sources': [
'dom_distiller/android/component_jni_registrar.cc',
'dom_distiller/android/component_jni_registrar.h',
+ 'dom_distiller/core/article_distillation_update.cc',
+ 'dom_distiller/core/article_distillation_update.h',
'dom_distiller/core/article_entry.cc',
'dom_distiller/core/article_entry.h',
'dom_distiller/core/distiller.cc',