blob: 6d9a4139a43939b6f0396276f0d49b433f34fd43 [file] [log] [blame]
# 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)
source_set("unit_tests") {
testonly = true
sources = [ "game_mode_controller_for_borealis_unittest.cc" ]
deps = [
"//base",
"//base/test:test_support",
"//chrome/browser/ash/borealis:test_support",
"//chrome/browser/ash/borealis/testing:test_support",
"//chrome/browser/ash/game_mode/testing",
"//chrome/test:test_support_unit",
"//chromeos/ash/components/dbus/resourced",
"//ui/views",
]
}