# 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. source_set("eg2_tests") { configs += [ "//build/config/ios:xctest_config" ] testonly = true sources = [ "popup_menu_egtest.mm", "request_desktop_mobile_site_egtest.mm", ] deps = [ "//base/test:test_support", "//components/feature_engagement/public", "//components/strings", "//components/version_info", "//ios/chrome/app/strings", "//ios/chrome/browser/bubble/ui_bundled:constants", "//ios/chrome/browser/popup_menu/public", "//ios/chrome/browser/settings/ui_bundled:constants", "//ios/chrome/browser/shared/public/features", "//ios/chrome/test:eg_test_support+eg2", "//ios/chrome/test/earl_grey:eg_test_support+eg2", "//ios/chrome/test/earl_grey:switches", "//ios/testing/earl_grey:eg_test_support+eg2", "//ios/web/common:features", "//ios/web/common:user_agent", "//net", "//net:test_support", "//ui/base", ] frameworks = [ "UIKit.framework" ] }