summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authornyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-12 01:04:17 +0000
committernyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-12 01:04:17 +0000
commitb4c49028da217cbf78d1876e69cbf7af07aa385d (patch)
tree77a550f7c3a8125444889ebeeb5a4aa83280e0f4 /components/dom_distiller.gypi
parentd41e4050451691571fa7fa68c600b2ca8cb49ab5 (diff)
downloadchromium_src-b4c49028da217cbf78d1876e69cbf7af07aa385d.zip
chromium_src-b4c49028da217cbf78d1876e69cbf7af07aa385d.tar.gz
chromium_src-b4c49028da217cbf78d1876e69cbf7af07aa385d.tar.bz2
Remove PageDistiller from DOM Distiller.
The PageDistiller adds an extra layer between the Distiller and the underlying code which in fact distills the content. This CL simplifies the distillation process by removing this class and the delegate used for communcation. More of the logic is now moved into the DistillerPage class. BUG=361939 Review URL: https://codereview.chromium.org/231933005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263434 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r--components/dom_distiller.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index b930bb3..1c5a47a 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -73,8 +73,6 @@
'dom_distiller/core/dom_distiller_store.h',
'dom_distiller/core/feedback_reporter.cc',
'dom_distiller/core/feedback_reporter.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',
'dom_distiller/core/url_constants.cc',