blob: 74262c358e20ed5605b67a47ec85ae9f31e9bf63 [file] [log] [blame]
# 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/chrome_build.gni")
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 &&
!is_chromeos_lacros && !is_chrome_for_testing
}
enable_mac_installer = is_mac && !is_chrome_for_testing