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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//ios/build/config.gni") 5 import("//ios/build/config.gni")
6 import("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 9
10 source_set("web_arc") { 10 source_set("web_arc") {
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "web_state/global_web_state_event_tracker.h", 184 "web_state/global_web_state_event_tracker.h",
185 "web_state/global_web_state_event_tracker.mm", 185 "web_state/global_web_state_event_tracker.mm",
186 "web_state/global_web_state_observer.cc", 186 "web_state/global_web_state_observer.cc",
187 "web_state/js/credential_util.mm", 187 "web_state/js/credential_util.mm",
188 "web_state/js/crw_js_injection_manager.mm", 188 "web_state/js/crw_js_injection_manager.mm",
189 "web_state/js/crw_js_injection_receiver.mm", 189 "web_state/js/crw_js_injection_receiver.mm",
190 "web_state/js/crw_js_plugin_placeholder_manager.h", 190 "web_state/js/crw_js_plugin_placeholder_manager.h",
191 "web_state/js/crw_js_plugin_placeholder_manager.mm", 191 "web_state/js/crw_js_plugin_placeholder_manager.mm",
192 "web_state/js/crw_js_post_request_loader.h", 192 "web_state/js/crw_js_post_request_loader.h",
193 "web_state/js/crw_js_post_request_loader.mm", 193 "web_state/js/crw_js_post_request_loader.mm",
194 "web_state/js/crw_js_window_id_manager.h",
195 "web_state/js/crw_js_window_id_manager.mm",
196 "web_state/js/page_script_util.h",
197 "web_state/js/page_script_util.mm",
198 "web_state/page_viewport_state.h",
199 "web_state/page_viewport_state.mm",
200 "web_state/ui/crw_generic_content_view.mm",
201 "web_state/ui/crw_swipe_recognizer_provider.h",
202 "web_state/ui/crw_touch_tracking_recognizer.h",
203 "web_state/ui/crw_touch_tracking_recognizer.mm",
194 "web_thread_impl.cc", 204 "web_thread_impl.cc",
195 "web_thread_impl.h", 205 "web_thread_impl.h",
196 "web_view_creation_util.mm", 206 "web_view_creation_util.mm",
197 "webui/crw_web_ui_manager.h", 207 "webui/crw_web_ui_manager.h",
198 "webui/crw_web_ui_manager.mm", 208 "webui/crw_web_ui_manager.mm",
199 "webui/crw_web_ui_page_builder.h", 209 "webui/crw_web_ui_page_builder.h",
200 "webui/crw_web_ui_page_builder.mm", 210 "webui/crw_web_ui_page_builder.mm",
201 "webui/mojo_facade.h", 211 "webui/mojo_facade.h",
202 "webui/mojo_facade.mm", 212 "webui/mojo_facade.mm",
203 "webui/mojo_js_constants.cc", 213 "webui/mojo_js_constants.cc",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 "//ui/gfx/geometry:geometry", 255 "//ui/gfx/geometry:geometry",
246 "//ui/resources", 256 "//ui/resources",
247 "//url", 257 "//url",
248 ] 258 ]
249 259
250 public_deps = [ 260 public_deps = [
251 ":web_arc", 261 ":web_arc",
252 ] 262 ]
253 263
254 sources = [ 264 sources = [
255 "web_state/js/crw_js_window_id_manager.h",
256 "web_state/js/crw_js_window_id_manager.mm",
257 "web_state/js/page_script_util.h",
258 "web_state/js/page_script_util.mm",
259 "web_state/page_viewport_state.h",
260 "web_state/page_viewport_state.mm",
261 "web_state/ui/crw_generic_content_view.mm",
262 "web_state/ui/crw_swipe_recognizer_provider.h",
263 "web_state/ui/crw_touch_tracking_recognizer.h",
264 "web_state/ui/crw_touch_tracking_recognizer.mm",
265 "web_state/ui/crw_web_controller.h", 265 "web_state/ui/crw_web_controller.h",
266 "web_state/ui/crw_web_controller.mm", 266 "web_state/ui/crw_web_controller.mm",
267 "web_state/ui/crw_web_controller_container_view.h", 267 "web_state/ui/crw_web_controller_container_view.h",
268 "web_state/ui/crw_web_controller_container_view.mm", 268 "web_state/ui/crw_web_controller_container_view.mm",
269 "web_state/ui/crw_web_view_content_view.mm", 269 "web_state/ui/crw_web_view_content_view.mm",
270 "web_state/ui/crw_wk_script_message_router.h", 270 "web_state/ui/crw_wk_script_message_router.h",
271 "web_state/ui/crw_wk_script_message_router.mm", 271 "web_state/ui/crw_wk_script_message_router.mm",
272 "web_state/ui/web_view_js_utils.h", 272 "web_state/ui/web_view_js_utils.h",
273 "web_state/ui/web_view_js_utils.mm", 273 "web_state/ui/web_view_js_utils.mm",
274 "web_state/ui/wk_back_forward_list_item_holder.h", 274 "web_state/ui/wk_back_forward_list_item_holder.h",
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 } 607 }
608 608
609 grit("resources") { 609 grit("resources") {
610 source = "ios_web_resources.grd" 610 source = "ios_web_resources.grd"
611 use_qualified_include = true 611 use_qualified_include = true
612 outputs = [ 612 outputs = [
613 "grit/ios_web_resources.h", 613 "grit/ios_web_resources.h",
614 "ios_web_resources.pak", 614 "ios_web_resources.pak",
615 ] 615 ]
616 } 616 }
OLDNEW
« 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