summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorerikchen <erikchen@chromium.org>2015-07-20 16:27:13 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-20 23:27:54 +0000
commit675c4a0b28eb5b8e922153af2feb1ff68b635eb7 (patch)
treebb51892f673f2713afad8d31cabeb3ca352e2c99 /crypto
parent17026b15b88ed133a2f641dacce69e6f443e964a (diff)
downloadchromium_src-675c4a0b28eb5b8e922153af2feb1ff68b635eb7.zip
chromium_src-675c4a0b28eb5b8e922153af2feb1ff68b635eb7.tar.gz
chromium_src-675c4a0b28eb5b8e922153af2feb1ff68b635eb7.tar.bz2
Compile and link libcrypto_nacl for nacl targets.
NaCl depends on libipc_nacl, which recently started depending on libcrypto_nacl. I failed to update the NaCl build files appropriately. BUG=466437 Review URL: https://codereview.chromium.org/1235353003 Cr-Commit-Position: refs/heads/master@{#339558}
Diffstat (limited to 'crypto')
-rw-r--r--crypto/crypto_nacl.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/crypto_nacl.gyp b/crypto/crypto_nacl.gyp
index 255c42c..1cbfb22 100644
--- a/crypto/crypto_nacl.gyp
+++ b/crypto/crypto_nacl.gyp
@@ -20,6 +20,7 @@
'build_glibc': 0,
'build_newlib': 0,
'build_pnacl_newlib': 1,
+ 'build_irt': 1,
},
'dependencies': [
'../third_party/boringssl/boringssl_nacl.gyp:boringssl_nacl',