| 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"', {
|
|
|