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

Unified Diff: blimp/net/BUILD.gn

Issue 1887013003: Blimp: Add BlobChannelSender implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blobchannel-blobcache
Patch Set: rebase Created 4 years, 7 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/blob_channel/blob_channel_sender.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 f55a31f3342fc653a780575c3b403481164fc057..c84faa8ac55b4c6ad6eb3099192875ca077f980a 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -25,6 +25,8 @@ component("net") {
"blimp_transport.h",
"blob_channel/blob_channel_receiver.cc",
"blob_channel/blob_channel_receiver.h",
+ "blob_channel/blob_channel_sender.cc",
+ "blob_channel/blob_channel_sender.h",
"browser_connection_handler.cc",
"browser_connection_handler.h",
"client_connection_manager.cc",
@@ -106,6 +108,7 @@ source_set("unit_tests") {
"blimp_message_pump_unittest.cc",
"blimp_message_thread_pipe_unittest.cc",
"blob_channel/blob_channel_receiver_unittest.cc",
+ "blob_channel/blob_channel_sender_unittest.cc",
"browser_connection_handler_unittest.cc",
"client_connection_manager_unittest.cc",
"compressed_packet_unittest.cc",
« no previous file with comments | « no previous file | blimp/net/blob_channel/blob_channel_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698