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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 972683002: Upstream dom_distiller iOS factories (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@browser_state
Patch Set: 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 | « ios/chrome/browser/dom_distiller/dom_distiller_service_factory.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index 5e68dea92e0642a692d5d099a6c8ac43c487b767..4c2de5617d259a1f6eebc5611ded6f402e0341a2 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -15,6 +15,8 @@
],
'dependencies': [
'../../base/base.gyp:base',
+ '../../components/components.gyp:dom_distiller_core',
+ '../../components/components.gyp:dom_distiller_ios',
'../../components/components.gyp:infobars_core',
'../../components/components.gyp:keyed_service_core',
'../../components/components.gyp:keyed_service_ios',
@@ -54,6 +56,10 @@
'browser/browser_state/browser_state_otr_helper.h',
'browser/chrome_url_constants.cc',
'browser/chrome_url_constants.h',
+ 'browser/dom_distiller/distiller_viewer.cc',
+ 'browser/dom_distiller/distiller_viewer.h',
+ 'browser/dom_distiller/dom_distiller_service_factory.cc',
+ 'browser/dom_distiller/dom_distiller_service_factory.h',
'browser/infobars/confirm_infobar_controller.h',
'browser/infobars/confirm_infobar_controller.mm',
'browser/infobars/infobar.h',
@@ -101,12 +107,12 @@
'browser/translate/translate_service_ios.h',
'browser/ui/animation_util.h',
'browser/ui/animation_util.mm',
- 'browser/ui/commands/UIKit+ChromeExecuteCommand.h',
- 'browser/ui/commands/UIKit+ChromeExecuteCommand.mm',
'browser/ui/commands/generic_chrome_command.h',
'browser/ui/commands/generic_chrome_command.mm',
'browser/ui/commands/open_url_command.h',
'browser/ui/commands/open_url_command.mm',
+ 'browser/ui/commands/UIKit+ChromeExecuteCommand.h',
+ 'browser/ui/commands/UIKit+ChromeExecuteCommand.mm',
'browser/ui/image_util.h',
'browser/ui/image_util.mm',
'browser/ui/reversed_animation.h',
« no previous file with comments | « ios/chrome/browser/dom_distiller/dom_distiller_service_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698