1# Copyright 2020 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5declare_args() {
6  # This controls UI configuration for Chrome.
7  # If this flag is set, we assume Chrome runs on Chrome OS devices, using
8  # Wayland (instead of X11).
9  # TODO(crbug.com/1052397): After the clean up, this should be
10  # replaced with 'target_os = "chromeos" && ui_mode == "browser"'.
11  chromeos_is_browser_only = false
12}
13