| Index: ios/web/ios_web.gyp
|
| diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp
|
| index 5b0f50b3f8ae07ce88cec685e14406295f38f329..fe5f2b3314b1230fa69c46015958e53b874c9e97 100644
|
| --- a/ios/web/ios_web.gyp
|
| +++ b/ios/web/ios_web.gyp
|
| @@ -179,6 +179,8 @@
|
| 'public/web_state/crw_web_user_interface_delegate.h',
|
| 'public/web_state/crw_web_view_proxy.h',
|
| 'public/web_state/crw_web_view_scroll_view_proxy.h',
|
| + 'public/web_state/error_translation_util.h',
|
| + 'public/web_state/error_translation_util.mm',
|
| 'public/web_state/js/crw_js_injection_evaluator.h',
|
| 'public/web_state/js/crw_js_injection_manager.h',
|
| 'public/web_state/js/crw_js_injection_receiver.h',
|
| @@ -211,8 +213,6 @@
|
| 'web_state/crw_web_view_proxy_impl.h',
|
| 'web_state/crw_web_view_proxy_impl.mm',
|
| 'web_state/crw_web_view_scroll_view_proxy.mm',
|
| - 'web_state/error_translation_util.h',
|
| - 'web_state/error_translation_util.mm',
|
| 'web_state/frame_info.h',
|
| 'web_state/js/credential_util.h',
|
| 'web_state/js/credential_util.mm',
|
|
|