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

Unified Diff: blimp/net/BUILD.gn

Issue 2275763002: Blimp: add delta encoding family of functions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 3 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/delta_encoding.h » ('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 9c3488256c37fc6b164cb2d4c95c9f9d7da0e891..854dc1d3768536594a02f3e0a4cc0567ededdc91 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -46,6 +46,7 @@ component("net") {
"compressed_packet_writer.h",
"connection_error_observer.h",
"connection_handler.h",
+ "delta_encoding.h",
"engine_authentication_handler.cc",
"engine_authentication_handler.h",
"engine_connection_manager.cc",
@@ -132,6 +133,7 @@ source_set("unit_tests") {
"browser_connection_handler_unittest.cc",
"client_connection_manager_unittest.cc",
"compressed_packet_unittest.cc",
+ "delta_encoding_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/delta_encoding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698