| Index: ios/web/BUILD.gn
|
| diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
|
| index f044e9157d3d3fa007859349dc465f645a268e72..f23e84845af509ab21f38f1d83b678076538da41 100644
|
| --- a/ios/web/BUILD.gn
|
| +++ b/ios/web/BUILD.gn
|
| @@ -295,8 +295,12 @@ source_set("test_support") {
|
| "public/test/crw_test_js_injection_receiver.mm",
|
| "public/test/http_server.h",
|
| "public/test/http_server.mm",
|
| + "public/test/http_server_util.h",
|
| + "public/test/http_server_util.mm",
|
| "public/test/js_test_util.h",
|
| "public/test/js_test_util.mm",
|
| + "public/test/navigation_test_util.h",
|
| + "public/test/navigation_test_util.mm",
|
| "public/test/response_providers/data_response_provider.h",
|
| "public/test/response_providers/data_response_provider.mm",
|
| "public/test/response_providers/file_based_response_provider.h",
|
|
|