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

Unified Diff: ios/web/BUILD.gn

Issue 2434853002: [ObjC ARC] Converts crw_web_controller to ARC. (Closed)
Patch Set: Expose delegate Created 4 years, 2 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/ui/crw_web_controller.h » ('j') | ios/web/web_state/ui/crw_web_controller.h » ('J')
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 207e5b97348de8088db9316302392596a268d5ca..f2ff0d0eb0ae40ae94aab5d7639e87df0d2b56e2 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -201,6 +201,8 @@ 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.h",
+ "web_state/ui/crw_web_controller.mm",
"web_thread_impl.cc",
"web_thread_impl.h",
"web_view_creation_util.mm",
@@ -262,8 +264,6 @@ 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",
« no previous file with comments | « no previous file | ios/web/web_state/ui/crw_web_controller.h » ('j') | ios/web/web_state/ui/crw_web_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698