# 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.

import("//build/config/chrome_build.gni")

source_set("eg2_tests") {
  configs += [ "//build/config/ios:xctest_config" ]
  testonly = true
  sources = [ "picture_in_picture_egtest.mm" ]
  deps = [
    "//base/test:test_support",
    "//ios/chrome/app/strings",
    "//ios/chrome/browser/default_browser/promo/public:features",
    "//ios/chrome/browser/shared/public/features",
    "//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",
    "//ui/base:test_support",
  ]
  frameworks = [ "UIKit.framework" ]
}
