| # Copyright 2022 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/ui_mode.gni") | |
| import("//build/config/sanitizers/sanitizers.gni") | |
| import("//build/config/sysroot.gni") | |
| declare_args() { | |
| enable_linux_installer = | |
| is_linux && !is_component_build && use_sysroot && !using_sanitizer | |
| } | |
| enable_mac_installer = is_mac && !is_chrome_for_testing |