summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/sync/tools/sync_tools.gyp11
-rw-r--r--third_party/libjingle/libjingle.gyp8
2 files changed, 8 insertions, 11 deletions
diff --git a/chrome/browser/sync/tools/sync_tools.gyp b/chrome/browser/sync/tools/sync_tools.gyp
index 53fcc9f..792bfbe 100644
--- a/chrome/browser/sync/tools/sync_tools.gyp
+++ b/chrome/browser/sync/tools/sync_tools.gyp
@@ -24,17 +24,6 @@
'<(DEPTH)/third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
'<(DEPTH)/third_party/libjingle/libjingle.gyp:libjingle',
],
- # TODO(akalin): Figure out the right place to put this.
- 'conditions': [
- ['OS=="win"', {
- 'link_settings': {
- 'libraries': [
- '-lsecur32.lib',
- '-lcrypt32.lib',
- ],
- },
- },],
- ],
},
],
}
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp
index f501c6c..7b8b0a3 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -28,6 +28,14 @@
'FEATURE_ENABLE_VOICEMAIL',
],
'conditions': [
+ ['OS=="win"', {
+ 'link_settings': {
+ 'libraries': [
+ '-lsecur32.lib',
+ '-lcrypt32.lib',
+ ],
+ },
+ }],
['OS=="linux" or OS=="mac" or OS=="freebsd" or OS=="openbsd"', {
'defines': [
'POSIX',