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

Side by Side Diff: net/net.gypi

Issue 2373663002: Unify enum NextProto and enum AlternateProtocol. (Closed)
Patch Set: Fix compile errors. 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/log/net_log_util.cc ('k') | net/quic/chromium/quic_network_transaction_unittest.cc » ('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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'log/net_log_source.h', 203 'log/net_log_source.h',
204 'log/net_log_with_source.cc', 204 'log/net_log_with_source.cc',
205 'log/net_log_with_source.h', 205 'log/net_log_with_source.h',
206 'log/net_log_capture_mode.cc', 206 'log/net_log_capture_mode.cc',
207 'log/net_log_capture_mode.h', 207 'log/net_log_capture_mode.h',
208 'log/net_log_event_type_list.h', 208 'log/net_log_event_type_list.h',
209 'log/net_log_source_type_list.h', 209 'log/net_log_source_type_list.h',
210 'socket/client_socket_handle.cc', 210 'socket/client_socket_handle.cc',
211 'socket/client_socket_handle.h', 211 'socket/client_socket_handle.h',
212 'socket/connection_attempts.h', 212 'socket/connection_attempts.h',
213 'socket/next_proto.cc',
213 'socket/next_proto.h', 214 'socket/next_proto.h',
214 'socket/socket.h', 215 'socket/socket.h',
215 'socket/socket_bio_adapter.cc', 216 'socket/socket_bio_adapter.cc',
216 'socket/socket_bio_adapter.h', 217 'socket/socket_bio_adapter.h',
217 'socket/socket_performance_watcher.h', 218 'socket/socket_performance_watcher.h',
218 'socket/socket_performance_watcher_factory.h', 219 'socket/socket_performance_watcher_factory.h',
219 'socket/ssl_client_socket.cc', 220 'socket/ssl_client_socket.cc',
220 'socket/ssl_client_socket.h', 221 'socket/ssl_client_socket.h',
221 'socket/ssl_client_socket_impl.cc', 222 'socket/ssl_client_socket_impl.cc',
222 'socket/ssl_client_socket_impl.h', 223 'socket/ssl_client_socket_impl.h',
(...skipping 3081 matching lines...) Expand 10 before | Expand all | Expand 10 after
3304 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3305 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3305 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3306 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3306 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3307 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3307 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3308 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3308 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3309 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3309 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3310 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3310 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3311 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3311 ], 3312 ],
3312 } 3313 }
3313 } 3314 }
OLDNEW
« no previous file with comments | « net/log/net_log_util.cc ('k') | net/quic/chromium/quic_network_transaction_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698