blob: 47015dd9527d98a3c67a87ab4f6663fac09fa2af [file] [log] [blame]
# Copyright 2024 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 = [
"tips_notifications_egtest.mm",
"tips_promos_egtest.mm",
]
deps = [
"//base",
"//base/test:test_support",
"//ios/chrome/browser/authentication/ui_bundled:eg_test_support+eg2",
"//ios/chrome/browser/authentication/ui_bundled/signin:constants",
"//ios/chrome/browser/content_suggestions/ui_bundled:eg_test_support+eg2",
"//ios/chrome/browser/content_suggestions/ui_bundled/set_up_list:constants",
"//ios/chrome/browser/first_run/ui_bundled:constants",
"//ios/chrome/browser/push_notification/ui_bundled:test_support",
"//ios/chrome/browser/shared/model/prefs:pref_names",
"//ios/chrome/browser/shared/public/features",
"//ios/chrome/browser/signin/model:fake_system_identity",
"//ios/chrome/browser/tips_notifications/model: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",
]
}