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

Unified Diff: net/net.gyp

Issue 337093003: QuicServer: Use Chrome's header parsing rather than Balsa (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@quic_server_3
Patch Set: (mark StringPieceUtils as copied, not added) Created 6 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 | « no previous file | net/quic/http_request_line.h » ('j') | net/quic/http_request_line.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 89986a4daa9669e4fdaf003088b7d93a4a8edaf8..3556d319f1db6f5358801bd705b0db926cda3ca6 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -541,7 +541,6 @@
'../testing/gtest.gyp:gtest',
'../third_party/zlib/zlib.gyp:zlib',
'../url/url.gyp:url_lib',
- 'balsa',
'http_server',
'net',
'quic_ported_server',
@@ -1423,10 +1422,11 @@
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../url/url.gyp:url_lib',
- 'balsa',
'net',
],
'sources': [
+ 'quic/http_request_line.cc',
+ 'quic/http_request_line.h',
'quic/quic_dispatcher.cc',
'quic/quic_dispatcher.h',
'quic/quic_in_memory_cache.cc',
@@ -1441,6 +1441,7 @@
'quic/quic_spdy_server_stream.h',
'quic/quic_time_wait_list_manager.cc',
'quic/quic_time_wait_list_manager.h',
+ 'quic/string_piece_utils.h',
],
},
{
« no previous file with comments | « no previous file | net/quic/http_request_line.h » ('j') | net/quic/http_request_line.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698