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

Unified Diff: ios/chrome/test/earl_grey/BUILD.gn

Issue 2898733003: Split up ios/web:test_support. (Closed)
Patch Set: remove public_deps 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
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 317069971c9374410bdd11c8ee3ade0499b1edb0..8efc3e309ff5436c43d7358a14e354f8a4ff956c 100644
--- a/ios/chrome/test/earl_grey/BUILD.gn
+++ b/ios/chrome/test/earl_grey/BUILD.gn
@@ -183,7 +183,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:test_support",
+ "//ios/web/public/test/response_providers:test_support",
"//ui/base",
"//ui/base:test_support",
"//url",
@@ -192,6 +193,7 @@ source_set("test_support") {
public_deps = [
"//build/config/ios:xctest",
"//ios/third_party/earl_grey",
+ "//ios/web/public/test/fakes:test_support",
]
libs = [

Powered by Google App Engine
This is Rietveld 408576698