Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 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 | |
| 5 import("//build/config/ui.gni") | |
| 6 | |
| 7 declare_args() { | |
| 8 # Whether to use libgnome-keyring (deprecated by libsecret). | |
| 9 # See http://crbug.com/466975 and http://crbug.com/355223. | |
| 10 use_gnome_keyring = is_desktop_linux && use_glib | |
| 11 } | |
| OLD | NEW |