summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-16 01:55:51 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-16 01:55:51 +0000
commit354bd7c9f4a3901f8a4e0cce6b78dcb8cc5d46ac (patch)
tree2a25041b115da3fdbeb0e02ed50a5506984cd0d2
parenta572b80a5563380bd9415426e273b0799a3752a3 (diff)
downloadchromium_src-354bd7c9f4a3901f8a4e0cce6b78dcb8cc5d46ac.zip
chromium_src-354bd7c9f4a3901f8a4e0cce6b78dcb8cc5d46ac.tar.gz
chromium_src-354bd7c9f4a3901f8a4e0cce6b78dcb8cc5d46ac.tar.bz2
Add modp_b64 dependency to net_base. This is used by net/base/Base64.cc.
BUG=NONE TEST=Built a binary on Linux which was failing before. Have not tried building on Windows or Mac yet - will have those machines set up next week. Review URL: http://codereview.chromium.org/385116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32038 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--net/net.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 0dbd0ab..fa0ea22 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -18,6 +18,7 @@
'../third_party/bzip2/bzip2.gyp:bzip2',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
+ '../third_party/modp_b64/modp_b64.gyp:modp_b64',
'../third_party/zlib/zlib.gyp:zlib',
'net_resources',
],