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

Unified Diff: components/os_crypt.gypi

Issue 2150543002: OSCrypt supports encryption with KWallet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback 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/os_crypt.gypi
diff --git a/components/os_crypt.gypi b/components/os_crypt.gypi
index 1d61f6b1b6310852ec0ee8707eb56f95d9c736f1..350268140eefbad45bcb789e7cef3ba233572f8e 100644
--- a/components/os_crypt.gypi
+++ b/components/os_crypt.gypi
@@ -79,6 +79,8 @@
}],
['use_dbus==1', {
'sources': [
+ 'os_crypt/key_storage_kwallet.cc',
+ 'os_crypt/key_storage_kwallet.h',
'os_crypt/kwallet_dbus.cc',
'os_crypt/kwallet_dbus.h',
],

Powered by Google App Engine
This is Rietveld 408576698