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 = [ |