| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 5d213c745fe0e91102c0b68b41eebe3ddb3de009..2428c3e905652ce1d3d1da0fb11acea65b3ca98f 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -8,6 +8,7 @@ import("//build/config/features.gni")
|
| import("//build/config/ui.gni")
|
| import("//build/split_static_library.gni")
|
| import("//chrome/common/features.gni")
|
| +import("//components/os_crypt/features.gni")
|
| import("//media/media_options.gni")
|
| import("//third_party/protobuf/proto_library.gni")
|
|
|
| @@ -569,7 +570,7 @@ split_static_library("browser") {
|
| if (use_cups) {
|
| configs += [ "//printing:cups" ]
|
| }
|
| - if (is_desktop_linux) {
|
| + if (use_gnome_keyring) {
|
| sources += rebase_path(gypi_values.chrome_browser_gnome_keyring_sources,
|
| ".",
|
| "//chrome")
|
|
|