| Index: ios/web/BUILD.gn
|
| diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
|
| index 7e7143cc4c1297dd5348f95915f6c44257f1d7da..468d8f8f9f1ad1f825737fbe569e119b8d7b4d43 100644
|
| --- a/ios/web/BUILD.gn
|
| +++ b/ios/web/BUILD.gn
|
| @@ -149,10 +149,33 @@ source_set("web_arc") {
|
| "public/web_state/ui/crw_web_delegate.h",
|
| "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",
|
| + "public/web_state/web_state_user_data.h",
|
| + "public/web_thread.h",
|
| + "public/web_thread_delegate.h",
|
| + "public/web_ui_ios_data_source.h",
|
| + "public/web_view_creation_util.h",
|
| + "public/webui/web_ui_ios.h",
|
| + "public/webui/web_ui_ios_controller.cc",
|
| + "public/webui/web_ui_ios_controller.h",
|
| + "public/webui/web_ui_ios_controller_factory.h",
|
| + "public/webui/web_ui_ios_message_handler.cc",
|
| + "public/webui/web_ui_ios_message_handler.h",
|
| "string_util.cc",
|
| "url_scheme_util.mm",
|
| "url_util.cc",
|
| "web_kit_constants.cc",
|
| + "web_state/blocked_popup_info.h",
|
| + "web_state/blocked_popup_info.mm",
|
| + "web_state/context_menu_params.mm",
|
| + "web_state/credential.cc",
|
| + "web_state/crw_pass_kit_downloader.h",
|
| + "web_state/crw_pass_kit_downloader.mm",
|
| "web_thread_impl.cc",
|
| "web_thread_impl.h",
|
| "web_view_creation_util.mm",
|
| @@ -214,29 +237,6 @@ source_set("web") {
|
| ]
|
|
|
| sources = [
|
| - "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",
|
| - "public/web_state/web_state_user_data.h",
|
| - "public/web_thread.h",
|
| - "public/web_thread_delegate.h",
|
| - "public/web_ui_ios_data_source.h",
|
| - "public/web_view_creation_util.h",
|
| - "public/webui/web_ui_ios.h",
|
| - "public/webui/web_ui_ios_controller.cc",
|
| - "public/webui/web_ui_ios_controller.h",
|
| - "public/webui/web_ui_ios_controller_factory.h",
|
| - "public/webui/web_ui_ios_message_handler.cc",
|
| - "public/webui/web_ui_ios_message_handler.h",
|
| - "web_state/blocked_popup_info.h",
|
| - "web_state/blocked_popup_info.mm",
|
| - "web_state/context_menu_params.mm",
|
| - "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",
|
|
|