| Index: blimp/net/BUILD.gn
|
| diff --git a/blimp/net/BUILD.gn b/blimp/net/BUILD.gn
|
| index 16017b0c3483eb6f43119327084ee76053fe3fb6..a36d9f0b09d963e9c11f5e5594960cfa40f46da7 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_sender.cc",
|
| + "blob_channel/blob_channel_sender.h",
|
| + "blob_channel/types.h",
|
| "browser_connection_handler.cc",
|
| "browser_connection_handler.h",
|
| "client_connection_manager.cc",
|
| @@ -101,6 +104,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",
|
|
|