• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2020 The Chromium Authors
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5import("//build/config/chromeos/args.gni")
6
7declare_args() {
8  chromeos_is_browser_only = false
9}
10
11# THIS WHOLE FILE WILL BE DELETED.
12# Lacros is gone. There is only one kind of ChromeOS build. Use is_chromeos.
13is_chromeos_ash = is_chromeos && !chromeos_is_browser_only
14