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

Unified Diff: net/BUILD.gn

Issue 2801603003: Add SpdyString alias for std::string in net/spdy. (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/spdy/array_output_buffer.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 ec63747b01dee84f5d1cdbf7aed1cdaa0cc5782e..11d495152928dfc8dfce415203bae0e834357141 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1519,9 +1519,11 @@ component("net") {
"spdy/multiplexed_session.cc",
"spdy/multiplexed_session.h",
"spdy/platform/api/spdy_estimate_memory_usage.h",
+ "spdy/platform/api/spdy_string.h",
"spdy/platform/api/spdy_string_piece.h",
"spdy/platform/api/spdy_string_utils.h",
"spdy/platform/impl/spdy_estimate_memory_usage_impl.h",
+ "spdy/platform/impl/spdy_string_impl.h",
"spdy/platform/impl/spdy_string_piece_impl.h",
"spdy/platform/impl/spdy_string_utils_impl.h",
"spdy/priority_write_scheduler.h",
« no previous file with comments | « no previous file | net/spdy/array_output_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698