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

Unified Diff: blimp/net/BUILD.gn

Issue 1985863002: Incorporate BlobChannel into Blimp image encode/decode pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blobchannel-helium
Patch Set: fix gn dependency warning & rebase Created 4 years, 6 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 | « blimp/engine/session/blimp_engine_session.cc ('k') | blimp/net/blimp_connection_unittest.cc » ('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 7b96c1cae21346205cafcf62b6f1eb2f60ed389a..2d633446d601c431c4a3212b4fb7305edbf2116e 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -27,8 +27,9 @@ 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",
+ "blob_channel/blob_channel_sender_impl.cc",
+ "blob_channel/blob_channel_sender_impl.h",
"blob_channel/helium_blob_receiver_delegate.cc",
"blob_channel/helium_blob_receiver_delegate.h",
"blob_channel/helium_blob_sender_delegate.cc",
« no previous file with comments | « blimp/engine/session/blimp_engine_session.cc ('k') | blimp/net/blimp_connection_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698