Index: components/os_crypt/BUILD.gn |
diff --git a/components/os_crypt/BUILD.gn b/components/os_crypt/BUILD.gn |
index 81da1116f068d618a05e887095c7381938c10128..1ef7f1fad50c5d1078d86aa5f8de5bfdaa57bf73 100644 |
--- a/components/os_crypt/BUILD.gn |
+++ b/components/os_crypt/BUILD.gn |
@@ -5,7 +5,7 @@ |
import("//build/config/features.gni") |
import("//build/config/ui.gni") |
-source_set("os_crypt") { |
+static_library("os_crypt") { |
sources = [ |
"ie7_password_win.cc", |
"ie7_password_win.h", |
@@ -75,7 +75,7 @@ source_set("os_crypt") { |
} |
} |
-source_set("test_support") { |
+static_library("test_support") { |
testonly = true |
sources = [ |
"os_crypt_mocker.cc", |
@@ -123,10 +123,7 @@ source_set("unit_tests") { |
} |
if (use_dbus) { |
sources += [ "kwallet_dbus_unittest.cc" ] |
- deps += [ |
- "//dbus", |
- "//dbus:test_support", |
- ] |
+ deps += [ "//dbus:test_support" ] |
defines += [ "USE_KWALLET" ] |
} |
} |