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

Unified Diff: ios/web/BUILD.gn

Issue 2418143003: [ARC] Converts part of ios/web to ARC. (Closed)
Patch Set: compile guards 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/public/web_state/ui/crw_generic_content_view.h » ('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 4011076470a02127a656475a821b40b7419d369c..fd75f7af15f144f87a9c4222602da2ccb6fa7242 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -191,6 +191,16 @@ source_set("web_arc") {
"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",
+ "web_state/js/page_script_util.mm",
+ "web_state/page_viewport_state.h",
+ "web_state/page_viewport_state.mm",
+ "web_state/ui/crw_generic_content_view.mm",
+ "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_thread_impl.cc",
"web_thread_impl.h",
"web_view_creation_util.mm",
@@ -252,16 +262,6 @@ source_set("web") {
]
sources = [
- "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",
- "web_state/js/page_script_util.mm",
- "web_state/page_viewport_state.h",
- "web_state/page_viewport_state.mm",
- "web_state/ui/crw_generic_content_view.mm",
- "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_state/ui/crw_web_controller_container_view.h",
« no previous file with comments | « no previous file | ios/web/public/web_state/ui/crw_generic_content_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698