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

Unified Diff: components/components_tests.gyp

Issue 2150543002: OSCrypt supports encryption with KWallet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed build Created 4 years, 5 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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 6c99e2e5cd8d59b1e8cb482808c8d89288c7bf36..9c416ad31dbdbe43c8f00a9e960b3bcb3f2bdd87 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1589,6 +1589,7 @@
['OS=="linux" and chromeos!=1', {
'sources': [
'os_crypt/kwallet_dbus_unittest.cc',
+ 'os_crypt/key_storage_kwallet_unittest.cc',
Lei Zhang 2016/07/20 01:08:26 alphabetical order please
cfroussios 2016/07/20 15:22:46 Done.
'os_crypt/os_crypt_linux_unittest.cc',
'os_crypt/os_crypt_util_linux_unittest.cc',
],

Powered by Google App Engine
This is Rietveld 408576698