Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1545)

Unified Diff: components/dom_distiller.gypi

Issue 1891643002: Reader Mode distillability uses Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add web contents check Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/dom_distiller/content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | components/dom_distiller/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698