# 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_ash)
static_library("testing") {
testonly = true
sources = [
"game_mode_controller_test_base.cc",
"game_mode_controller_test_base.h",
]
deps = [
"//base",
"//base/test:test_support",
"//chrome/test:test_support_unit",
"//chromeos/ash/components/dbus/resourced",
"//chromeos/ash/components/game_mode",
"//content/test:test_support",
]
}