| Index: ios/web/ios_web.gyp
|
| diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp
|
| index bbc1b8314a097d2fc27d72c938bd521f08982378..c37f521e7c1091aaf85033b0f648df2cd324dfe4 100644
|
| --- a/ios/web/ios_web.gyp
|
| +++ b/ios/web/ios_web.gyp
|
| @@ -96,7 +96,6 @@
|
| 'public/web_state/crw_web_view_proxy.h'
|
| 'public/web_state/crw_web_view_scroll_view_proxy.h'
|
| 'public/web_state/js/crw_js_base_manager.h',
|
| - 'public/web_state/js/crw_js_early_script_manager.h',
|
| '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',
|
| @@ -119,6 +118,7 @@
|
| 'web_state/blocked_popup_info.h',
|
| 'web_state/blocked_popup_info.mm',
|
| 'web_state/crw_recurring_task_delegate.h',
|
| + 'web_state/js/crw_js_early_script_manager.h',
|
| 'web_state/js/crw_js_early_script_manager.mm',
|
| 'web_state/js/crw_js_injection_manager.mm',
|
| 'web_state/js/crw_js_injection_receiver.mm',
|
|
|