summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
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',
],
},
{