Commit 0ae98f43 authored by Rohit Rao's avatar Rohit Rao Committed by Commit Bot

[ios] Splits settings EG2 tests into their own module.

Mirrors the division we have for EG1 tests.

BUG=987646

Change-Id: Id0d57402b5241799f376eb60f440e3fa53caae2b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869330Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarJustin Cohen <justincohen@chromium.org>
Commit-Queue: Rohit Rao <rohitrao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#709013}
parent e7a19899
......@@ -7,6 +7,10 @@
"app": "ios_chrome_smoke_eg2tests_module",
"host": "ios_chrome_eg2tests"
},
{
"app": "ios_chrome_settings_eg2tests_module",
"host": "ios_chrome_eg2tests"
},
{
"app": "ios_chrome_ui_eg2tests_module",
"host": "ios_chrome_eg2tests"
......
......@@ -12,6 +12,7 @@ group("all_tests") {
":ios_chrome_autofill_automation_eg2tests_module",
":ios_chrome_eg2tests",
":ios_chrome_integration_eg2tests_module",
":ios_chrome_settings_eg2tests_module",
":ios_chrome_smoke_eg2tests_module",
":ios_chrome_ui_eg2tests_module",
":ios_chrome_web_eg2tests_module",
......@@ -47,11 +48,11 @@ chrome_ios_eg2_test("ios_chrome_smoke_eg2tests_module") {
]
}
chrome_ios_eg2_test("ios_chrome_web_eg2tests_module") {
chrome_ios_eg2_test("ios_chrome_settings_eg2tests_module") {
xcode_test_application_name = "ios_chrome_eg2tests"
deps = [
"//ios/chrome/browser/web:eg2_tests",
"//ios/chrome/browser/ui/settings/autofill:eg2_tests",
]
}
......@@ -72,7 +73,6 @@ chrome_ios_eg2_test("ios_chrome_ui_eg2tests_module") {
"//ios/chrome/browser/ui/popup_menu:eg2_tests",
"//ios/chrome/browser/ui/sad_tab:eg2_tests",
"//ios/chrome/browser/ui/safe_mode:eg2_tests",
"//ios/chrome/browser/ui/settings/autofill:eg2_tests",
"//ios/chrome/browser/ui/side_swipe:eg2_tests",
"//ios/chrome/browser/ui/tab_grid:eg2_tests",
"//ios/chrome/browser/ui/tabs:eg2_tests",
......@@ -80,6 +80,14 @@ chrome_ios_eg2_test("ios_chrome_ui_eg2tests_module") {
]
}
chrome_ios_eg2_test("ios_chrome_web_eg2tests_module") {
xcode_test_application_name = "ios_chrome_eg2tests"
deps = [
"//ios/chrome/browser/web:eg2_tests",
]
}
source_set("eg2_tests") {
defines = [ "CHROME_EARL_GREY_2" ]
configs += [
......
......@@ -1392,6 +1392,11 @@
"label": "//ios/chrome/test/earl_grey:ios_chrome_web_egtests",
"type": "raw",
},
"ios_chrome_settings_eg2tests_module": {
"args": [],
"label": "//ios/chrome/test/earl_grey2:ios_chrome_settings_eg2tests_module",
"type": "raw",
},
"ios_chrome_smoke_eg2tests_module": {
"args": [],
"label": "//ios/chrome/test/earl_grey2:ios_chrome_smoke_eg2tests_module",
......
......@@ -99,6 +99,7 @@ SKIP_GN_ISOLATE_MAP_TARGETS = {
'ios_chrome_ui_egtests',
'ios_chrome_unittests',
'ios_chrome_web_egtests',
'ios_chrome_settings_eg2tests_module',
'ios_chrome_smoke_eg2tests_module',
'ios_chrome_ui_eg2tests_module',
'ios_chrome_web_eg2tests_module',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment