Chromium Code Reviews| Index: components/os_crypt/BUILD.gn |
| diff --git a/components/os_crypt/BUILD.gn b/components/os_crypt/BUILD.gn |
| index 457b3cd2b19ebedbb951c0a0d8f87b20e8cd5519..37adbe98aa562e83f31577622428d787d0b0fdef 100644 |
| --- a/components/os_crypt/BUILD.gn |
| +++ b/components/os_crypt/BUILD.gn |
| @@ -36,6 +36,10 @@ source_set("os_crypt") { |
| ] |
| set_sources_assignment_filter(sources_assignment_filter) |
| } |
| + |
| + if (is_win) { |
| + libs = [ "crypt32.lib" ] |
| + } |
| } |
| source_set("unit_tests") { |