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

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: Lowercase SPDY header 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 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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 'type': '<(gtest_target_type)', 534 'type': '<(gtest_target_type)',
535 'dependencies': [ 535 'dependencies': [
536 '../base/base.gyp:base', 536 '../base/base.gyp:base',
537 '../base/base.gyp:base_i18n', 537 '../base/base.gyp:base_i18n',
538 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 538 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
539 '../crypto/crypto.gyp:crypto', 539 '../crypto/crypto.gyp:crypto',
540 '../testing/gmock.gyp:gmock', 540 '../testing/gmock.gyp:gmock',
541 '../testing/gtest.gyp:gtest', 541 '../testing/gtest.gyp:gtest',
542 '../third_party/zlib/zlib.gyp:zlib', 542 '../third_party/zlib/zlib.gyp:zlib',
543 '../url/url.gyp:url_lib', 543 '../url/url.gyp:url_lib',
544 'balsa',
545 'http_server', 544 'http_server',
546 'net', 545 'net',
547 'net_derived_sources', 546 'net_derived_sources',
548 'net_test_support', 547 'net_test_support',
549 'quic_ported_server', 548 'quic_ported_server',
550 ], 549 ],
551 'sources': [ 550 'sources': [
552 '<@(net_test_sources)', 551 '<@(net_test_sources)',
553 ], 552 ],
554 'conditions': [ 553 'conditions': [
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 'quic/quic_server.cc', 1136 'quic/quic_server.cc',
1138 'quic/quic_server.h', 1137 'quic/quic_server.h',
1139 'quic/quic_server_packet_writer.cc', 1138 'quic/quic_server_packet_writer.cc',
1140 'quic/quic_server_packet_writer.h', 1139 'quic/quic_server_packet_writer.h',
1141 'quic/quic_server_session.cc', 1140 'quic/quic_server_session.cc',
1142 'quic/quic_server_session.h', 1141 'quic/quic_server_session.h',
1143 'quic/quic_spdy_server_stream.cc', 1142 'quic/quic_spdy_server_stream.cc',
1144 'quic/quic_spdy_server_stream.h', 1143 'quic/quic_spdy_server_stream.h',
1145 'quic/quic_time_wait_list_manager.cc', 1144 'quic/quic_time_wait_list_manager.cc',
1146 'quic/quic_time_wait_list_manager.h', 1145 'quic/quic_time_wait_list_manager.h',
1146 'quic/string_piece_utils.h',
1147 ], 1147 ],
1148 }, 1148 },
1149 ], 1149 ],
1150 'conditions': [ 1150 'conditions': [
1151 ['use_v8_in_net == 1', { 1151 ['use_v8_in_net == 1', {
1152 'targets': [ 1152 'targets': [
1153 { 1153 {
1154 'target_name': 'net_with_v8', 1154 'target_name': 'net_with_v8',
1155 'type': '<(component)', 1155 'type': '<(component)',
1156 'variables': { 'enable_wexit_time_destructors': 1, }, 1156 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
1700 'net_unittests.isolate', 1700 'net_unittests.isolate',
1701 ], 1701 ],
1702 'sources': [ 1702 'sources': [
1703 'net_unittests.isolate', 1703 'net_unittests.isolate',
1704 ], 1704 ],
1705 }, 1705 },
1706 ], 1706 ],
1707 }], 1707 }],
1708 ], 1708 ],
1709 } 1709 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/quic/quic_http_stream.cc » ('j') | net/quic/quic_in_memory_cache.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698