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

Unified Diff: chrome/chrome_browser.gypi

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.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 5c8a82fdb170fa061ddf26088172dc97aa24beb8..f63b96b244ffe0faa0ee726acdd04e9f493ce943 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3859,7 +3859,11 @@
'ndfapi.dll',
],
'AdditionalDependencies': [
+ 'cryptui.lib',
+ 'dwmapi.lib',
'ndfapi.lib',
+ 'pdh.lib',
+ 'wtsapi32.lib',
],
},
},
@@ -3870,7 +3874,11 @@
'ndfapi.dll',
],
'AdditionalDependencies': [
+ 'cryptui.lib',
+ 'dwmapi.lib',
'ndfapi.lib',
+ 'pdh.lib',
+ 'wtsapi32.lib',
],
},
},
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698