Index: components/os_crypt/BUILD.gn |
diff --git a/components/os_crypt/BUILD.gn b/components/os_crypt/BUILD.gn |
index 6036fc7e5ac8dfa60d9b3975684f37ff8fbb675b..de828adcea6a9cf0559c0d355df178dcb34b0936 100644 |
--- a/components/os_crypt/BUILD.gn |
+++ b/components/os_crypt/BUILD.gn |
@@ -35,3 +35,17 @@ source_set("os_crypt") { |
] |
} |
} |
+ |
+source_set("unit_tests") { |
+ testonly = true |
+ sources = [ |
+ "ie7_password_win_unittest.cc", |
+ "keychain_password_mac_unittest.mm", |
+ "os_crypt_unittest.cc", |
+ ] |
+ deps = [ |
+ ":os_crypt", |
+ "//base", |
+ "//testing/gtest", |
+ ] |
+} |