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

Unified 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, 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/earl_grey/BUILD.gn
diff --git a/ios/chrome/test/earl_grey/BUILD.gn b/ios/chrome/test/earl_grey/BUILD.gn
index 7da5f6993feb44b9d26bc89cbe8609952a4698fb..2606082a01255efaa74a4cc079e6bbe5e09836d8 100644
--- a/ios/chrome/test/earl_grey/BUILD.gn
+++ b/ios/chrome/test/earl_grey/BUILD.gn
@@ -184,7 +184,8 @@ source_set("test_support") {
"//ios/third_party/material_components_ios",
"//ios/web",
"//ios/web:earl_grey_test_support",
- "//ios/web:test_support",
+ "//ios/web/public/test",
+ "//ios/web/public/test/http_server",
"//ui/base",
"//ui/base:test_support",
"//url",
@@ -193,6 +194,7 @@ source_set("test_support") {
public_deps = [
"//build/config/ios:xctest",
"//ios/third_party/earl_grey",
+ "//ios/web/public/test/fakes",
]
libs = [
« 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