| Index: ios/web/BUILD.gn
|
| diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
|
| index 1536e953f6c82d930744f735bb92345af1ea335e..748defede99b78ca4952397ac11671e5b2f44083 100644
|
| --- a/ios/web/BUILD.gn
|
| +++ b/ios/web/BUILD.gn
|
| @@ -451,6 +451,7 @@ source_set("test_support") {
|
| "public/test/test_redirect_observer.mm",
|
| "public/test/test_web_thread.h",
|
| "public/test/test_web_thread_bundle.h",
|
| + "public/test/url_test_util.h",
|
| "public/test/web_js_test.h",
|
| "public/test/web_test.h",
|
| "public/test/web_test.mm",
|
| @@ -465,6 +466,7 @@ source_set("test_support") {
|
| "test/test_url_constants.h",
|
| "test/test_web_thread.cc",
|
| "test/test_web_thread_bundle.cc",
|
| + "test/url_test_util.mm",
|
| "test/web_int_test.h",
|
| "test/web_int_test.mm",
|
| "test/web_test_suite.mm",
|
|
|