Index: ios/web/ios_web.gyp |
diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp |
index 2aeacc4b94911b6133812e2aee0e32cddfc5ebac..2cf527196a47a0db5fdf42a16bf952dc3e0f7ff3 100644 |
--- a/ios/web/ios_web.gyp |
+++ b/ios/web/ios_web.gyp |
@@ -90,6 +90,7 @@ |
'public/user_metrics.h', |
'public/web_client.h', |
'public/web_client.mm', |
+ 'public/web_state/credential.h', |
'public/web_state/crw_native_content.h', |
'public/web_state/crw_native_content_provider.h', |
'public/web_state/crw_web_controller_observer.h', |
@@ -119,11 +120,20 @@ |
'weak_nsobject_counter.mm', |
'web_state/blocked_popup_info.h', |
'web_state/blocked_popup_info.mm', |
+ 'web_state/credential.cc', |
'web_state/crw_recurring_task_delegate.h', |
+ 'web_state/js/credential_util.h', |
+ 'web_state/js/credential_util.mm', |
'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', |
+ 'web_state/js/crw_js_invoke_parameter_queue.h', |
+ 'web_state/js/crw_js_invoke_parameter_queue.mm', |
+ 'web_state/js/crw_js_plugin_placeholder_manager.h', |
+ 'web_state/js/crw_js_plugin_placeholder_manager.mm', |
+ 'web_state/js/crw_js_window_id_manager.h', |
+ 'web_state/js/crw_js_window_id_manager.mm', |
'web_state/js/page_script_util.h', |
'web_state/js/page_script_util.mm', |
'web_state/ui/crw_context_menu_provider.h', |