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

Unified Diff: net/BUILD.gn

Issue 2856163003: Simple API for platform-specific PCC implementations. Implementation (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | net/quic/platform/api/quic_pcc_sender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 67687d014ed39550084cd7ee38d4df0583c85f79..0ea207ca179399e872591bd0d8a9c5291e95b519 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1353,6 +1353,7 @@ component("net") {
"quic/platform/api/quic_map_util.h",
"quic/platform/api/quic_mutex.cc",
"quic/platform/api/quic_mutex.h",
+ "quic/platform/api/quic_pcc_sender.h",
"quic/platform/api/quic_ptr_util.h",
"quic/platform/api/quic_reference_counted.h",
"quic/platform/api/quic_socket_address.cc",
@@ -1385,6 +1386,7 @@ component("net") {
"quic/platform/impl/quic_map_util_impl.h",
"quic/platform/impl/quic_mutex_impl.cc",
"quic/platform/impl/quic_mutex_impl.h",
+ "quic/platform/impl/quic_pcc_sender_impl.h",
"quic/platform/impl/quic_ptr_util_impl.h",
"quic/platform/impl/quic_reference_counted_impl.h",
"quic/platform/impl/quic_socket_address_impl.cc",
« no previous file with comments | « no previous file | net/quic/platform/api/quic_pcc_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698