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

Unified Diff: ios/web/BUILD.gn

Issue 2916473002: [ObjC ARC] Converts ios/web:web to ARC. (Closed)
Patch Set: Fixing silly mistake Created 3 years, 6 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 21fe3f80e7e4bb2ecacfe7d60a7fc0b2ac3ccbde..ae2b15424f8ef095f355cb78ce5c2a222f69e416 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -219,11 +219,26 @@ source_set("web_arc") {
"web_state/ui/crw_swipe_recognizer_provider.h",
"web_state/ui/crw_touch_tracking_recognizer.h",
"web_state/ui/crw_touch_tracking_recognizer.mm",
+ "web_state/ui/crw_web_controller_container_view.h",
+ "web_state/ui/crw_web_controller_container_view.mm",
+ "web_state/ui/crw_web_view_content_view.mm",
"web_state/ui/crw_web_view_proxy_impl.h",
"web_state/ui/crw_web_view_proxy_impl.mm",
"web_state/ui/crw_web_view_scroll_view_proxy.mm",
"web_state/ui/crw_wk_navigation_states.h",
"web_state/ui/crw_wk_navigation_states.mm",
+ "web_state/ui/crw_wk_script_message_router.h",
+ "web_state/ui/crw_wk_script_message_router.mm",
+ "web_state/ui/web_view_js_utils.h",
+ "web_state/ui/web_view_js_utils.mm",
+ "web_state/ui/wk_web_view_configuration_provider.h",
+ "web_state/ui/wk_web_view_configuration_provider.mm",
+ "web_state/web_state_impl.h",
+ "web_state/web_state_impl.mm",
+ "web_state/web_view_internal_creation_util.h",
+ "web_state/web_view_internal_creation_util.mm",
+ "web_state/wk_web_view_security_util.h",
+ "web_state/wk_web_view_security_util.mm",
"web_thread_impl.cc",
"web_thread_impl.h",
"web_view_creation_util.mm",
@@ -288,33 +303,18 @@ source_set("web") {
sources = [
"web_state/ui/crw_web_controller.h",
"web_state/ui/crw_web_controller.mm",
- "web_state/ui/crw_web_controller_container_view.h",
- "web_state/ui/crw_web_controller_container_view.mm",
- "web_state/ui/crw_web_view_content_view.mm",
- "web_state/ui/crw_wk_script_message_router.h",
- "web_state/ui/crw_wk_script_message_router.mm",
- "web_state/ui/web_view_js_utils.h",
- "web_state/ui/web_view_js_utils.mm",
"web_state/ui/wk_back_forward_list_item_holder.h",
"web_state/ui/wk_back_forward_list_item_holder.mm",
- "web_state/ui/wk_web_view_configuration_provider.h",
- "web_state/ui/wk_web_view_configuration_provider.mm",
"web_state/web_controller_observer_bridge.h",
"web_state/web_controller_observer_bridge.mm",
"web_state/web_state.mm",
"web_state/web_state_delegate.mm",
"web_state/web_state_delegate_bridge.mm",
- "web_state/web_state_impl.h",
- "web_state/web_state_impl.mm",
"web_state/web_state_observer.mm",
"web_state/web_state_observer_bridge.mm",
"web_state/web_state_policy_decider.mm",
"web_state/web_state_weak_ptr_factory.h",
"web_state/web_state_weak_ptr_factory.mm",
- "web_state/web_view_internal_creation_util.h",
- "web_state/web_view_internal_creation_util.mm",
- "web_state/wk_web_view_security_util.h",
- "web_state/wk_web_view_security_util.mm",
]
libs = [

Powered by Google App Engine
This is Rietveld 408576698