| 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 687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 698 'http/http_server_properties_manager.h', | 698 'http/http_server_properties_manager.h', |
| 699 'http/http_status_code.cc', | 699 'http/http_status_code.cc', |
| 700 'http/http_status_code.h', | 700 'http/http_status_code.h', |
| 701 'http/http_stream.h', | 701 'http/http_stream.h', |
| 702 'http/http_stream_factory.cc', | 702 'http/http_stream_factory.cc', |
| 703 'http/http_stream_factory.h', | 703 'http/http_stream_factory.h', |
| 704 'http/http_stream_factory_impl.cc', | 704 'http/http_stream_factory_impl.cc', |
| 705 'http/http_stream_factory_impl.h', | 705 'http/http_stream_factory_impl.h', |
| 706 'http/http_stream_factory_impl_job.cc', | 706 'http/http_stream_factory_impl_job.cc', |
| 707 'http/http_stream_factory_impl_job.h', | 707 'http/http_stream_factory_impl_job.h', |
| 708 'http/http_stream_factory_impl_job_factory_impl.cc', |
| 709 'http/http_stream_factory_impl_job_factory_impl.h', |
| 710 'http/http_stream_factory_impl_job_controller.cc', |
| 711 'http/http_stream_factory_impl_job_controller.h', |
| 708 'http/http_stream_factory_impl_request.cc', | 712 'http/http_stream_factory_impl_request.cc', |
| 709 'http/http_stream_factory_impl_request.h', | 713 'http/http_stream_factory_impl_request.h', |
| 710 'http/http_stream_parser.cc', | 714 'http/http_stream_parser.cc', |
| 711 'http/http_stream_parser.h', | 715 'http/http_stream_parser.h', |
| 712 'http/http_transaction.h', | 716 'http/http_transaction.h', |
| 713 'http/http_transaction_factory.h', | 717 'http/http_transaction_factory.h', |
| 714 'http/http_version.h', | 718 'http/http_version.h', |
| 715 'http/md4.cc', | 719 'http/md4.cc', |
| 716 'http/md4.h', | 720 'http/md4.h', |
| 717 'http/partial_data.cc', | 721 'http/partial_data.cc', |
| (...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1504 'http/http_proxy_client_socket_pool_unittest.cc', | 1508 'http/http_proxy_client_socket_pool_unittest.cc', |
| 1505 'http/http_request_headers_unittest.cc', | 1509 'http/http_request_headers_unittest.cc', |
| 1506 'http/http_response_body_drainer_unittest.cc', | 1510 'http/http_response_body_drainer_unittest.cc', |
| 1507 'http/http_response_headers_unittest.cc', | 1511 'http/http_response_headers_unittest.cc', |
| 1508 'http/http_response_info_unittest.cc', | 1512 'http/http_response_info_unittest.cc', |
| 1509 'http/http_security_headers_unittest.cc', | 1513 'http/http_security_headers_unittest.cc', |
| 1510 'http/http_server_properties_impl_unittest.cc', | 1514 'http/http_server_properties_impl_unittest.cc', |
| 1511 'http/http_server_properties_manager_unittest.cc', | 1515 'http/http_server_properties_manager_unittest.cc', |
| 1512 'http/http_status_code_unittest.cc', | 1516 'http/http_status_code_unittest.cc', |
| 1513 'http/http_status_line_validator_unittest.cc', | 1517 'http/http_status_line_validator_unittest.cc', |
| 1518 'http/http_stream_factory_impl_job_controller_unittest.cc', |
| 1514 'http/http_stream_factory_impl_request_unittest.cc', | 1519 'http/http_stream_factory_impl_request_unittest.cc', |
| 1515 'http/http_stream_factory_impl_unittest.cc', | 1520 'http/http_stream_factory_impl_unittest.cc', |
| 1516 'http/http_stream_parser_unittest.cc', | 1521 'http/http_stream_parser_unittest.cc', |
| 1517 'http/http_util_unittest.cc', | 1522 'http/http_util_unittest.cc', |
| 1518 'http/http_vary_data_unittest.cc', | 1523 'http/http_vary_data_unittest.cc', |
| 1519 'http/mock_allow_http_auth_preferences.cc', | 1524 'http/mock_allow_http_auth_preferences.cc', |
| 1520 'http/mock_allow_http_auth_preferences.h', | 1525 'http/mock_allow_http_auth_preferences.h', |
| 1521 'http/mock_gssapi_library_posix.cc', | 1526 'http/mock_gssapi_library_posix.cc', |
| 1522 'http/mock_gssapi_library_posix.h', | 1527 'http/mock_gssapi_library_posix.h', |
| 1523 'http/mock_http_cache.cc', | 1528 'http/mock_http_cache.cc', |
| (...skipping 1601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3125 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3130 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3126 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3131 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3127 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3132 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3128 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3133 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3129 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3134 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3130 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3135 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3131 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3136 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3132 ], | 3137 ], |
| 3133 } | 3138 } |
| 3134 } | 3139 } |
| OLD | NEW |