Index: ios/web/shell/test/BUILD.gn |
diff --git a/ios/web/shell/test/BUILD.gn b/ios/web/shell/test/BUILD.gn |
index 0d7ae77ff5ad2cea400b64704178fde2251d48cb..196083a97f5a96d01616b68192c6fa5bf71f3a32 100644 |
--- a/ios/web/shell/test/BUILD.gn |
+++ b/ios/web/shell/test/BUILD.gn |
@@ -31,7 +31,9 @@ ios_eg_test("ios_web_shell_egtests") { |
"//ios/testing:ios_test_support", |
"//ios/testing/earl_grey:earl_grey_support", |
"//ios/web:earl_grey_test_support", |
- "//ios/web:test_support", |
+ "//ios/web/public/test:test_support", |
+ "//ios/web/public/test/fakes:test_support", |
+ "//ios/web/public/test/response_providers:test_support", |
"//ios/web/shell", |
"//net", |
"//url", |
@@ -59,7 +61,7 @@ source_set("earl_grey_test_support") { |
"//ios/third_party/earl_grey", |
"//ios/web", |
"//ios/web:earl_grey_test_support", |
- "//ios/web:test_support", |
+ "//ios/web/public/test:test_support", |
"//ios/web/shell", |
"//url", |
] |