| Index: components/dom_distiller.gypi
|
| diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
|
| index f3c695a29f6cf722f71d14f50b90973b58ca4587..ddc7b2e0ce746d99d93dfea6b274768fd3dd8770 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',
|
| ],
|
| },
|
| {
|
|
|