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

Unified Diff: chrome/chrome.gyp

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/browser/ui/webui/settings_utils_win.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 5252ae82e9dd6cd3b6ea03fb76a7c468fa2e497d..6ed93f82f4c67d38657bf80e657719a8a5893e55 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -456,6 +456,13 @@
'common/safe_browsing/pe_image_reader_win.h',
'tools/safe_browsing/sb_sigutil.cc',
],
+ 'msvs_settings': {
+ 'VCLinkerTool': {
+ 'AdditionalDependencies': [
+ 'wintrust.lib',
+ ],
+ },
+ },
},
], # 'targets'
'includes': [
« no previous file with comments | « chrome/browser/ui/webui/settings_utils_win.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698