| 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 1698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1709 'socket/tcp_server_socket_unittest.cc', | 1709 'socket/tcp_server_socket_unittest.cc', |
| 1710 'socket/tcp_socket_unittest.cc', | 1710 'socket/tcp_socket_unittest.cc', |
| 1711 'socket/transport_client_socket_pool_test_util.cc', | 1711 'socket/transport_client_socket_pool_test_util.cc', |
| 1712 'socket/transport_client_socket_pool_test_util.h', | 1712 'socket/transport_client_socket_pool_test_util.h', |
| 1713 'socket/transport_client_socket_pool_unittest.cc', | 1713 'socket/transport_client_socket_pool_unittest.cc', |
| 1714 'socket/transport_client_socket_unittest.cc', | 1714 'socket/transport_client_socket_unittest.cc', |
| 1715 'socket/unix_domain_client_socket_posix_unittest.cc', | 1715 'socket/unix_domain_client_socket_posix_unittest.cc', |
| 1716 'socket/unix_domain_server_socket_posix_unittest.cc', | 1716 'socket/unix_domain_server_socket_posix_unittest.cc', |
| 1717 'socket/websocket_endpoint_lock_manager_unittest.cc', | 1717 'socket/websocket_endpoint_lock_manager_unittest.cc', |
| 1718 'socket/websocket_transport_client_socket_pool_unittest.cc', | 1718 'socket/websocket_transport_client_socket_pool_unittest.cc', |
| 1719 'spdy/bidirectional_stream_spdy_impl_unittest.cc', |
| 1719 'spdy/buffered_spdy_framer_unittest.cc', | 1720 'spdy/buffered_spdy_framer_unittest.cc', |
| 1720 'spdy/fuzzing/hpack_fuzz_util_test.cc', | 1721 'spdy/fuzzing/hpack_fuzz_util_test.cc', |
| 1721 'spdy/hpack/hpack_decoder_test.cc', | 1722 'spdy/hpack/hpack_decoder_test.cc', |
| 1722 'spdy/hpack/hpack_encoder_test.cc', | 1723 'spdy/hpack/hpack_encoder_test.cc', |
| 1723 'spdy/hpack/hpack_entry_test.cc', | 1724 'spdy/hpack/hpack_entry_test.cc', |
| 1724 'spdy/hpack/hpack_header_table_test.cc', | 1725 'spdy/hpack/hpack_header_table_test.cc', |
| 1725 'spdy/hpack/hpack_huffman_decoder_test.cc', | 1726 'spdy/hpack/hpack_huffman_decoder_test.cc', |
| 1726 'spdy/hpack/hpack_huffman_table_test.cc', | 1727 'spdy/hpack/hpack_huffman_table_test.cc', |
| 1727 'spdy/hpack/hpack_input_stream_test.cc', | 1728 'spdy/hpack/hpack_input_stream_test.cc', |
| 1728 'spdy/hpack/hpack_output_stream_test.cc', | 1729 'spdy/hpack/hpack_output_stream_test.cc', |
| (...skipping 1364 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 |