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

Unified Diff: blimp/net/BUILD.gn

Issue 1825263003: Blimp: add packet-level DEFLATE compression using zlib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wez feedback Created 4 years, 9 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 | « no previous file | 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 00b771fcbfa84cbf557205657ef3934f3adf6e15..16017b0c3483eb6f43119327084ee76053fe3fb6 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -28,6 +28,10 @@ component("blimp_net") {
"client_connection_manager.h",
"common.cc",
"common.h",
+ "compressed_packet_reader.cc",
+ "compressed_packet_reader.h",
+ "compressed_packet_writer.cc",
+ "compressed_packet_writer.h",
"connection_error_observer.h",
"connection_handler.h",
"engine_authentication_handler.cc",
@@ -65,6 +69,7 @@ component("blimp_net") {
"//blimp/common:blimp_common",
"//blimp/common/proto",
"//net",
+ "//third_party/zlib",
"//ui/base/ime:text_input_types",
]
}
@@ -98,6 +103,7 @@ source_set("unit_tests") {
"blimp_message_thread_pipe_unittest.cc",
"browser_connection_handler_unittest.cc",
"client_connection_manager_unittest.cc",
+ "compressed_packet_unittest.cc",
"engine_authentication_handler_unittest.cc",
"engine_connection_manager_unittest.cc",
"input_message_unittest.cc",
« no previous file with comments | « no previous file | blimp/net/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698