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", |