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

Unified Diff: blimp/net/BUILD.gn

Issue 1696563002: Blimp: add support for SSL connections. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reland (safe_json issue fixed). Created 4 years, 10 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 | « blimp/engine/BUILD.gn ('k') | blimp/net/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/BUILD.gn
diff --git a/blimp/net/BUILD.gn b/blimp/net/BUILD.gn
index aeafbae145a2bede960e53955406389ea8f542ac..28c00cdf6fff07d765c32cb817cca12497482c4c 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -34,12 +34,16 @@ component("blimp_net") {
"engine_authentication_handler.h",
"engine_connection_manager.cc",
"engine_connection_manager.h",
+ "exact_match_cert_verifier.cc",
+ "exact_match_cert_verifier.h",
"input_message_converter.cc",
"input_message_converter.h",
"input_message_generator.cc",
"input_message_generator.h",
"null_blimp_message_processor.cc",
"null_blimp_message_processor.h",
+ "ssl_client_transport.cc",
+ "ssl_client_transport.h",
"stream_packet_reader.cc",
"stream_packet_reader.h",
"stream_packet_writer.cc",
@@ -94,6 +98,7 @@ source_set("unit_tests") {
"engine_authentication_handler_unittest.cc",
"engine_connection_manager_unittest.cc",
"input_message_unittest.cc",
+ "ssl_client_transport_unittest.cc",
"stream_packet_reader_unittest.cc",
"stream_packet_writer_unittest.cc",
"tcp_transport_unittest.cc",
« no previous file with comments | « blimp/engine/BUILD.gn ('k') | blimp/net/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698