features.gni 661 B

123456789101112131415161718
  1. # Copyright 2016 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. import("//build/config/chromeos/ui_mode.gni")
  5. import("//build/config/ui.gni")
  6. declare_args() {
  7. # Whether to use libgnome-keyring (deprecated by libsecret).
  8. # See http://crbug.com/466975 and http://crbug.com/355223.
  9. use_gnome_keyring = is_linux && use_glib
  10. # Whether to make account and service names for the crypto key storage
  11. # configurable at runtime for embedders.
  12. #
  13. # Currently only has an effect on macOS via KeychainPassword
  14. allow_runtime_configurable_key_storage = false
  15. }