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

Unified Diff: components/dom_distiller.gypi

Issue 1336433002: Revert of Expose distiller functions to JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor-content
Patch Set: Created 5 years, 3 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 | « components/components_tests.gyp ('k') | components/dom_distiller/content/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 8d3165596f1ca5a344d45e7724d314ead8cbc6e3..589080765f5137c248570ae44dc292f4506e8ee2 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -161,18 +161,6 @@
},
'includes': [ '../build/protoc.gypi' ]
},
- {
- # GN version: //components/dom_distiller/content:mojo_bindings
- 'target_name': 'dom_distiller_mojo_bindings',
- 'type': 'static_library',
- 'sources': [
- 'dom_distiller/content/common/distiller_javascript_service.mojom',
- 'dom_distiller/content/common/distiller_page_notifier_service.mojom',
- ],
- 'includes': [
- '../third_party/mojo/mojom_bindings_generator.gypi',
- ],
- },
],
'conditions': [
['OS != "ios"', {
@@ -182,20 +170,17 @@
'target_name': 'dom_distiller_content_browser',
'type': 'static_library',
'dependencies': [
- 'dom_distiller_core',
- 'dom_distiller_mojo_bindings',
- 'dom_distiller_protos',
'../base/base.gyp:base',
'../content/content.gyp:content_browser',
- '../mojo/mojo_base.gyp:mojo_environment_chromium',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
'../sync/sync.gyp:sync',
- '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
'../ui/gfx/gfx.gyp:gfx',
'../url/url.gyp:url_lib',
'components_resources.gyp:components_resources',
'components_strings.gyp:components_strings',
+ 'dom_distiller_core',
+ 'dom_distiller_protos',
],
'include_dirs': [
'..',
@@ -205,8 +190,6 @@
'dom_distiller/content/browser/distillable_page_utils.h',
'dom_distiller/content/browser/distillable_page_utils_android.cc',
'dom_distiller/content/browser/distillable_page_utils_android.h',
- 'dom_distiller/content/browser/distiller_javascript_service_impl.cc',
- 'dom_distiller/content/browser/distiller_javascript_service_impl.h',
'dom_distiller/content/browser/distiller_javascript_utils.cc',
'dom_distiller/content/browser/distiller_javascript_utils.h',
'dom_distiller/content/browser/distiller_page_web_contents.cc',
@@ -226,31 +209,6 @@
}],
],
},
- {
- # GN version: //components/dom_distiller/content:content_renderer
- 'target_name': 'dom_distiller_content_renderer',
- 'type': 'static_library',
- 'dependencies': [
- 'dom_distiller_mojo_bindings',
- '../base/base.gyp:base',
- '../content/content.gyp:content_browser',
- '../gin/gin.gyp:gin',
- '../mojo/mojo_base.gyp:mojo_environment_chromium',
- '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'dom_distiller/content/renderer/distiller_js_render_frame_observer.cc',
- 'dom_distiller/content/renderer/distiller_js_render_frame_observer.h',
- 'dom_distiller/content/renderer/distiller_native_javascript.cc',
- 'dom_distiller/content/renderer/distiller_native_javascript.h',
- 'dom_distiller/content/renderer/distiller_page_notifier_service_impl.cc',
- 'dom_distiller/content/renderer/distiller_page_notifier_service_impl.h',
- ],
- },
-
],
}],
['OS=="ios"', {
« no previous file with comments | « components/components_tests.gyp ('k') | components/dom_distiller/content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698