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

Unified Diff: components/os_crypt.gypi

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.gypi
diff --git a/components/os_crypt.gypi b/components/os_crypt.gypi
index 59654748280ec4adce1920b744ae02b5dd3e33df..e5b38f191de4b8dc0b5284466a0c76042c16a089 100644
--- a/components/os_crypt.gypi
+++ b/components/os_crypt.gypi
@@ -32,6 +32,24 @@
'os_crypt/os_crypt_posix.cc',
],
}],
+ ['OS=="win"', {
+ 'all_dependent_settings': {
+ 'msvs_settings': {
+ 'VCLinkerTool': {
+ 'AdditionalDependencies': [
+ 'crypt32.lib',
+ ],
+ },
+ },
+ },
+ 'msvs_settings': {
+ 'VCLinkerTool': {
+ 'AdditionalDependencies': [
+ 'crypt32.lib',
+ ],
+ },
+ },
+ }],
],
'target_conditions': [
['OS=="ios"', {

Powered by Google App Engine
This is Rietveld 408576698