Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(374)

Unified Diff: ios/web/BUILD.gn

Issue 2375023006: [ARC] Converts part of ios/web/public to ARC. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/web/web_state/blocked_popup_info.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | ios/web/web_state/blocked_popup_info.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698