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