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

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

Issue 2517463004: [ObjC ARC] Converts ios/testing:ios_test_support to ARC.Automatically generated ARCMigrate commit… (Closed)
Patch Set: Created 4 years, 1 month 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/testing/wait_util.mm » ('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("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 source_set("ios_test_support") { 8 source_set("ios_test_support") {
9 configs += [ "//build/config/compiler:enable_arc" ]
9 testonly = true 10 testonly = true
10 11
11 deps = [ 12 deps = [
12 "//base/test:test_support", 13 "//base/test:test_support",
13 ] 14 ]
14 15
15 sources = [ 16 sources = [
16 "wait_util.h", 17 "wait_util.h",
17 "wait_util.mm", 18 "wait_util.mm",
18 ] 19 ]
(...skipping 26 matching lines...) Expand all
45 "//testing/gtest", 46 "//testing/gtest",
46 "//third_party/ocmock", 47 "//third_party/ocmock",
47 ] 48 ]
48 49
49 sources = [ 50 sources = [
50 "ocmock_complex_type_helper_unittest.mm", 51 "ocmock_complex_type_helper_unittest.mm",
51 ] 52 ]
52 53
53 assert_no_deps = ios_assert_no_deps 54 assert_no_deps = ios_assert_no_deps
54 } 55 }
OLDNEW
« no previous file with comments | « no previous file | ios/testing/wait_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698