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

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

Issue 2836403002: Move testEvictedTabReloadFailure to an external URL egtest target. (Closed)
Patch Set: Feedback 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/browser/metrics/tab_usage_recorder_test_util.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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 chrome_ios_eg_test("ios_chrome_external_url_egtests") { 138 chrome_ios_eg_test("ios_chrome_external_url_egtests") {
139 deps = [ 139 deps = [
140 "//ios/chrome/browser/metrics:external_url_eg_tests",
140 "//ios/chrome/browser/translate:external_url_eg_tests", 141 "//ios/chrome/browser/translate:external_url_eg_tests",
141 "//ios/chrome/browser/ui:external_url_eg_tests", 142 "//ios/chrome/browser/ui:external_url_eg_tests",
142 ] 143 ]
143 } 144 }
144 145
145 source_set("test_support") { 146 source_set("test_support") {
146 configs += [ "//build/config/compiler:enable_arc" ] 147 configs += [ "//build/config/compiler:enable_arc" ]
147 testonly = true 148 testonly = true
148 sources = [ 149 sources = [
149 "accessibility_util.h", 150 "accessibility_util.h",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 201
201 source_set("hooks") { 202 source_set("hooks") {
202 testonly = true 203 testonly = true
203 sources = [ 204 sources = [
204 "eg_tests_hook.mm", 205 "eg_tests_hook.mm",
205 ] 206 ]
206 deps = [ 207 deps = [
207 "//ios/chrome/app:tests_hook", 208 "//ios/chrome/app:tests_hook",
208 ] 209 ]
209 } 210 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/metrics/tab_usage_recorder_test_util.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698