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

Side by Side 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: Fix build on many platforms Created 6 years, 5 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 unified diff | Download patch
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 1106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1117 }, 1117 },
1118 { 1118 {
1119 # This is a temporary target which will be merged into 'net' once the 1119 # This is a temporary target which will be merged into 'net' once the
1120 # dependency on balsa is eliminated and the classes are actually used. 1120 # dependency on balsa is eliminated and the classes are actually used.
1121 'target_name': 'quic_ported_server', 1121 'target_name': 'quic_ported_server',
1122 'type': 'static_library', 1122 'type': 'static_library',
1123 'dependencies': [ 1123 'dependencies': [
1124 '../base/base.gyp:base', 1124 '../base/base.gyp:base',
1125 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1125 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1126 '../url/url.gyp:url_lib', 1126 '../url/url.gyp:url_lib',
1127 'balsa',
1128 'net', 1127 'net',
1129 ], 1128 ],
1130 'sources': [ 1129 'sources': [
1131 'quic/quic_dispatcher.cc', 1130 'quic/quic_dispatcher.cc',
1132 'quic/quic_dispatcher.h', 1131 'quic/quic_dispatcher.h',
1133 'quic/quic_in_memory_cache.cc', 1132 'quic/quic_in_memory_cache.cc',
1134 'quic/quic_in_memory_cache.h', 1133 'quic/quic_in_memory_cache.h',
1135 'quic/quic_per_connection_packet_writer.cc', 1134 'quic/quic_per_connection_packet_writer.cc',
1136 'quic/quic_per_connection_packet_writer.h', 1135 'quic/quic_per_connection_packet_writer.h',
1137 'quic/quic_server.cc', 1136 'quic/quic_server.cc',
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
1700 'net_unittests.isolate', 1699 'net_unittests.isolate',
1701 ], 1700 ],
1702 'sources': [ 1701 'sources': [
1703 'net_unittests.isolate', 1702 'net_unittests.isolate',
1704 ], 1703 ],
1705 }, 1704 },
1706 ], 1705 ],
1707 }], 1706 }],
1708 ], 1707 ],
1709 } 1708 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/quic/quic_http_stream.cc » ('j') | net/quic/quic_in_memory_cache.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698