blob: 081236d2cd10eb939c410719d74fdee30502703c [file] [log] [blame]
# Copyright 2019 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")
declare_args() {
# By default, only branded builds allow for platform experience.
enable_platform_experience = is_chrome_branded
# By default, only branded builds integrate with automatic updates.
enable_updater = is_chrome_branded && !is_fuchsia && target_os != "android"
# Detect updates and notify the user for Google Chrome across all platforms.
# Chromium does not use an auto-updater.
enable_update_notifications = is_chrome_branded
}