| 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',
|
| ],
|
| },
|
| {
|
|
|