Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Unified Diff: components/os_crypt/BUILD.gn

Issue 1929573002: Changed location of LibsecretLoader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added TODO and reference to bug Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/os_crypt.gypi ('k') | components/os_crypt/libsecret_util_posix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/os_crypt/BUILD.gn
diff --git a/components/os_crypt/BUILD.gn b/components/os_crypt/BUILD.gn
index 37adbe98aa562e83f31577622428d787d0b0fdef..33bab6e81317e426b970978125376aad29bf0b7d 100644
--- a/components/os_crypt/BUILD.gn
+++ b/components/os_crypt/BUILD.gn
@@ -40,6 +40,15 @@ source_set("os_crypt") {
if (is_win) {
libs = [ "crypt32.lib" ]
}
+
+ if (is_desktop_linux) {
+ sources += [
+ "libsecret_util_posix.cc",
+ "libsecret_util_posix.h",
+ ]
+ deps += [ "//third_party/libsecret" ]
+ defines = [ "USE_LIBSECRET" ]
+ }
}
source_set("unit_tests") {
« no previous file with comments | « components/os_crypt.gypi ('k') | components/os_crypt/libsecret_util_posix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698