| Index: components/dom_distiller.gypi
|
| diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
|
| index adf078e1f3890ed5d71a261faca0a089d77eb2d5..8d0bc611359e9b8fcfd32fcd655aec308dc40d1c 100644
|
| --- a/components/dom_distiller.gypi
|
| +++ b/components/dom_distiller.gypi
|
| @@ -140,6 +140,7 @@
|
| 'target_name': 'dom_distiller_mojo_bindings',
|
| 'type': 'static_library',
|
| 'sources': [
|
| + 'dom_distiller/content/common/distillability_service.mojom',
|
| 'dom_distiller/content/common/distiller_javascript_service.mojom',
|
| 'dom_distiller/content/common/distiller_page_notifier_service.mojom',
|
| ],
|
| @@ -156,7 +157,6 @@
|
| 'target_name': 'dom_distiller_content_browser',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| - 'dom_distiller_content_common',
|
| 'dom_distiller_core',
|
| 'dom_distiller_mojo_bindings',
|
| 'dom_distiller_protos',
|
| @@ -207,7 +207,6 @@
|
| 'target_name': 'dom_distiller_content_renderer',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| - 'dom_distiller_content_common',
|
| 'dom_distiller_mojo_bindings',
|
| 'dom_distiller_protos',
|
| '../base/base.gyp:base',
|
| @@ -233,24 +232,6 @@
|
| ],
|
| },
|
| {
|
| - # GN version: //components/dom_distiller/content/common
|
| - 'target_name': 'dom_distiller_content_common',
|
| - 'type': 'static_library',
|
| - 'include_dirs': [
|
| - '..',
|
| - ],
|
| - 'dependencies': [
|
| - '../base/base.gyp:base',
|
| - '../content/content.gyp:content_common',
|
| - '../ipc/ipc.gyp:ipc',
|
| - '../url/url.gyp:url_lib',
|
| - ],
|
| - 'sources': [
|
| - 'dom_distiller/content/common/distiller_messages.cc',
|
| - 'dom_distiller/content/common/distiller_messages.h',
|
| - ],
|
| - },
|
| - {
|
| # GN version: //components/dom_distiller/webui
|
| 'target_name': 'dom_distiller_webui',
|
| 'type': 'static_library',
|
|
|