summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authormdjones <mdjones@chromium.org>2015-04-27 09:40:48 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-27 16:40:48 +0000
commitb9fee24969e63f6b172d62c6a26c56812cb3b697 (patch)
tree93148ee436274c54543f2ce8b844491d86b5a053 /components/dom_distiller.gypi
parentb120440b979924e5100ee2ff9b484a39d0584c59 (diff)
downloadchromium_src-b9fee24969e63f6b172d62c6a26c56812cb3b697.zip
chromium_src-b9fee24969e63f6b172d62c6a26c56812cb3b697.tar.gz
chromium_src-b9fee24969e63f6b172d62c6a26c56812cb3b697.tar.bz2
Move common distiller code to superclass
This change moves any code related to JavaScript and HTML generation in dom distiller to a superclass that all platforms can use. BUG=472797 Review URL: https://codereview.chromium.org/1101993003 Cr-Commit-Position: refs/heads/master@{#327055}
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 fa2f4ee..c2bb83d 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -82,6 +82,8 @@
'dom_distiller/core/dom_distiller_model.cc',
'dom_distiller/core/dom_distiller_model.h',
'dom_distiller/core/dom_distiller_observer.h',
+ 'dom_distiller/core/dom_distiller_request_view_base.cc',
+ 'dom_distiller/core/dom_distiller_request_view_base.h',
'dom_distiller/core/dom_distiller_service.cc',
'dom_distiller/core/dom_distiller_service.h',
'dom_distiller/core/dom_distiller_service_android.cc',