| # 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("eg_app_support+eg2") { |
| configs += [ "//build/config/ios:xctest_config" ] |
| testonly = true |
| sources = [ |
| "browser_view_visibility_app_interface.h", |
| "browser_view_visibility_app_interface.mm", |
| ] |
| deps = [ |
| "//base", |
| "//ios/chrome/browser/browser_view/model", |
| "//ios/chrome/test/app:test_support", |
| "//ios/testing/earl_grey:eg_app_support+eg2", |
| ] |
| } |
| |
| source_set("eg_test_support+eg2") { |
| configs += [ "//build/config/ios:xctest_config" ] |
| testonly = true |
| sources = [ |
| "browser_view_visibility_app_interface.h", |
| "browser_view_visibility_app_interface_stub.mm", |
| ] |
| deps = [ "//ios/testing/earl_grey:eg_test_support+eg2" ] |
| } |
| |
| source_set("eg2_tests") { |
| configs += [ "//build/config/ios:xctest_config" ] |
| testonly = true |
| sources = [ "browser_view_controller_egtest.mm" ] |
| deps = [ |
| ":eg_test_support+eg2", |
| "//base", |
| "//base/test:test_support", |
| "//components/strings", |
| "//ios/chrome/app/strings", |
| "//ios/chrome/browser/authentication/test:eg_test_support+eg2", |
| "//ios/chrome/browser/browser_view/public", |
| "//ios/chrome/browser/content_suggestions/ui_bundled:constants", |
| "//ios/chrome/browser/content_suggestions/ui_bundled:eg_test_support+eg2", |
| "//ios/chrome/browser/popup_menu/ui_bundled:constants", |
| "//ios/chrome/browser/settings/ui_bundled/password:eg_test_support+eg2", |
| "//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/start_surface/ui_bundled:feature_flags", |
| "//ios/chrome/browser/toolbar/ui_bundled/public:constants", |
| "//ios/chrome/browser/widget_kit/model: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", |
| "//ui/base", |
| "//url", |
| ] |
| frameworks = [ "UIKit.framework" ] |
| } |