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

Side by Side 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 unified diff | Download patch
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 group("all_tests") { 10 group("all_tests") {
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 "web_state/session_certificate_policy_cache_impl.h", 212 "web_state/session_certificate_policy_cache_impl.h",
213 "web_state/session_certificate_policy_cache_impl.mm", 213 "web_state/session_certificate_policy_cache_impl.mm",
214 "web_state/session_certificate_policy_cache_storage_builder.h", 214 "web_state/session_certificate_policy_cache_storage_builder.h",
215 "web_state/session_certificate_policy_cache_storage_builder.mm", 215 "web_state/session_certificate_policy_cache_storage_builder.mm",
216 "web_state/ui/crw_context_menu_controller.h", 216 "web_state/ui/crw_context_menu_controller.h",
217 "web_state/ui/crw_context_menu_controller.mm", 217 "web_state/ui/crw_context_menu_controller.mm",
218 "web_state/ui/crw_generic_content_view.mm", 218 "web_state/ui/crw_generic_content_view.mm",
219 "web_state/ui/crw_swipe_recognizer_provider.h", 219 "web_state/ui/crw_swipe_recognizer_provider.h",
220 "web_state/ui/crw_touch_tracking_recognizer.h", 220 "web_state/ui/crw_touch_tracking_recognizer.h",
221 "web_state/ui/crw_touch_tracking_recognizer.mm", 221 "web_state/ui/crw_touch_tracking_recognizer.mm",
222 "web_state/ui/crw_web_controller_container_view.h",
223 "web_state/ui/crw_web_controller_container_view.mm",
224 "web_state/ui/crw_web_view_content_view.mm",
222 "web_state/ui/crw_web_view_proxy_impl.h", 225 "web_state/ui/crw_web_view_proxy_impl.h",
223 "web_state/ui/crw_web_view_proxy_impl.mm", 226 "web_state/ui/crw_web_view_proxy_impl.mm",
224 "web_state/ui/crw_web_view_scroll_view_proxy.mm", 227 "web_state/ui/crw_web_view_scroll_view_proxy.mm",
225 "web_state/ui/crw_wk_navigation_states.h", 228 "web_state/ui/crw_wk_navigation_states.h",
226 "web_state/ui/crw_wk_navigation_states.mm", 229 "web_state/ui/crw_wk_navigation_states.mm",
230 "web_state/ui/crw_wk_script_message_router.h",
231 "web_state/ui/crw_wk_script_message_router.mm",
232 "web_state/ui/web_view_js_utils.h",
233 "web_state/ui/web_view_js_utils.mm",
234 "web_state/ui/wk_web_view_configuration_provider.h",
235 "web_state/ui/wk_web_view_configuration_provider.mm",
236 "web_state/web_state_impl.h",
237 "web_state/web_state_impl.mm",
238 "web_state/web_view_internal_creation_util.h",
239 "web_state/web_view_internal_creation_util.mm",
240 "web_state/wk_web_view_security_util.h",
241 "web_state/wk_web_view_security_util.mm",
227 "web_thread_impl.cc", 242 "web_thread_impl.cc",
228 "web_thread_impl.h", 243 "web_thread_impl.h",
229 "web_view_creation_util.mm", 244 "web_view_creation_util.mm",
230 "webui/crw_web_ui_manager.h", 245 "webui/crw_web_ui_manager.h",
231 "webui/crw_web_ui_manager.mm", 246 "webui/crw_web_ui_manager.mm",
232 "webui/crw_web_ui_page_builder.h", 247 "webui/crw_web_ui_page_builder.h",
233 "webui/crw_web_ui_page_builder.mm", 248 "webui/crw_web_ui_page_builder.mm",
234 "webui/mojo_facade.h", 249 "webui/mojo_facade.h",
235 "webui/mojo_facade.mm", 250 "webui/mojo_facade.mm",
236 "webui/mojo_js_constants.cc", 251 "webui/mojo_js_constants.cc",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 "//url", 296 "//url",
282 ] 297 ]
283 298
284 public_deps = [ 299 public_deps = [
285 ":web_arc", 300 ":web_arc",
286 ] 301 ]
287 302
288 sources = [ 303 sources = [
289 "web_state/ui/crw_web_controller.h", 304 "web_state/ui/crw_web_controller.h",
290 "web_state/ui/crw_web_controller.mm", 305 "web_state/ui/crw_web_controller.mm",
291 "web_state/ui/crw_web_controller_container_view.h",
292 "web_state/ui/crw_web_controller_container_view.mm",
293 "web_state/ui/crw_web_view_content_view.mm",
294 "web_state/ui/crw_wk_script_message_router.h",
295 "web_state/ui/crw_wk_script_message_router.mm",
296 "web_state/ui/web_view_js_utils.h",
297 "web_state/ui/web_view_js_utils.mm",
298 "web_state/ui/wk_back_forward_list_item_holder.h", 306 "web_state/ui/wk_back_forward_list_item_holder.h",
299 "web_state/ui/wk_back_forward_list_item_holder.mm", 307 "web_state/ui/wk_back_forward_list_item_holder.mm",
300 "web_state/ui/wk_web_view_configuration_provider.h",
301 "web_state/ui/wk_web_view_configuration_provider.mm",
302 "web_state/web_controller_observer_bridge.h", 308 "web_state/web_controller_observer_bridge.h",
303 "web_state/web_controller_observer_bridge.mm", 309 "web_state/web_controller_observer_bridge.mm",
304 "web_state/web_state.mm", 310 "web_state/web_state.mm",
305 "web_state/web_state_delegate.mm", 311 "web_state/web_state_delegate.mm",
306 "web_state/web_state_delegate_bridge.mm", 312 "web_state/web_state_delegate_bridge.mm",
307 "web_state/web_state_impl.h",
308 "web_state/web_state_impl.mm",
309 "web_state/web_state_observer.mm", 313 "web_state/web_state_observer.mm",
310 "web_state/web_state_observer_bridge.mm", 314 "web_state/web_state_observer_bridge.mm",
311 "web_state/web_state_policy_decider.mm", 315 "web_state/web_state_policy_decider.mm",
312 "web_state/web_state_weak_ptr_factory.h", 316 "web_state/web_state_weak_ptr_factory.h",
313 "web_state/web_state_weak_ptr_factory.mm", 317 "web_state/web_state_weak_ptr_factory.mm",
314 "web_state/web_view_internal_creation_util.h",
315 "web_state/web_view_internal_creation_util.mm",
316 "web_state/wk_web_view_security_util.h",
317 "web_state/wk_web_view_security_util.mm",
318 ] 318 ]
319 319
320 libs = [ 320 libs = [
321 "CoreGraphics.framework", 321 "CoreGraphics.framework",
322 "WebKit.framework", 322 "WebKit.framework",
323 ] 323 ]
324 324
325 allow_circular_includes_from = [ ":web_arc" ] 325 allow_circular_includes_from = [ ":web_arc" ]
326 } 326 }
327 327
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
865 "ios_web_resources.pak", 865 "ios_web_resources.pak",
866 ] 866 ]
867 grit_flags = [ 867 grit_flags = [
868 "-E", 868 "-E",
869 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), 869 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir),
870 ] 870 ]
871 deps = [ 871 deps = [
872 "//mojo/public/js:bindings", 872 "//mojo/public/js:bindings",
873 ] 873 ]
874 } 874 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698