blob: d5f59e97b2b8a44d8867e292943b9c742b3229c8 [file] [log] [blame]
# 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("constants") {
testonly = true
sources = [
"constants.h",
"constants.mm",
]
}
source_set("eg_app_support+eg2") {
configs += [ "//build/config/ios:xctest_config" ]
testonly = true
sources = [
"google_one_app_interface.h",
"google_one_app_interface.mm",
"test_google_one_controller.h",
"test_google_one_controller.mm",
]
deps = [
":constants",
"//base",
"//base/test:test_support",
"//ios/chrome/test/app:test_support",
"//ios/public/provider/chrome/browser/google_one:google_one_api",
]
}
source_set("eg_test_support+eg2") {
configs += [ "//build/config/ios:xctest_config" ]
testonly = true
sources = [
"google_one_app_interface.h",
"google_one_app_interface_stub.mm",
]
deps = [ "//ios/testing/earl_grey:eg_test_support+eg2" ]
}