# 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. assert(is_chromeos, "Non-ChromeOS builds cannot depend on //chromeos/ash") static_library("game_mode") { sources = [ "game_mode_controller.cc", "game_mode_controller.h", ] deps = [ "//ash", "//base", "//chromeos/ash/components/borealis", "//chromeos/ash/components/dbus/resourced", "//chromeos/ash/experiences/arc:arc_base_utils", "//dbus", "//ui/views", ] }