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

Unified Diff: crypto/crypto.gyp

Issue 9701059: mac: Make crypto_unittests depend on nspr (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/crypto.gyp
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
index 92d6a0ecb461c09e23e8e3236a5c2485b56bc924..ef7b87beb722f81f6960984726f1b47f1e400194 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -262,6 +262,11 @@
'../third_party/nss/nss.gyp:nss',
],
}],
+ [ 'OS == "mac"', {
+ 'dependencies': [
+ '../third_party/nss/nss.gyp:nspr',
+ ],
+ }],
[ 'use_openssl==1', {
'sources!': [
'nss_util_unittest.cc',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698