# Copyright 2024 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/chromeos/ui_mode.gni")
assert(is_chromeos)
static_library("test_support") {
testonly = true
sources = [
"fake_mahi_web_contents_manager.cc",
"fake_mahi_web_contents_manager.h",
"mock_mahi_crosapi.cc",
"mock_mahi_crosapi.h",
"mock_mahi_web_contents_manager.cc",
"mock_mahi_web_contents_manager.h",
"scoped_mahi_web_contents_manager_for_testing.cc",
"scoped_mahi_web_contents_manager_for_testing.h",
]
deps = [
"//base",
"//chrome/browser/chromeos/mahi",
"//chromeos/crosapi/mojom",
"//mojo/public/cpp/bindings",
"//testing/gmock",
"//ui/gfx",
"//ui/gfx:test_support",
]
}