Index: ios/web/BUILD.gn |
diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn |
index 468d8f8f9f1ad1f825737fbe569e119b8d7b4d43..4011076470a02127a656475a821b40b7419d369c 100644 |
--- a/ios/web/BUILD.gn |
+++ b/ios/web/BUILD.gn |
@@ -176,6 +176,21 @@ source_set("web_arc") { |
"web_state/credential.cc", |
"web_state/crw_pass_kit_downloader.h", |
"web_state/crw_pass_kit_downloader.mm", |
+ "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/global_web_state_event_tracker.h", |
+ "web_state/global_web_state_event_tracker.mm", |
+ "web_state/global_web_state_observer.cc", |
+ "web_state/js/credential_util.mm", |
+ "web_state/js/crw_js_injection_manager.mm", |
+ "web_state/js/crw_js_injection_receiver.mm", |
+ "web_state/js/crw_js_plugin_placeholder_manager.h", |
+ "web_state/js/crw_js_plugin_placeholder_manager.mm", |
+ "web_state/js/crw_js_post_request_loader.h", |
+ "web_state/js/crw_js_post_request_loader.mm", |
"web_thread_impl.cc", |
"web_thread_impl.h", |
"web_view_creation_util.mm", |
@@ -237,21 +252,6 @@ source_set("web") { |
] |
sources = [ |
- "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/global_web_state_event_tracker.h", |
- "web_state/global_web_state_event_tracker.mm", |
- "web_state/global_web_state_observer.cc", |
- "web_state/js/credential_util.mm", |
- "web_state/js/crw_js_injection_manager.mm", |
- "web_state/js/crw_js_injection_receiver.mm", |
- "web_state/js/crw_js_plugin_placeholder_manager.h", |
- "web_state/js/crw_js_plugin_placeholder_manager.mm", |
- "web_state/js/crw_js_post_request_loader.h", |
- "web_state/js/crw_js_post_request_loader.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", |