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

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: Remove erroneous namespace Created 4 years, 8 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
Index: blimp/net/BUILD.gn
diff --git a/blimp/net/BUILD.gn b/blimp/net/BUILD.gn
index 16017b0c3483eb6f43119327084ee76053fe3fb6..f19b301a3b30c8da2f0fa27d1c0bd39fa0cb6e34 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -22,6 +22,9 @@ component("blimp_net") {
"blimp_message_thread_pipe.h",
"blimp_net_export.h",
"blimp_transport.h",
+ "blob_channel/blob_channel_bindings.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",
@@ -78,6 +81,8 @@ source_set("test_support") {
testonly = true
sources = [
+ "blob_channel/mock_blob_channel_bindings.cc",
+ "blob_channel/mock_blob_channel_bindings.h",
"test_common.cc",
"test_common.h",
]
@@ -101,6 +106,7 @@ source_set("unit_tests") {
"blimp_message_output_buffer_unittest.cc",
"blimp_message_pump_unittest.cc",
"blimp_message_thread_pipe_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_bindings.h » ('j') | blimp/net/blob_channel/blob_channel_bindings.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698