| Index: ios/web/shell/test/BUILD.gn
|
| diff --git a/ios/web/shell/test/BUILD.gn b/ios/web/shell/test/BUILD.gn
|
| index 9cba45ec497240631c53ba4c1c7f325e74b075c3..4e95f7a9e0b0eae9b6c87a55fcc82716117d2a39 100644
|
| --- a/ios/web/shell/test/BUILD.gn
|
| +++ b/ios/web/shell/test/BUILD.gn
|
| @@ -81,7 +81,10 @@ source_set("earl_grey_test_support") {
|
| }
|
|
|
| bundle_data("bundle") {
|
| - visibility = [ ":ios_web_shell_test_host" ]
|
| + visibility = [
|
| + ":ios_web_shell_test",
|
| + ":ios_web_shell_test_host",
|
| + ]
|
| sources = [
|
| "http_server_files/basic_navigation_test.html",
|
| "http_server_files/tall_page.html",
|
|
|