summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authornyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-27 02:59:46 +0000
committernyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-27 02:59:46 +0000
commit73b718f97446fc839553730dc01aa40e245e0f41 (patch)
tree373667879e225ac1b96c13ae4e11430663e2f485 /components/dom_distiller.gypi
parente8cc04b30b52b75ada59e67ebb073c7d6d7dd4d1 (diff)
downloadchromium_src-73b718f97446fc839553730dc01aa40e245e0f41.zip
chromium_src-73b718f97446fc839553730dc01aa40e245e0f41.tar.gz
chromium_src-73b718f97446fc839553730dc01aa40e245e0f41.tar.bz2
Add the scheme chrome-distiller:// and hook up data source.
This adds the scheme chrome-distiller:// and has a minimal implementation of a data source which should be loaded when a URL with the new scheme is loaded. The chrome-distiller:// scheme will be used for displaying distilled articles, which is extracted content of web pages with long form articles. Chrome will maintain a list of such articles, and in addition, the user will be able to display such distilled content on demand for a given URL. BUG=319881 Review URL: https://codereview.chromium.org/105723002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247187 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 978fddf..bec15b7 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -138,6 +138,8 @@
'sources': [
'dom_distiller/content/distiller_page_web_contents.cc',
'dom_distiller/content/distiller_page_web_contents.h',
+ 'dom_distiller/content/dom_distiller_viewer_source.cc',
+ 'dom_distiller/content/dom_distiller_viewer_source.h',
],
},
],