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

Side by Side Diff: ios/web/BUILD.gn

Issue 2886573002: [ObjC ARC] Converts ios/web:earl_grey_test_support to ARC. (Closed)
Patch Set: autoreleasing Created 3 years, 7 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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 configs += [ "//build/config/compiler:enable_arc" ] 346 configs += [ "//build/config/compiler:enable_arc" ]
347 } 347 }
348 348
349 source_set("reload_type") { 349 source_set("reload_type") {
350 sources = [ 350 sources = [
351 "public/reload_type.h", 351 "public/reload_type.h",
352 ] 352 ]
353 } 353 }
354 354
355 source_set("earl_grey_test_support") { 355 source_set("earl_grey_test_support") {
356 configs += [ "//build/config/compiler:enable_arc" ]
356 testonly = true 357 testonly = true
357 358
358 deps = [ 359 deps = [
359 ":test_support", 360 ":test_support",
360 ":web", 361 ":web",
361 "//base", 362 "//base",
362 "//base/test:test_support", 363 "//base/test:test_support",
363 "//ios/testing:ios_test_support", 364 "//ios/testing:ios_test_support",
364 "//ios/testing/earl_grey:earl_grey_support", 365 "//ios/testing/earl_grey:earl_grey_support",
365 "//ios/third_party/earl_grey", 366 "//ios/third_party/earl_grey",
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 "ios_web_resources.pak", 722 "ios_web_resources.pak",
722 ] 723 ]
723 grit_flags = [ 724 grit_flags = [
724 "-E", 725 "-E",
725 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), 726 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir),
726 ] 727 ]
727 deps = [ 728 deps = [
728 "//mojo/public/js:bindings", 729 "//mojo/public/js:bindings",
729 ] 730 ]
730 } 731 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/public/test/earl_grey/js_test_util.h » ('j') | ios/web/public/test/earl_grey/js_test_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698