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