| Index: ios/web/BUILD.gn
|
| diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
|
| index afaa495ccebac508f58f4e63e342fdb77b530040..8a82307d4a1b56e263d3d430370c440de8404f18 100644
|
| --- a/ios/web/BUILD.gn
|
| +++ b/ios/web/BUILD.gn
|
| @@ -318,6 +318,7 @@ source_set("test_support") {
|
|
|
| deps = [
|
| ":web",
|
| + "//base",
|
| "//base/test:test_support",
|
| "//ios/testing:ocmock_support",
|
| "//ios/third_party/gcdwebserver",
|
| @@ -368,6 +369,7 @@ source_set("test_support") {
|
| "public/test/test_web_thread_bundle.h",
|
| "public/test/test_web_view_content_view.h",
|
| "public/test/test_web_view_content_view.mm",
|
| + "public/test/web_js_test.h",
|
| "public/test/web_test.h",
|
| "public/test/web_test.mm",
|
| "public/test/web_test_suite.h",
|
|
|