| OLD | NEW |
| 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 975 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 986 'quic/quic_packet_generator.h', | 986 'quic/quic_packet_generator.h', |
| 987 'quic/quic_packet_writer.h', | 987 'quic/quic_packet_writer.h', |
| 988 'quic/quic_protocol.cc', | 988 'quic/quic_protocol.cc', |
| 989 'quic/quic_protocol.h', | 989 'quic/quic_protocol.h', |
| 990 'quic/quic_received_packet_manager.cc', | 990 'quic/quic_received_packet_manager.cc', |
| 991 'quic/quic_received_packet_manager.h', | 991 'quic/quic_received_packet_manager.h', |
| 992 'quic/quic_sent_entropy_manager.cc', | 992 'quic/quic_sent_entropy_manager.cc', |
| 993 'quic/quic_sent_entropy_manager.h', | 993 'quic/quic_sent_entropy_manager.h', |
| 994 'quic/quic_sent_packet_manager.cc', | 994 'quic/quic_sent_packet_manager.cc', |
| 995 'quic/quic_sent_packet_manager.h', | 995 'quic/quic_sent_packet_manager.h', |
| 996 'quic/quic_sent_packet_manager_interface.h', |
| 996 'quic/quic_server_id.cc', | 997 'quic/quic_server_id.cc', |
| 997 'quic/quic_server_id.h', | 998 'quic/quic_server_id.h', |
| 998 'quic/quic_session.cc', | 999 'quic/quic_session.cc', |
| 999 'quic/quic_session.h', | 1000 'quic/quic_session.h', |
| 1000 'quic/quic_simple_buffer_allocator.cc', | 1001 'quic/quic_simple_buffer_allocator.cc', |
| 1001 'quic/quic_simple_buffer_allocator.h', | 1002 'quic/quic_simple_buffer_allocator.h', |
| 1002 'quic/quic_socket_address_coder.cc', | 1003 'quic/quic_socket_address_coder.cc', |
| 1003 'quic/quic_socket_address_coder.h', | 1004 'quic/quic_socket_address_coder.h', |
| 1004 'quic/quic_spdy_session.cc', | 1005 'quic/quic_spdy_session.cc', |
| 1005 'quic/quic_spdy_session.h', | 1006 'quic/quic_spdy_session.h', |
| (...skipping 2087 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3093 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3094 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3094 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3095 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3095 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3096 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3096 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3097 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3097 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3098 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3098 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3099 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3099 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3100 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3100 ], | 3101 ], |
| 3101 } | 3102 } |
| 3102 } | 3103 } |
| OLD | NEW |