| Index: ios/web/BUILD.gn
|
| diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
|
| index 1caf52b6363596b79aa68eddffcb20931a180465..1202bc95d400706eae1b8998fb455805f4c5e13f 100644
|
| --- a/ios/web/BUILD.gn
|
| +++ b/ios/web/BUILD.gn
|
| @@ -359,6 +359,10 @@ 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_test.h",
|
| + "public/test/web_test.mm",
|
| + "public/test/web_test_with_web_state.h",
|
| + "public/test/web_test_with_web_state.mm",
|
| "test/crw_fake_web_controller_observer.h",
|
| "test/crw_fake_web_controller_observer.mm",
|
| "test/test_url_constants.cc",
|
| @@ -368,9 +372,10 @@ source_set("test_support") {
|
| "test/web_int_test.h",
|
| "test/web_int_test.mm",
|
| "test/web_test.h",
|
| - "test/web_test.mm",
|
| "test/web_test_suite.h",
|
| "test/web_test_suite.mm",
|
| + "test/web_test_with_web_controller.h",
|
| + "test/web_test_with_web_controller.mm",
|
| "test/wk_web_view_crash_utils.h",
|
| "test/wk_web_view_crash_utils.mm",
|
| ]
|
|
|