| Index: ios/web/ios_web.gyp
|
| diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp
|
| index 1bf0d947ff295b043e53d2d84cec440206ecc71a..421a70671d8b9cc1387c598d0ceec4b4a988eb9e 100644
|
| --- a/ios/web/ios_web.gyp
|
| +++ b/ios/web/ios_web.gyp
|
| @@ -200,6 +200,8 @@
|
| 'public/web_state/ui/crw_web_view_content_view.h',
|
| 'public/web_state/url_verification_constants.h',
|
| 'public/web_state/web_state.h',
|
| + 'public/web_state/web_state_delegate.h',
|
| + 'public/web_state/web_state_delegate_bridge.h',
|
| 'public/web_state/web_state_observer.h',
|
| 'public/web_state/web_state_observer_bridge.h',
|
| 'public/web_state/web_state_policy_decider.h',
|
| @@ -277,6 +279,8 @@
|
| 'web_state/web_controller_observer_bridge.h',
|
| 'web_state/web_controller_observer_bridge.mm',
|
| 'web_state/web_state.mm',
|
| + 'web_state/web_state_delegate.mm',
|
| + 'web_state/web_state_delegate_bridge.mm',
|
| 'web_state/web_state_facade_delegate.h',
|
| 'web_state/web_state_impl.h',
|
| 'web_state/web_state_impl.mm',
|
|
|