| Index: ios/web/BUILD.gn
|
| diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
|
| index 00732e1a50ffadd52a13a7ed9690719bf8a5e1fb..ff3f8839db59e04fc0417b1213508d37bdeba9d1 100644
|
| --- a/ios/web/BUILD.gn
|
| +++ b/ios/web/BUILD.gn
|
| @@ -373,6 +373,8 @@ source_set("test_support") {
|
| "public/test/http_server_util.mm",
|
| "public/test/js_test_util.h",
|
| "public/test/js_test_util.mm",
|
| + "public/test/native_controller_test_util.h",
|
| + "public/test/native_controller_test_util.mm",
|
| "public/test/navigation_test_util.h",
|
| "public/test/navigation_test_util.mm",
|
| "public/test/response_providers/data_response_provider.h",
|
|
|