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

Side by Side Diff: net/net.gypi

Issue 2512063003: Move QuicIoVector into its own header file. No behavior change. (Closed)
Patch Set: Created 4 years, 1 month 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 | « net/base/iovec.h ('k') | net/quic/core/quic_iovector.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 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 'quic/core/quic_frame_list.cc', 1041 'quic/core/quic_frame_list.cc',
1042 'quic/core/quic_frame_list.h', 1042 'quic/core/quic_frame_list.h',
1043 'quic/core/quic_framer.cc', 1043 'quic/core/quic_framer.cc',
1044 'quic/core/quic_framer.h', 1044 'quic/core/quic_framer.h',
1045 'quic/core/quic_header_list.cc', 1045 'quic/core/quic_header_list.cc',
1046 'quic/core/quic_header_list.h', 1046 'quic/core/quic_header_list.h',
1047 'quic/core/quic_headers_stream.cc', 1047 'quic/core/quic_headers_stream.cc',
1048 'quic/core/quic_headers_stream.h', 1048 'quic/core/quic_headers_stream.h',
1049 'quic/core/quic_http_utils.cc', 1049 'quic/core/quic_http_utils.cc',
1050 'quic/core/quic_http_utils.h', 1050 'quic/core/quic_http_utils.h',
1051 'quic/core/quic_iovector.h',
1051 'quic/core/quic_multipath_received_packet_manager.cc', 1052 'quic/core/quic_multipath_received_packet_manager.cc',
1052 'quic/core/quic_multipath_received_packet_manager.h', 1053 'quic/core/quic_multipath_received_packet_manager.h',
1053 'quic/core/quic_multipath_sent_packet_manager.cc', 1054 'quic/core/quic_multipath_sent_packet_manager.cc',
1054 'quic/core/quic_multipath_sent_packet_manager.h', 1055 'quic/core/quic_multipath_sent_packet_manager.h',
1055 'quic/core/quic_multipath_transmissions_map.cc', 1056 'quic/core/quic_multipath_transmissions_map.cc',
1056 'quic/core/quic_multipath_transmissions_map.h', 1057 'quic/core/quic_multipath_transmissions_map.h',
1057 'quic/core/quic_one_block_arena.h', 1058 'quic/core/quic_one_block_arena.h',
1058 'quic/core/quic_packet_creator.cc', 1059 'quic/core/quic_packet_creator.cc',
1059 'quic/core/quic_packet_creator.h', 1060 'quic/core/quic_packet_creator.h',
1060 'quic/core/quic_packet_generator.cc', 1061 'quic/core/quic_packet_generator.cc',
(...skipping 2238 matching lines...) Expand 10 before | Expand all | Expand 10 after
3299 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3300 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3300 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3301 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3301 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3302 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3302 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3303 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3303 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3304 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3304 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3305 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3305 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3306 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3306 ], 3307 ],
3307 } 3308 }
3308 } 3309 }
OLDNEW
« no previous file with comments | « net/base/iovec.h ('k') | net/quic/core/quic_iovector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698