| 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',
|
|
|