blob: 2e58fac572db88d8cd5060be6af32d5ecd52eaee [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.
assert(!is_android, "ImmersiveModeController is Desktop only.")
source_set("immersive_mode_controller") {
sources = [ "immersive_mode_controller.h" ]
deps = [ "//base" ]
}