# Copyright 2026 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("test_support") {
  testonly = true
  sources = [
    "actor_ui_test_utils.h",
    "actor_ui_test_utils.mm",
  ]
  frameworks = [ "UIKit.framework" ]
}

source_set("eg2_tests") {
  configs += [ "//build/config/ios:xctest_config" ]
  testonly = true
  sources = [ "actor_overlay_egtest.mm" ]
  deps = [
    "//ios/chrome/browser/intelligence/actor/tools/test:eg_test_support+eg2",
    "//ios/chrome/browser/intelligence/features",
    "//ios/chrome/browser/shared/public/features",
    "//ios/chrome/test:eg_test_support+eg2",
    "//ios/chrome/test/earl_grey:eg_test_support+eg2",
    "//ios/testing/earl_grey:eg_test_support+eg2",
    "//net:test_support",
  ]
  frameworks = [ "UIKit.framework" ]
}
