From 9cec4fa59910dbd8fa79beaa7117badad1840d7a Mon Sep 17 00:00:00 2001 From: "nyquist@chromium.org" Date: Fri, 6 Dec 2013 11:57:12 +0000 Subject: 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 --- components/dom_distiller.gypi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'components/dom_distiller.gypi') 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', ], }, { -- cgit v1.1