Chromium Code Reviews| Index: components/os_crypt/BUILD.gn |
| diff --git a/components/os_crypt/BUILD.gn b/components/os_crypt/BUILD.gn |
| index 33bab6e81317e426b970978125376aad29bf0b7d..6e37c63c8c280dead73a9d623ee963300ae0db4d 100644 |
| --- a/components/os_crypt/BUILD.gn |
| +++ b/components/os_crypt/BUILD.gn |
| @@ -46,6 +46,7 @@ source_set("os_crypt") { |
| "libsecret_util_posix.cc", |
| "libsecret_util_posix.h", |
| ] |
| + configs += [ "//build/config/linux:glib" ] |
| deps += [ "//third_party/libsecret" ] |
| defines = [ "USE_LIBSECRET" ] |
| } |