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

Side by Side Diff: ios/chrome/test/earl_grey/BUILD.gn

Issue 2684023003: [ObjC ARC] Converts ios/chrome/test/earl_grey:test_support to ARC. (Closed)
Patch Set: Add __unsafe_unretained Created 3 years, 10 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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/chrome/test/earl_grey/chrome_ios_eg_test.gni") 5 import("//ios/chrome/test/earl_grey/chrome_ios_eg_test.gni")
6 6
7 group("all_tests") { 7 group("all_tests") {
8 testonly = true 8 testonly = true
9 deps = [ 9 deps = [
10 ":ios_chrome_device_check_egtests", 10 ":ios_chrome_device_check_egtests",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 ] 129 ]
130 deps = [ 130 deps = [
131 ":test_support", 131 ":test_support",
132 "//ios/chrome/test/app:test_support", 132 "//ios/chrome/test/app:test_support",
133 "//ios/third_party/earl_grey", 133 "//ios/third_party/earl_grey",
134 ] 134 ]
135 libs = [ "XCTest.framework" ] 135 libs = [ "XCTest.framework" ]
136 } 136 }
137 137
138 source_set("test_support") { 138 source_set("test_support") {
139 configs += [ "//build/config/compiler:enable_arc" ]
139 testonly = true 140 testonly = true
140 sources = [ 141 sources = [
141 "accessibility_util.h", 142 "accessibility_util.h",
142 "accessibility_util.mm", 143 "accessibility_util.mm",
143 "chrome_actions.h", 144 "chrome_actions.h",
144 "chrome_actions.mm", 145 "chrome_actions.mm",
145 "chrome_assertions.h", 146 "chrome_assertions.h",
146 "chrome_assertions.mm", 147 "chrome_assertions.mm",
147 "chrome_earl_grey.h", 148 "chrome_earl_grey.h",
148 "chrome_earl_grey.mm", 149 "chrome_earl_grey.mm",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 192
192 source_set("hooks") { 193 source_set("hooks") {
193 testonly = true 194 testonly = true
194 sources = [ 195 sources = [
195 "eg_tests_hook.mm", 196 "eg_tests_hook.mm",
196 ] 197 ]
197 deps = [ 198 deps = [
198 "//ios/chrome/app:tests_hook", 199 "//ios/chrome/app:tests_hook",
199 ] 200 ]
200 } 201 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/test/earl_grey/accessibility_util.mm » ('j') | ios/chrome/test/earl_grey/chrome_earl_grey.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698