# 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/test:eg_test_support+eg2", "//ios/chrome/browser/authentication/ui_bundled/signin:constants", "//ios/chrome/browser/content_suggestions/set_up_list/public:constants", "//ios/chrome/browser/content_suggestions/test:eg_test_support+eg2", "//ios/chrome/browser/first_run/public:constants", "//ios/chrome/browser/push_notification/test: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/test/earl_grey:eg_test_support+eg2", "//ios/testing/earl_grey:eg_test_support+eg2", ] }