Index: components/dom_distiller.gypi |
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi |
index c60f0633a0a278651ad3a070ffb68aa8258d56d6..622930bdb804670f3e72f83191822ad6a2a323d2 100644 |
--- a/components/dom_distiller.gypi |
+++ b/components/dom_distiller.gypi |
@@ -16,15 +16,16 @@ |
'../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', |
], |
}, |
{ |