chromium/ios/chrome/browser/ui/tab_switcher/tab_strip/test/BUILD.gn

# Copyright 2023 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 = [
    "tab_strip_drag_drop_egtest.mm",
    "tab_strip_egtest.mm",
    "tab_strip_group_egtest.mm",
  ]
  deps = [
    "//components/strings",
    "//ios/chrome/app/strings",
    "//ios/chrome/browser/shared/public/features",
    "//ios/chrome/browser/ui/tab_switcher/tab_grid/tab_groups:tab_groups_constant",
    "//ios/chrome/browser/ui/tab_switcher/tab_strip/ui:swift_constants_for_objective_c",
    "//ios/chrome/test/earl_grey:eg_test_support+eg2",
    "//ios/testing/earl_grey:eg_test_support+eg2",
    "//net:test_support",
    "//ui/base",
  ]
  frameworks = [ "UIKit.framework" ]
}