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

Unified Diff: net/net.gypi

Issue 2591143003: Add QuicStrCat. (Closed)
Patch Set: correct quic_client_bin.cc Created 4 years 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/core/crypto/crypto_framer.h » ('j') | net/quic/core/crypto/crypto_framer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index c73346bb4720695d4f259f19e207ee915a4af39b..1cf43f6c16023ed836c6e0a2ac8b69c634ee3446 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1215,6 +1215,7 @@
'quic/platform/api/quic_reference_counted.h',
'quic/platform/api/quic_socket_address.cc',
'quic/platform/api/quic_socket_address.h',
+ 'quic/platform/api/quic_str_cat.h',
'quic/platform/impl/quic_chromium_clock.cc',
'quic/platform/impl/quic_chromium_clock.h',
'quic/platform/impl/quic_ip_address_impl.cc',
@@ -1224,6 +1225,7 @@
'quic/platform/impl/quic_reference_counted_impl.h',
'quic/platform/impl/quic_socket_address_impl.cc',
'quic/platform/impl/quic_socket_address_impl.h',
+ 'quic/platform/impl/quic_str_cat_impl.h',
'quic/quartc/quartc_alarm_factory.cc',
'quic/quartc/quartc_alarm_factory.h',
'quic/quartc/quartc_factory.cc',
« no previous file with comments | « no previous file | net/quic/core/crypto/crypto_framer.h » ('j') | net/quic/core/crypto/crypto_framer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698