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-29 06:20:26 +0000
committernyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-29 06:20:26 +0000
commit92c4fcddfd6f991c274baf9569712690d91f9100 (patch)
tree37d58f718b04cc00890f06f42865779f2c2ae4be /components/dom_distiller.gypi
parent572369a3149b5661c342706aa99b896585e21fcf (diff)
downloadchromium_src-92c4fcddfd6f991c274baf9569712690d91f9100.zip
chromium_src-92c4fcddfd6f991c274baf9569712690d91f9100.tar.gz
chromium_src-92c4fcddfd6f991c274baf9569712690d91f9100.tar.bz2
Add support for displaying distilled articles.
Adds support in the content::URLDataSource for DOM Distiller for displaying distilled articles. Also adds preliminary error handling. Depends on https://codereview.chromium.org/105723002/ BUG=319881 Review URL: https://codereview.chromium.org/134873008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247645 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 bec15b7..8cb8901 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -128,7 +128,10 @@
'target_name': 'dom_distiller_content',
'type': 'static_library',
'dependencies': [
+ 'component_strings.gyp:component_strings',
'dom_distiller_core',
+ 'dom_distiller_resources',
+ '../net/net.gyp:net',
'../skia/skia.gyp:skia',
'../sync/sync.gyp:sync',
],