summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authornyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-06 11:57:12 +0000
committernyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-06 11:57:12 +0000
commit9cec4fa59910dbd8fa79beaa7117badad1840d7a (patch)
tree170d82bccb9cb8f311c73e4654943530fd6c86f2 /components/dom_distiller.gypi
parent3773e67e8ef521777539167dfd7540f68c924929 (diff)
downloadchromium_src-9cec4fa59910dbd8fa79beaa7117badad1840d7a.zip
chromium_src-9cec4fa59910dbd8fa79beaa7117badad1840d7a.tar.gz
chromium_src-9cec4fa59910dbd8fa79beaa7117badad1840d7a.tar.bz2
Debug UI for DOM distiller supports distillation and lists articles.
This adds functionality to trigger distillation of web pages from the debug UI and also lists the current set of articles. BUG=319881 Review URL: https://codereview.chromium.org/105623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239168 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r--components/dom_distiller.gypi6
1 files changed, 4 insertions, 2 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index f3c695a..ddc7b2e 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -11,20 +11,22 @@
'type': 'static_library',
'dependencies': [
'component_strings.gyp:component_strings',
+ 'distilled_page_proto',
'dom_distiller_core',
'dom_distiller_resources',
'../base/base.gyp:base',
'../content/content.gyp:content_browser',
'../skia/skia.gyp:skia',
+ '../sync/sync.gyp:sync',
],
'include_dirs': [
'..',
],
'sources': [
- 'dom_distiller/webui/dom_distiller_ui.cc',
- 'dom_distiller/webui/dom_distiller_ui.h',
'dom_distiller/webui/dom_distiller_handler.cc',
'dom_distiller/webui/dom_distiller_handler.h',
+ 'dom_distiller/webui/dom_distiller_ui.cc',
+ 'dom_distiller/webui/dom_distiller_ui.h',
],
},
{