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

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

Issue 2886303003: [ObjC ARC] Converts ios/chrome/test/earl_grey:ios_chrome_multitasking_egtests to ARC. (Closed)
Patch Set: 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
« no previous file with comments | « ios/chrome/app/multitasking_test_application_delegate.mm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 ] 70 ]
71 } 71 }
72 72
73 chrome_ios_eg_test("ios_chrome_web_egtests") { 73 chrome_ios_eg_test("ios_chrome_web_egtests") {
74 deps = [ 74 deps = [
75 "//ios/chrome/browser/web:eg_tests", 75 "//ios/chrome/browser/web:eg_tests",
76 ] 76 ]
77 } 77 }
78 78
79 chrome_ios_eg_test("ios_chrome_multitasking_egtests") { 79 chrome_ios_eg_test("ios_chrome_multitasking_egtests") {
80 configs += [ "//build/config/compiler:enable_arc" ]
80 sources = [ 81 sources = [
81 "//ios/chrome/app/multitasking_test_application_delegate.h", 82 "//ios/chrome/app/multitasking_test_application_delegate.h",
82 "//ios/chrome/app/multitasking_test_application_delegate.mm", 83 "//ios/chrome/app/multitasking_test_application_delegate.mm",
83 ] 84 ]
84 85
85 deps = [ 86 deps = [
86 ":test_support", 87 ":test_support",
87 "//base", 88 "//base",
88 "//ios/chrome/app:app_internal", 89 "//ios/chrome/app:app_internal",
89 "//ios/chrome/app/application_delegate:application_delegate_internal", 90 "//ios/chrome/app/application_delegate:application_delegate_internal",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 source_set("hooks") { 205 source_set("hooks") {
205 configs += [ "//build/config/compiler:enable_arc" ] 206 configs += [ "//build/config/compiler:enable_arc" ]
206 testonly = true 207 testonly = true
207 sources = [ 208 sources = [
208 "eg_tests_hook.mm", 209 "eg_tests_hook.mm",
209 ] 210 ]
210 deps = [ 211 deps = [
211 "//ios/chrome/app:tests_hook", 212 "//ios/chrome/app:tests_hook",
212 ] 213 ]
213 } 214 }
OLDNEW
« no previous file with comments | « ios/chrome/app/multitasking_test_application_delegate.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698