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

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

Issue 2898733003: Split up ios/web:test_support. (Closed)
Patch Set: don't break downstream clients Created 3 years, 6 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/test/base/BUILD.gn ('k') | ios/chrome/test/earl_grey/chrome_test_case.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 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "//ios/chrome/browser/ui/settings:settings", 177 "//ios/chrome/browser/ui/settings:settings",
178 "//ios/chrome/browser/ui/static_content", 178 "//ios/chrome/browser/ui/static_content",
179 "//ios/chrome/browser/ui/toolbar", 179 "//ios/chrome/browser/ui/toolbar",
180 "//ios/chrome/browser/ui/tools_menu", 180 "//ios/chrome/browser/ui/tools_menu",
181 "//ios/chrome/test/app:test_support", 181 "//ios/chrome/test/app:test_support",
182 "//ios/testing:ios_test_support", 182 "//ios/testing:ios_test_support",
183 "//ios/testing/earl_grey:earl_grey_support", 183 "//ios/testing/earl_grey:earl_grey_support",
184 "//ios/third_party/material_components_ios", 184 "//ios/third_party/material_components_ios",
185 "//ios/web", 185 "//ios/web",
186 "//ios/web:earl_grey_test_support", 186 "//ios/web:earl_grey_test_support",
187 "//ios/web:test_support", 187 "//ios/web/public/test",
188 "//ios/web/public/test/http_server",
188 "//ui/base", 189 "//ui/base",
189 "//ui/base:test_support", 190 "//ui/base:test_support",
190 "//url", 191 "//url",
191 ] 192 ]
192 193
193 public_deps = [ 194 public_deps = [
194 "//build/config/ios:xctest", 195 "//build/config/ios:xctest",
195 "//ios/third_party/earl_grey", 196 "//ios/third_party/earl_grey",
197 "//ios/web/public/test/fakes",
196 ] 198 ]
197 199
198 libs = [ 200 libs = [
199 "OCHamcrest.framework", 201 "OCHamcrest.framework",
200 "WebKit.framework", 202 "WebKit.framework",
201 "XCTest.framework", 203 "XCTest.framework",
202 ] 204 ]
203 } 205 }
204 206
205 source_set("hooks") { 207 source_set("hooks") {
206 configs += [ "//build/config/compiler:enable_arc" ] 208 configs += [ "//build/config/compiler:enable_arc" ]
207 testonly = true 209 testonly = true
208 sources = [ 210 sources = [
209 "eg_tests_hook.mm", 211 "eg_tests_hook.mm",
210 ] 212 ]
211 deps = [ 213 deps = [
212 "//ios/chrome/app:tests_hook", 214 "//ios/chrome/app:tests_hook",
213 ] 215 ]
214 } 216 }
OLDNEW
« no previous file with comments | « ios/chrome/test/base/BUILD.gn ('k') | ios/chrome/test/earl_grey/chrome_test_case.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698