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

Unified Diff: third_party/boringssl/boringssl.gypi

Issue 2026693002: Adding TLS 1.3 support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on constants. Created 4 years, 6 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/boringssl.gypi
diff --git a/third_party/boringssl/boringssl.gypi b/third_party/boringssl/boringssl.gypi
index 65a483e90e8df1bf6ec51d56f6cf181514dfbf17..570c61fdef3789a43ca42f340dedb5ae9ae64a45 100644
--- a/third_party/boringssl/boringssl.gypi
+++ b/third_party/boringssl/boringssl.gypi
@@ -35,6 +35,10 @@
'src/ssl/ssl_stat.c',
'src/ssl/t1_enc.c',
'src/ssl/t1_lib.c',
+ 'src/ssl/tls13_both.c',
+ 'src/ssl/tls13_client.c',
+ 'src/ssl/tls13_enc.c',
+ 'src/ssl/tls13_server.c',
'src/ssl/tls_record.c',
],
'boringssl_crypto_sources': [
« 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