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

Unified Diff: chrome/browser/sync/tools/sync_tools.gyp

Issue 1735018: Added sync_tools.gyp to all.gyp. (Closed)
Patch Set: Fixed windows compile Created 10 years, 8 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 | « build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ ],
+ },
+ },],
+ ],
},
],
}
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698