Index: chrome/browser/sync/tools/sync_tools.gyp |
diff --git a/chrome/browser/sync/tools/sync_tools.gyp b/chrome/browser/sync/tools/sync_tools.gyp |
index 6759248a6a626431f2c089510741fa6e695e8bdf..4557ddd95f5b6af6f2da0f36956ef37242494e12 100644 |
--- a/chrome/browser/sync/tools/sync_tools.gyp |
+++ b/chrome/browser/sync/tools/sync_tools.gyp |
@@ -2,7 +2,6 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-# TODO(akalin): Reference this file from all.gyp so it's always built. |
{ |
'defines': [ |
'FEATURE_ENABLE_SSL', |
@@ -19,6 +18,17 @@ |
'<(DEPTH)/chrome/chrome.gyp:notifier', |
'<(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', |
+ ], |
+ }, |
+ },], |
+ ], |
}, |
], |
} |