Index: ios/web/shell/test/BUILD.gn |
diff --git a/ios/web/shell/test/BUILD.gn b/ios/web/shell/test/BUILD.gn |
index 7d7eedcde3ea273388a1804c10c9cfcbb1c24f09..ca518af863f04d80f8c7b1e8e737b0051cd0eeff 100644 |
--- a/ios/web/shell/test/BUILD.gn |
+++ b/ios/web/shell/test/BUILD.gn |
@@ -31,7 +31,10 @@ 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", |
+ "//ios/web/public/test/fakes", |
+ "//ios/web/public/test/http_server", |
+ "//ios/web/public/test/http_server", |
"//ios/web/shell", |
"//net", |
"//url", |
@@ -59,7 +62,8 @@ 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", |
+ "//ios/web/public/test/http_server", |
"//ios/web/shell", |
"//url", |
] |