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

Unified Diff: ios/web/BUILD.gn

Issue 2380323002: [ARC] Converts parts of ios/web/web_state 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
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",

Powered by Google App Engine
This is Rietveld 408576698