Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3224)

Unified Diff: chrome/common/BUILD.gn

Issue 1845083003: Remove "#pragma comment(lib" in chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_installer_util.gypi ('k') | chrome/common/safe_browsing/binary_feature_extractor_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « chrome/chrome_installer_util.gypi ('k') | chrome/common/safe_browsing/binary_feature_extractor_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698