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

Unified Diff: chrome/installer/util/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
Index: chrome/installer/util/BUILD.gn
diff --git a/chrome/installer/util/BUILD.gn b/chrome/installer/util/BUILD.gn
index 13ca030b38e00f97b4145310cb20a246ebe1842d..b78e1ede47809af12dd5866352fcce1bfa0596e7 100644
--- a/chrome/installer/util/BUILD.gn
+++ b/chrome/installer/util/BUILD.gn
@@ -121,6 +121,12 @@ static_library("with_no_strings") {
"//third_party/lzma_sdk",
]
+ libs = [
+ "urlmon.lib",
+ "wbemuuid.lib",
+ "wtsapi32.lib",
+ ]
+
configs += [
"//build/config:precompiled_headers",
« no previous file with comments | « chrome/common/safe_browsing/binary_feature_extractor_win.cc ('k') | chrome/installer/util/html_dialog_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698