Commit 52c96a13 authored by Bence Béky's avatar Bence Béky Committed by Commit Bot

Add a bunch of missing files to quiche/BUILD.gn.

Change-Id: Ifdc5c616db4960a92a2df27a93700d894c263f3c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036405
Commit-Queue: David Schinazi <dschinazi@chromium.org>
Auto-Submit: Bence Béky <bnc@chromium.org>
Reviewed-by: default avatarDavid Schinazi <dschinazi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#747878}
parent 3f3295df
......@@ -178,8 +178,11 @@ source_set("quiche") {
"src/quic/core/crypto/aes_base_decrypter.h",
"src/quic/core/crypto/aes_base_encrypter.cc",
"src/quic/core/crypto/aes_base_encrypter.h",
"src/quic/core/crypto/boring_utils.h",
"src/quic/core/crypto/cert_compressor.cc",
"src/quic/core/crypto/cert_compressor.h",
"src/quic/core/crypto/certificate_view.cc",
"src/quic/core/crypto/certificate_view.h",
"src/quic/core/crypto/chacha20_poly1305_decrypter.cc",
"src/quic/core/crypto/chacha20_poly1305_decrypter.h",
"src/quic/core/crypto/chacha20_poly1305_encrypter.cc",
......@@ -239,6 +242,7 @@ source_set("quiche") {
"src/quic/core/crypto/quic_hkdf.h",
"src/quic/core/crypto/quic_random.cc",
"src/quic/core/crypto/quic_random.h",
"src/quic/core/crypto/server_proof_verifier.h",
"src/quic/core/crypto/tls_client_connection.cc",
"src/quic/core/crypto/tls_client_connection.h",
"src/quic/core/crypto/tls_connection.cc",
......@@ -483,6 +487,7 @@ source_set("quiche") {
"src/quic/core/quic_write_blocked_list.cc",
"src/quic/core/quic_write_blocked_list.h",
"src/quic/core/session_notifier_interface.h",
"src/quic/core/stream_delegate_interface.h",
"src/quic/core/tls_client_handshaker.cc",
"src/quic/core/tls_client_handshaker.h",
"src/quic/core/tls_handshaker.cc",
......@@ -1231,6 +1236,7 @@ source_set("quiche_tests") {
"src/quic/core/crypto/aes_256_gcm_decrypter_test.cc",
"src/quic/core/crypto/aes_256_gcm_encrypter_test.cc",
"src/quic/core/crypto/cert_compressor_test.cc",
"src/quic/core/crypto/certificate_view_test.cc",
"src/quic/core/crypto/chacha20_poly1305_decrypter_test.cc",
"src/quic/core/crypto/chacha20_poly1305_encrypter_test.cc",
"src/quic/core/crypto/chacha20_poly1305_tls_decrypter_test.cc",
......@@ -1307,6 +1313,7 @@ source_set("quiche_tests") {
"src/quic/core/quic_error_codes_test.cc",
"src/quic/core/quic_flow_controller_test.cc",
"src/quic/core/quic_framer_test.cc",
"src/quic/core/quic_interval_deque_test.cc",
"src/quic/core/quic_interval_set_test.cc",
"src/quic/core/quic_interval_test.cc",
"src/quic/core/quic_lru_cache_test.cc",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment