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

Unified Diff: components/dom_distiller.gypi

Issue 936843002: Upstream iOS implementation of dom_distiller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@web_controller_provider
Patch Set: Add blank lines Created 5 years, 10 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/ios/DEPS » ('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 0180f6f50a59c3ab6a04080f24de8e7b6baf8b42..6e8cf3a9a25e5eb6f19fa2c0045dfcd39afffb55 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -181,6 +181,28 @@
},
],
}],
+ ['OS=="ios"', {
+ 'targets': [
+ {
+ 'target_name': 'dom_distiller_ios',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../ios/provider/ios_provider_web.gyp:ios_provider_web',
+ 'distilled_page_proto',
+ 'dom_distiller_core',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'dom_distiller/ios/distiller_page_factory_ios.h',
+ 'dom_distiller/ios/distiller_page_factory_ios.mm',
+ 'dom_distiller/ios/distiller_page_ios.h',
+ 'dom_distiller/ios/distiller_page_ios.mm',
+ ],
+ },
+ ],
+ }],
['OS=="android"', {
'targets': [
{
« no previous file with comments | « no previous file | components/dom_distiller/ios/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698