# 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.

import("//build/config/apple/swift_source_set.gni")

source_set("eg2_tests") {
  configs += [ "//build/config/ios:xctest_config" ]
  testonly = true
  sources = [
    "destination_usage_history_egtest.mm",
    "overflow_menu_carousel_egtest.mm",
  ]
  deps = [
    "//base",
    "//components/feature_engagement/public",
    "//components/signin/internal/identity_manager:capabilities",
    "//components/signin/public/base",
    "//components/sync/base",
    "//ios/chrome/app/strings",
    "//ios/chrome/browser/authentication/account_menu/public",
    "//ios/chrome/browser/authentication/test:eg_test_support+eg2",
    "//ios/chrome/browser/authentication/ui_bundled/signin:constants",
    "//ios/chrome/browser/metrics/model:eg_test_support+eg2",
    "//ios/chrome/browser/popup_menu/public",
    "//ios/chrome/browser/settings/manage_sync/public",
    "//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/whats_new/public:constants",
    "//ios/chrome/test/earl_grey:eg_test_support+eg2",
    "//ios/chrome/test/earl_grey:switches",
    "//ios/testing/earl_grey:eg_test_support+eg2",
    "//ios/testing/earl_grey:launch_configuration",
    "//ui/base",
  ]
  frameworks = [ "UIKit.framework" ]
}
