summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorerikchen <erikchen@chromium.org>2015-07-27 18:03:58 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-28 01:04:49 +0000
commit3e4cf54491803eb102c4887f1de5ccd088c612b1 (patch)
treed588a2f8af3e5d6c1256085970e57c8cd4206e96 /crypto
parentbe23878b4cf35822c6f64827670abb5562eb776b (diff)
downloadchromium_src-3e4cf54491803eb102c4887f1de5ccd088c612b1.zip
chromium_src-3e4cf54491803eb102c4887f1de5ccd088c612b1.tar.gz
chromium_src-3e4cf54491803eb102c4887f1de5ccd088c612b1.tar.bz2
Revert "Compile and link libcrypto_nacl for nacl targets."
I restructured the new ipc attachment broker code to not expose any crypto symbols to irt targets, so the original CL is no longer needed. > NaCl depends on libipc_nacl, which recently started depending on libcrypto_nacl. > I failed to update the NaCl build files appropriately. > > BUG=466437 > Committed: https://crrev.com/675c4a0b28eb5b8e922153af2feb1ff68b635eb7 > Cr-Commit-Position: refs/heads/master@{#339558} BUG=466437 TBR=agl@chromium.org, mseaborn@chromium.org Review URL: https://codereview.chromium.org/1259103002 Cr-Commit-Position: refs/heads/master@{#340622}
Diffstat (limited to 'crypto')
-rw-r--r--crypto/crypto_nacl.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/crypto_nacl.gyp b/crypto/crypto_nacl.gyp
index 1cbfb22..255c42c 100644
--- a/crypto/crypto_nacl.gyp
+++ b/crypto/crypto_nacl.gyp
@@ -20,7 +20,6 @@
'build_glibc': 0,
'build_newlib': 0,
'build_pnacl_newlib': 1,
- 'build_irt': 1,
},
'dependencies': [
'../third_party/boringssl/boringssl_nacl.gyp:boringssl_nacl',