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

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

Issue 2473103006: Rename XCTests test main target and output. (Closed)
Patch Set: Rebase 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
« no previous file with comments | « ios/build/tools/convert_gn_xcodeproj.py ('k') | ios/web/shell/test/Host-Info.plist » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..bc23dc3152732a68ff90759a321c0d9a0acf9542 100644
--- a/ios/web/shell/test/BUILD.gn
+++ b/ios/web/shell/test/BUILD.gn
@@ -5,7 +5,11 @@
import("//ios/build/config.gni")
import("//ios/third_party/earl_grey/ios_eg_test.gni")
-ios_eg_test("ios_web_shell_test") {
+ios_eg_test("ios_web_shell_egtests") {
+ # TODO(crbug.com/662404): Remove when downstream have been changed to use
+ # the new name for the xctest app bundles.
+ use_new_naming_convention = true
+
sources = [
"context_menu_egtest.mm",
"meta_tags_egtest.mm",
@@ -81,7 +85,7 @@ source_set("earl_grey_test_support") {
}
bundle_data("bundle") {
- visibility = [ ":ios_web_shell_test_host" ]
+ visibility = [ ":ios_web_shell_egtests" ]
sources = [
"http_server_files/basic_navigation_test.html",
"http_server_files/tall_page.html",
« no previous file with comments | « ios/build/tools/convert_gn_xcodeproj.py ('k') | ios/web/shell/test/Host-Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698