blob: b5a71fbbdb7afe0483e5085c6fec2a225f055321 [file] [log] [blame]
# Copyright 2025 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("eg2_tests") {
configs += [ "//build/config/ios:xctest_config" ]
testonly = true
sources = [ "safari_data_import_egtest.mm" ]
deps = [
":eg_test_support+eg2",
"//ios/chrome/browser/settings/ui_bundled:constants",
"//ios/chrome/common/ui/confirmation_alert:constants",
"//ios/chrome/common/ui/promo_style:constants",
"//ios/chrome/test:eg_test_support+eg2",
"//ios/chrome/test/earl_grey:eg_test_support+eg2",
"//ios/testing/earl_grey:eg_test_support+eg2",
"//ios/testing/earl_grey:launch_configuration",
]
}
source_set("eg_test_support+eg2") {
configs += [ "//build/config/ios:xctest_config" ]
testonly = true
sources = [
"safari_data_import_earl_grey_ui.h",
"safari_data_import_earl_grey_ui.mm",
]
deps = [
"//ios/chrome/browser/safari_data_import/public:utils",
"//ios/chrome/common/ui/confirmation_alert:constants",
"//ios/chrome/test/earl_grey:eg_test_support+eg2",
"//ios/testing/earl_grey:eg_test_support+eg2",
]
}