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

Unified Diff: components/os_crypt/BUILD.gn

Issue 1847063004: Remove "#pragma comment(lib" in components. (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
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") {

Powered by Google App Engine
This is Rietveld 408576698