From d649f6b22c90bafe885294fac6f0cf67c48cb425 Mon Sep 17 00:00:00 2001 From: brettw Date: Tue, 18 Aug 2015 13:58:51 -0700 Subject: 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} --- crypto/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto') 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", -- cgit v1.1