summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-08-18 13:58:51 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-18 20:59:27 +0000
commitd649f6b22c90bafe885294fac6f0cf67c48cb425 (patch)
tree41ea1c4ee292edc3ae7f3ebdc7a879da3c4fe57e /crypto
parentaa4997ba5816065648325944d450f24e544a3040 (diff)
downloadchromium_src-d649f6b22c90bafe885294fac6f0cf67c48cb425.zip
chromium_src-d649f6b22c90bafe885294fac6f0cf67c48cb425.tar.gz
chromium_src-d649f6b22c90bafe885294fac6f0cf67c48cb425.tar.bz2
Sync GN tests with GYP build.
This updates GN's app_list_unittests, base_unittests, cast_unittests, cc_unittests, components_unittests, crypto_unittests, events_unittests, and gl_unittests to match the GYP build (with the exception of some NaCl-specific ones). The printing component is now hooked up to all components, and the printing names were fixed to be GN-style and to be source sets instead of shared libraries. CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1295233003 Cr-Commit-Position: refs/heads/master@{#344024}
Diffstat (limited to 'crypto')
-rw-r--r--crypto/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/BUILD.gn b/crypto/BUILD.gn
index 6f2adf5..a0cd1ca 100644
--- a/crypto/BUILD.gn
+++ b/crypto/BUILD.gn
@@ -248,7 +248,7 @@ group("crypto_unittests_run") {
test("crypto_unittests") {
sources = [
- # Tests.
+ "aead_openssl_unittest.cc",
"aes_128_gcm_helpers_nss_unittest.cc",
"curve25519_unittest.cc",
"ec_private_key_unittest.cc",