Chromium Code Reviews| Index: chrome/common/BUILD.gn |
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
| index 511f736213c5ef452782eb2b54d05b10a1ad9efb..a41fb0fc107e09637b3d4398ea1b00345dff8ae6 100644 |
| --- a/chrome/common/BUILD.gn |
| +++ b/chrome/common/BUILD.gn |
| @@ -244,6 +244,8 @@ static_library("common") { |
| "//components/dom_distiller/core", # Needed by chrome_content_client.cc. |
| "//third_party/wtl", |
| ] |
| + |
| + libs = [ "wintrust.lib" ] |
| } |
| if (is_mac) { |