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

Side by Side Diff: net/net.gypi

Issue 1961573002: Avoids the "re-encode HPACK as SPDY3" step. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update new test Created 4 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
« no previous file with comments | « no previous file | net/quic/quic_chromium_client_stream.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 'socket/websocket_transport_client_socket_pool.cc', 1083 'socket/websocket_transport_client_socket_pool.cc',
1084 'socket/websocket_transport_client_socket_pool.h', 1084 'socket/websocket_transport_client_socket_pool.h',
1085 'socket/websocket_transport_connect_sub_job.cc', 1085 'socket/websocket_transport_connect_sub_job.cc',
1086 'socket/websocket_transport_connect_sub_job.h', 1086 'socket/websocket_transport_connect_sub_job.h',
1087 'spdy/bidirectional_stream_spdy_impl.cc', 1087 'spdy/bidirectional_stream_spdy_impl.cc',
1088 'spdy/bidirectional_stream_spdy_impl.h', 1088 'spdy/bidirectional_stream_spdy_impl.h',
1089 'spdy/buffered_spdy_framer.cc', 1089 'spdy/buffered_spdy_framer.cc',
1090 'spdy/buffered_spdy_framer.h', 1090 'spdy/buffered_spdy_framer.h',
1091 'spdy/fuzzing/hpack_fuzz_util.cc', 1091 'spdy/fuzzing/hpack_fuzz_util.cc',
1092 'spdy/fuzzing/hpack_fuzz_util.h', 1092 'spdy/fuzzing/hpack_fuzz_util.h',
1093 'spdy/header_coalescer.cc',
1094 'spdy/header_coalescer.h',
1093 'spdy/hpack/hpack_constants.cc', 1095 'spdy/hpack/hpack_constants.cc',
1094 'spdy/hpack/hpack_constants.h', 1096 'spdy/hpack/hpack_constants.h',
1095 'spdy/hpack/hpack_decoder.cc', 1097 'spdy/hpack/hpack_decoder.cc',
1096 'spdy/hpack/hpack_decoder.h', 1098 'spdy/hpack/hpack_decoder.h',
1097 'spdy/hpack/hpack_encoder.cc', 1099 'spdy/hpack/hpack_encoder.cc',
1098 'spdy/hpack/hpack_encoder.h', 1100 'spdy/hpack/hpack_encoder.h',
1099 'spdy/hpack/hpack_entry.cc', 1101 'spdy/hpack/hpack_entry.cc',
1100 'spdy/hpack/hpack_entry.h', 1102 'spdy/hpack/hpack_entry.h',
1101 'spdy/hpack/hpack_header_table.cc', 1103 'spdy/hpack/hpack_header_table.cc',
1102 'spdy/hpack/hpack_header_table.h', 1104 'spdy/hpack/hpack_header_table.h',
(...skipping 1990 matching lines...) Expand 10 before | Expand all | Expand 10 after
3093 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3095 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3094 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3096 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3095 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3097 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3096 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3098 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3097 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3099 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3098 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3100 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3099 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3101 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3100 ], 3102 ],
3101 } 3103 }
3102 } 3104 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/quic_chromium_client_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698