# Copyright 2020 The Chromium Authors | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
import("//build/config/chromeos/args.gni") | |
declare_args() { | |
chromeos_is_browser_only = false | |
} | |
# THIS WHOLE FILE WILL BE DELETED. | |
# Lacros is gone. There is only one kind of ChromeOS build. Use is_chromeos. | |
is_chromeos_ash = is_chromeos && !chromeos_is_browser_only |