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

Unified Diff: ios/chrome/test/earl_grey/BUILD.gn

Issue 2829633002: [ios] Create a new EG test suite for test depending on network. (Closed)
Patch Set: Created 3 years, 8 months 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/chrome/browser/translate/translate_egtest.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/earl_grey/BUILD.gn
diff --git a/ios/chrome/test/earl_grey/BUILD.gn b/ios/chrome/test/earl_grey/BUILD.gn
index d88cb86c0649d858570c15da343df5b3f26b0657..e505f65b2e8bf6e33a690af002e4df494e727d55 100644
--- a/ios/chrome/test/earl_grey/BUILD.gn
+++ b/ios/chrome/test/earl_grey/BUILD.gn
@@ -8,6 +8,7 @@ group("all_tests") {
testonly = true
deps = [
":ios_chrome_device_check_egtests",
+ ":ios_chrome_external_url_egtests",
":ios_chrome_flaky_egtests",
":ios_chrome_integration_egtests",
":ios_chrome_multitasking_egtests",
@@ -26,7 +27,6 @@ chrome_ios_eg_test("ios_chrome_integration_egtests") {
"//ios/chrome/browser/device_sharing:eg_tests",
"//ios/chrome/browser/metrics:eg_tests",
"//ios/chrome/browser/net:eg_tests",
- "//ios/chrome/browser/translate:eg_tests",
]
}
@@ -135,6 +135,12 @@ chrome_ios_eg_test("ios_chrome_smoke_egtests") {
libs = [ "XCTest.framework" ]
}
+chrome_ios_eg_test("ios_chrome_external_url_egtests") {
+ deps = [
+ "//ios/chrome/browser/translate:external_url_eg_tests",
+ ]
+}
+
source_set("test_support") {
configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
« no previous file with comments | « ios/chrome/browser/translate/translate_egtest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698