[M120 Migration]Fix for crash during chrome exit
[platform/framework/web/chromium-efl.git] / chrome / browser / buildflags.gni
1 # Copyright 2019 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
5 import("//build/config/chrome_build.gni")
6
7 declare_args() {
8   # By default, only branded builds integrate with automatic updates.
9   enable_updater = is_chrome_branded
10
11   # Detect updates and notify the user for Google Chrome across all platforms.
12   # Chromium does not use an auto-updater.
13   enable_update_notifications = is_chrome_branded
14 }