Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(371)

Unified Diff: ios/web/shell/test/BUILD.gn

Issue 2473103006: Rename XCTests test main target and output. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698