summaryrefslogtreecommitdiff
path: root/chromium/build/config/chromeos/ui_mode.gni
blob: 1166161295e6490ff5be4df005948a650073b4fe (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

declare_args() {
  # This controls UI configuration for Chrome.
  # If this flag is set, we assume Chrome runs on Chrome OS devices.
  # TODO(crbug.com/1052397): After the clean up, this should be
  # replaced with 'target_os = "chromeos" && ui_mode == "browser"'.
  chromeos_is_browser_only = false
}