# 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", "tab_strip_shared_group_egtest.mm", ] deps = [ "//components/data_sharing:test_support", "//components/data_sharing/public", "//components/data_sharing/public:features", "//components/strings", "//ios/chrome/app/strings", "//ios/chrome/browser/authentication/test:eg_test_support+eg2", "//ios/chrome/browser/shared/model/prefs:pref_names", "//ios/chrome/browser/shared/model/url:constants", "//ios/chrome/browser/shared/public/features", "//ios/chrome/browser/signin/model:fake_system_identity", "//ios/chrome/browser/tab_switcher/tab_strip/ui:swift_constants_for_objective_c", "//ios/chrome/browser/tab_switcher/ui_bundled/tab_grid/tab_groups:eg_test_support+eg2", "//ios/chrome/browser/tab_switcher/ui_bundled/tab_grid/tab_groups:tab_groups_constant", "//ios/chrome/browser/tab_switcher/ui_bundled/test:utils", "//ios/chrome/test/earl_grey:eg_test_support+eg2", "//ios/chrome/test/earl_grey:switches", "//ios/testing/earl_grey:eg_test_support+eg2", "//net:test_support", "//ui/base", ] frameworks = [ "UIKit.framework" ] }