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

Unified Diff: third_party/boringssl/BUILD.generated_tests.gni

Issue 2626273002: Roll src/third_party/boringssl/src a81967b47..8b8d22c96 (Closed)
Patch Set: Created 3 years, 11 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 | « third_party/boringssl/BUILD.generated.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/boringssl/BUILD.generated_tests.gni
diff --git a/third_party/boringssl/BUILD.generated_tests.gni b/third_party/boringssl/BUILD.generated_tests.gni
index 2889b32323ff017a43f3619e5a0f9f71fe07704f..49ef385cafeb19e57f4ed193ef9a3b510386e498 100644
--- a/third_party/boringssl/BUILD.generated_tests.gni
+++ b/third_party/boringssl/BUILD.generated_tests.gni
@@ -138,7 +138,7 @@ template("create_tests") {
executable("boringssl_constant_time_test") {
sources = [
- "src/crypto/constant_time_test.c",
+ "src/crypto/constant_time_test.cc",
]
sources += _test_support_sources
if (defined(invoker.configs_exclude)) {
@@ -210,7 +210,7 @@ template("create_tests") {
executable("boringssl_dsa_test") {
sources = [
- "src/crypto/dsa/dsa_test.c",
+ "src/crypto/dsa/dsa_test.cc",
]
sources += _test_support_sources
if (defined(invoker.configs_exclude)) {
@@ -354,7 +354,7 @@ template("create_tests") {
executable("boringssl_hkdf_test") {
sources = [
- "src/crypto/hkdf/hkdf_test.c",
+ "src/crypto/hkdf/hkdf_test.cc",
]
sources += _test_support_sources
if (defined(invoker.configs_exclude)) {
@@ -378,7 +378,7 @@ template("create_tests") {
executable("boringssl_lhash_test") {
sources = [
- "src/crypto/lhash/lhash_test.c",
+ "src/crypto/lhash/lhash_test.cc",
]
sources += _test_support_sources
if (defined(invoker.configs_exclude)) {
@@ -462,7 +462,7 @@ template("create_tests") {
executable("boringssl_refcount_test") {
sources = [
- "src/crypto/refcount_test.c",
+ "src/crypto/refcount_test.cc",
]
sources += _test_support_sources
if (defined(invoker.configs_exclude)) {
« no previous file with comments | « third_party/boringssl/BUILD.generated.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698