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

Side by Side Diff: net/net.gypi

Issue 2506903002: Move QUIC typedefs and constants into files other than quic_protocol.h. No behavior change. (Closed)
Patch Set: Move QUIC typedefs and constants into files other than quic_protocol.h. No behavior change. 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 | « no previous file | net/quic/core/quic_bandwidth.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 997 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 'quic/core/quic_client_session_base.cc', 1008 'quic/core/quic_client_session_base.cc',
1009 'quic/core/quic_client_session_base.h', 1009 'quic/core/quic_client_session_base.h',
1010 'quic/core/quic_clock.cc', 1010 'quic/core/quic_clock.cc',
1011 'quic/core/quic_clock.h', 1011 'quic/core/quic_clock.h',
1012 'quic/core/quic_config.cc', 1012 'quic/core/quic_config.cc',
1013 'quic/core/quic_config.h', 1013 'quic/core/quic_config.h',
1014 'quic/core/quic_connection.cc', 1014 'quic/core/quic_connection.cc',
1015 'quic/core/quic_connection.h', 1015 'quic/core/quic_connection.h',
1016 'quic/core/quic_connection_stats.cc', 1016 'quic/core/quic_connection_stats.cc',
1017 'quic/core/quic_connection_stats.h', 1017 'quic/core/quic_connection_stats.h',
1018 'quic/core/quic_constants.h',
1018 'quic/core/quic_crypto_client_stream.cc', 1019 'quic/core/quic_crypto_client_stream.cc',
1019 'quic/core/quic_crypto_client_stream.h', 1020 'quic/core/quic_crypto_client_stream.h',
1020 'quic/core/quic_crypto_client_stream_factory.cc', 1021 'quic/core/quic_crypto_client_stream_factory.cc',
1021 'quic/core/quic_crypto_client_stream_factory.h', 1022 'quic/core/quic_crypto_client_stream_factory.h',
1022 'quic/core/quic_crypto_server_stream.cc', 1023 'quic/core/quic_crypto_server_stream.cc',
1023 'quic/core/quic_crypto_server_stream.h', 1024 'quic/core/quic_crypto_server_stream.h',
1024 'quic/core/quic_crypto_stream.cc', 1025 'quic/core/quic_crypto_stream.cc',
1025 'quic/core/quic_crypto_stream.h', 1026 'quic/core/quic_crypto_stream.h',
1026 'quic/core/quic_data_reader.cc', 1027 'quic/core/quic_data_reader.cc',
1027 'quic/core/quic_data_reader.h', 1028 'quic/core/quic_data_reader.h',
(...skipping 2265 matching lines...) Expand 10 before | Expand all | Expand 10 after
3293 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3294 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3294 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3295 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3295 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3296 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3296 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3297 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3297 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3298 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3298 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3299 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3299 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3300 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3300 ], 3301 ],
3301 } 3302 }
3302 } 3303 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/core/quic_bandwidth.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698