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

Unified Diff: components/os_crypt/BUILD.gn

Issue 2117323002: Disable Linux key storage for non-glib builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « components/os_crypt.gypi ('k') | no next file » | 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 81da1116f068d618a05e887095c7381938c10128..333e323ead8aa3a2abcb1c200dedcb02e1aee80e 100644
--- a/components/os_crypt/BUILD.gn
+++ b/components/os_crypt/BUILD.gn
@@ -44,7 +44,7 @@ source_set("os_crypt") {
libs = [ "crypt32.lib" ]
}
- if (is_desktop_linux && (use_glib || use_dbus)) {
+ if (is_desktop_linux && (use_glib)) {
cfroussios 2016/07/07 10:59:50 I don't think this is where your problem starts. T
cfroussios 2016/07/07 11:05:29 I should clarify: just make KeyStorageLinux::Creat
sources -= [ "os_crypt_posix.cc" ]
sources += [
"key_storage_linux.cc",
« no previous file with comments | « components/os_crypt.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698