| 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 876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 887 'http/http_server_properties_manager.h', | 887 'http/http_server_properties_manager.h', |
| 888 'http/http_status_code.cc', | 888 'http/http_status_code.cc', |
| 889 'http/http_status_code.h', | 889 'http/http_status_code.h', |
| 890 'http/http_stream.h', | 890 'http/http_stream.h', |
| 891 'http/http_stream_factory.cc', | 891 'http/http_stream_factory.cc', |
| 892 'http/http_stream_factory.h', | 892 'http/http_stream_factory.h', |
| 893 'http/http_stream_factory_impl.cc', | 893 'http/http_stream_factory_impl.cc', |
| 894 'http/http_stream_factory_impl.h', | 894 'http/http_stream_factory_impl.h', |
| 895 'http/http_stream_factory_impl_job.cc', | 895 'http/http_stream_factory_impl_job.cc', |
| 896 'http/http_stream_factory_impl_job.h', | 896 'http/http_stream_factory_impl_job.h', |
| 897 'http/http_stream_factory_impl_job_factory_impl.cc', |
| 898 'http/http_stream_factory_impl_job_factory_impl.h', |
| 899 'http/http_stream_factory_impl_job_controller.cc', |
| 900 'http/http_stream_factory_impl_job_controller.h', |
| 897 'http/http_stream_factory_impl_request.cc', | 901 'http/http_stream_factory_impl_request.cc', |
| 898 'http/http_stream_factory_impl_request.h', | 902 'http/http_stream_factory_impl_request.h', |
| 899 'http/http_stream_parser.cc', | 903 'http/http_stream_parser.cc', |
| 900 'http/http_stream_parser.h', | 904 'http/http_stream_parser.h', |
| 901 'http/http_transaction.h', | 905 'http/http_transaction.h', |
| 902 'http/http_transaction_factory.h', | 906 'http/http_transaction_factory.h', |
| 903 'http/http_version.h', | 907 'http/http_version.h', |
| 904 'http/md4.cc', | 908 'http/md4.cc', |
| 905 'http/md4.h', | 909 'http/md4.h', |
| 906 'http/partial_data.cc', | 910 'http/partial_data.cc', |
| (...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1476 'http/http_proxy_client_socket_pool_unittest.cc', | 1480 'http/http_proxy_client_socket_pool_unittest.cc', |
| 1477 'http/http_request_headers_unittest.cc', | 1481 'http/http_request_headers_unittest.cc', |
| 1478 'http/http_response_body_drainer_unittest.cc', | 1482 'http/http_response_body_drainer_unittest.cc', |
| 1479 'http/http_response_headers_unittest.cc', | 1483 'http/http_response_headers_unittest.cc', |
| 1480 'http/http_response_info_unittest.cc', | 1484 'http/http_response_info_unittest.cc', |
| 1481 'http/http_security_headers_unittest.cc', | 1485 'http/http_security_headers_unittest.cc', |
| 1482 'http/http_server_properties_impl_unittest.cc', | 1486 'http/http_server_properties_impl_unittest.cc', |
| 1483 'http/http_server_properties_manager_unittest.cc', | 1487 'http/http_server_properties_manager_unittest.cc', |
| 1484 'http/http_status_code_unittest.cc', | 1488 'http/http_status_code_unittest.cc', |
| 1485 'http/http_status_line_validator_unittest.cc', | 1489 'http/http_status_line_validator_unittest.cc', |
| 1490 'http/http_stream_factory_impl_job_controller_unittest.cc', |
| 1486 'http/http_stream_factory_impl_request_unittest.cc', | 1491 'http/http_stream_factory_impl_request_unittest.cc', |
| 1487 'http/http_stream_factory_impl_unittest.cc', | 1492 'http/http_stream_factory_impl_unittest.cc', |
| 1488 'http/http_stream_parser_unittest.cc', | 1493 'http/http_stream_parser_unittest.cc', |
| 1489 'http/http_util_unittest.cc', | 1494 'http/http_util_unittest.cc', |
| 1490 'http/http_vary_data_unittest.cc', | 1495 'http/http_vary_data_unittest.cc', |
| 1491 'http/mock_allow_http_auth_preferences.cc', | 1496 'http/mock_allow_http_auth_preferences.cc', |
| 1492 'http/mock_allow_http_auth_preferences.h', | 1497 'http/mock_allow_http_auth_preferences.h', |
| 1493 'http/mock_gssapi_library_posix.cc', | 1498 'http/mock_gssapi_library_posix.cc', |
| 1494 'http/mock_gssapi_library_posix.h', | 1499 'http/mock_gssapi_library_posix.h', |
| 1495 'http/mock_http_cache.cc', | 1500 'http/mock_http_cache.cc', |
| (...skipping 1632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3128 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3133 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3129 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3134 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3130 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3135 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3131 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3136 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3132 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3137 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3133 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3138 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3134 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3139 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3135 ], | 3140 ], |
| 3136 } | 3141 } |
| 3137 } | 3142 } |
| OLD | NEW |