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

Unified Diff: components/components_tests.gyp

Issue 1973483002: OSCrypt for POSIX uses libsecret to store a randomised encryption key. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Recommendations Created 4 years, 7 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.h ('k') | components/os_crypt.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index ac83012aacfae686d9ce3835586749f0a36e6ae2..c5daf51d65598245108de26d85fa24a69f4495ac 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1535,6 +1535,18 @@
'../device/media_transfer_protocol/media_transfer_protocol.gyp:device_media_transfer_protocol',
],
}],
+ ['OS=="linux" and chromeos!=1', {
+ 'sources': [
+ 'os_crypt/os_crypt_linux_unittest.cc',
+ 'os_crypt/os_crypt_util_linux_unittest.cc',
+ ],
+ 'defines': [
+ 'USE_LIBSECRET',
+ ],
+ 'include_dirs': [
+ '../third_party/libsecret'
+ ],
+ }],
['OS=="linux" and use_udev==0', {
'dependencies!': [
'components.gyp:storage_monitor',
« no previous file with comments | « chrome/browser/password_manager/native_backend_libsecret.h ('k') | components/os_crypt.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698