| 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 694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 705 'http/http_auth_preferences.cc', | 705 'http/http_auth_preferences.cc', |
| 706 'http/http_auth_preferences.h', | 706 'http/http_auth_preferences.h', |
| 707 'http/http_auth_sspi_win.cc', | 707 'http/http_auth_sspi_win.cc', |
| 708 'http/http_auth_sspi_win.h', | 708 'http/http_auth_sspi_win.h', |
| 709 'http/http_basic_state.cc', | 709 'http/http_basic_state.cc', |
| 710 'http/http_basic_state.h', | 710 'http/http_basic_state.h', |
| 711 'http/http_basic_stream.cc', | 711 'http/http_basic_stream.cc', |
| 712 'http/http_basic_stream.h', | 712 'http/http_basic_stream.h', |
| 713 'http/http_cache.cc', | 713 'http/http_cache.cc', |
| 714 'http/http_cache.h', | 714 'http/http_cache.h', |
| 715 'http/http_cache_data_access.cc', |
| 716 'http/http_cache_data_access.h', |
| 715 'http/http_cache_lookup_manager.cc', | 717 'http/http_cache_lookup_manager.cc', |
| 716 'http/http_cache_lookup_manager.h', | 718 'http/http_cache_lookup_manager.h', |
| 719 'http/http_cache_shared_writers.h', |
| 720 'http/http_cache_shared_writers.cc', |
| 717 'http/http_cache_transaction.cc', | 721 'http/http_cache_transaction.cc', |
| 718 'http/http_cache_transaction.h', | 722 'http/http_cache_transaction.h', |
| 719 'http/http_chunked_decoder.cc', | 723 'http/http_chunked_decoder.cc', |
| 720 'http/http_chunked_decoder.h', | 724 'http/http_chunked_decoder.h', |
| 721 'http/http_content_disposition.cc', | 725 'http/http_content_disposition.cc', |
| 722 'http/http_content_disposition.h', | 726 'http/http_content_disposition.h', |
| 723 'http/http_network_layer.cc', | 727 'http/http_network_layer.cc', |
| 724 'http/http_network_layer.h', | 728 'http/http_network_layer.h', |
| 725 'http/http_network_session.cc', | 729 'http/http_network_session.cc', |
| 726 'http/http_network_session.h', | 730 'http/http_network_session.h', |
| (...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1721 'http/http_auth_handler_mock.h', | 1725 'http/http_auth_handler_mock.h', |
| 1722 'http/http_auth_handler_negotiate_unittest.cc', | 1726 'http/http_auth_handler_negotiate_unittest.cc', |
| 1723 'http/http_auth_handler_unittest.cc', | 1727 'http/http_auth_handler_unittest.cc', |
| 1724 'http/http_auth_multi_round_parse_unittest.cc', | 1728 'http/http_auth_multi_round_parse_unittest.cc', |
| 1725 'http/http_auth_preferences_unittest.cc', | 1729 'http/http_auth_preferences_unittest.cc', |
| 1726 'http/http_auth_sspi_win_unittest.cc', | 1730 'http/http_auth_sspi_win_unittest.cc', |
| 1727 'http/http_auth_unittest.cc', | 1731 'http/http_auth_unittest.cc', |
| 1728 'http/http_basic_state_unittest.cc', | 1732 'http/http_basic_state_unittest.cc', |
| 1729 'http/http_byte_range_unittest.cc', | 1733 'http/http_byte_range_unittest.cc', |
| 1730 'http/http_cache_lookup_manager_unittest.cc', | 1734 'http/http_cache_lookup_manager_unittest.cc', |
| 1735 'http/http_cache_shared_writers_unittest.cc', |
| 1731 'http/http_cache_unittest.cc', | 1736 'http/http_cache_unittest.cc', |
| 1732 'http/http_chunked_decoder_unittest.cc', | 1737 'http/http_chunked_decoder_unittest.cc', |
| 1733 'http/http_content_disposition_unittest.cc', | 1738 'http/http_content_disposition_unittest.cc', |
| 1734 'http/http_log_util_unittest.cc', | 1739 'http/http_log_util_unittest.cc', |
| 1735 'http/http_network_layer_unittest.cc', | 1740 'http/http_network_layer_unittest.cc', |
| 1736 'http/http_network_transaction_ssl_unittest.cc', | 1741 'http/http_network_transaction_ssl_unittest.cc', |
| 1737 'http/http_network_transaction_unittest.cc', | 1742 'http/http_network_transaction_unittest.cc', |
| 1738 'http/http_proxy_client_socket_pool_unittest.cc', | 1743 'http/http_proxy_client_socket_pool_unittest.cc', |
| 1739 'http/http_request_headers_unittest.cc', | 1744 'http/http_request_headers_unittest.cc', |
| 1740 'http/http_response_body_drainer_unittest.cc', | 1745 'http/http_response_body_drainer_unittest.cc', |
| (...skipping 1834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3575 'tools/domain_security_preload_generator/preloaded_state_generator.h', | 3580 'tools/domain_security_preload_generator/preloaded_state_generator.h', |
| 3576 'tools/domain_security_preload_generator/spki_hash.cc', | 3581 'tools/domain_security_preload_generator/spki_hash.cc', |
| 3577 'tools/domain_security_preload_generator/spki_hash.h', | 3582 'tools/domain_security_preload_generator/spki_hash.h', |
| 3578 'tools/domain_security_preload_generator/trie/trie_bit_buffer.cc', | 3583 'tools/domain_security_preload_generator/trie/trie_bit_buffer.cc', |
| 3579 'tools/domain_security_preload_generator/trie/trie_bit_buffer.h', | 3584 'tools/domain_security_preload_generator/trie/trie_bit_buffer.h', |
| 3580 'tools/domain_security_preload_generator/trie/trie_writer.cc', | 3585 'tools/domain_security_preload_generator/trie/trie_writer.cc', |
| 3581 'tools/domain_security_preload_generator/trie/trie_writer.h', | 3586 'tools/domain_security_preload_generator/trie/trie_writer.h', |
| 3582 ], | 3587 ], |
| 3583 } | 3588 } |
| 3584 } | 3589 } |
| OLD | NEW |