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

Unified Diff: components/os_crypt.gypi

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 | « chrome/browser/password_manager/native_backend_libsecret_unittest.cc ('k') | components/os_crypt/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/os_crypt.gypi
diff --git a/components/os_crypt.gypi b/components/os_crypt.gypi
index e5b38f191de4b8dc0b5284466a0c76042c16a089..88ba67c7b1b88bb24631f8650653c9597ddf286c 100644
--- a/components/os_crypt.gypi
+++ b/components/os_crypt.gypi
@@ -50,6 +50,18 @@
},
},
}],
+ ['OS=="linux" and chromeos!=1', {
+ 'sources': [
+ 'os_crypt/libsecret_util_posix.cc',
+ 'os_crypt/libsecret_util_posix.h',
+ ],
+ 'defines': [
+ 'USE_LIBSECRET',
+ ],
+ 'include_dirs' : [
+ '../third_party/libsecret/'
+ ],
+ }],
],
'target_conditions': [
['OS=="ios"', {
« no previous file with comments | « chrome/browser/password_manager/native_backend_libsecret_unittest.cc ('k') | components/os_crypt/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698