| 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 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 616 'ftp/ftp_network_transaction.h', | 616 'ftp/ftp_network_transaction.h', |
| 617 'ftp/ftp_request_info.h', | 617 'ftp/ftp_request_info.h', |
| 618 'ftp/ftp_response_info.cc', | 618 'ftp/ftp_response_info.cc', |
| 619 'ftp/ftp_response_info.h', | 619 'ftp/ftp_response_info.h', |
| 620 'ftp/ftp_server_type_histograms.cc', | 620 'ftp/ftp_server_type_histograms.cc', |
| 621 'ftp/ftp_server_type_histograms.h', | 621 'ftp/ftp_server_type_histograms.h', |
| 622 'ftp/ftp_transaction.h', | 622 'ftp/ftp_transaction.h', |
| 623 'ftp/ftp_transaction_factory.h', | 623 'ftp/ftp_transaction_factory.h', |
| 624 'ftp/ftp_util.cc', | 624 'ftp/ftp_util.cc', |
| 625 'ftp/ftp_util.h', | 625 'ftp/ftp_util.h', |
| 626 'http/certificate_report_sender.h', |
| 627 'http/certificate_report_sender_impl.cc', |
| 628 'http/certificate_report_sender_impl.h', |
| 626 'http/des.cc', | 629 'http/des.cc', |
| 627 'http/des.h', | 630 'http/des.h', |
| 628 'http/disk_based_cert_cache.cc', | 631 'http/disk_based_cert_cache.cc', |
| 629 'http/disk_based_cert_cache.h', | 632 'http/disk_based_cert_cache.h', |
| 630 'http/disk_cache_based_quic_server_info.cc', | 633 'http/disk_cache_based_quic_server_info.cc', |
| 631 'http/disk_cache_based_quic_server_info.h', | 634 'http/disk_cache_based_quic_server_info.h', |
| 632 'http/failing_http_transaction_factory.cc', | 635 'http/failing_http_transaction_factory.cc', |
| 633 'http/failing_http_transaction_factory.h', | 636 'http/failing_http_transaction_factory.h', |
| 634 'http/http_auth.cc', | 637 'http/http_auth.cc', |
| 635 'http/http_auth.h', | 638 'http/http_auth.h', |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 711 'http/md4.cc', | 714 'http/md4.cc', |
| 712 'http/md4.h', | 715 'http/md4.h', |
| 713 'http/partial_data.cc', | 716 'http/partial_data.cc', |
| 714 'http/partial_data.h', | 717 'http/partial_data.h', |
| 715 'http/proxy_client_socket.cc', | 718 'http/proxy_client_socket.cc', |
| 716 'http/proxy_client_socket.h', | 719 'http/proxy_client_socket.h', |
| 717 'http/proxy_connect_redirect_http_stream.cc', | 720 'http/proxy_connect_redirect_http_stream.cc', |
| 718 'http/proxy_connect_redirect_http_stream.h', | 721 'http/proxy_connect_redirect_http_stream.h', |
| 719 'http/transport_security_persister.cc', | 722 'http/transport_security_persister.cc', |
| 720 'http/transport_security_persister.h', | 723 'http/transport_security_persister.h', |
| 724 'http/transport_security_reporter.cc', |
| 725 'http/transport_security_reporter.h', |
| 721 'http/transport_security_state_static.h', | 726 'http/transport_security_state_static.h', |
| 722 'http/url_security_manager.cc', | 727 'http/url_security_manager.cc', |
| 723 'http/url_security_manager.h', | 728 'http/url_security_manager.h', |
| 724 'http/url_security_manager_posix.cc', | 729 'http/url_security_manager_posix.cc', |
| 725 'http/url_security_manager_win.cc', | 730 'http/url_security_manager_win.cc', |
| 726 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc', | 731 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc', |
| 727 'proxy/dhcp_proxy_script_adapter_fetcher_win.h', | 732 'proxy/dhcp_proxy_script_adapter_fetcher_win.h', |
| 728 'proxy/dhcp_proxy_script_fetcher.cc', | 733 'proxy/dhcp_proxy_script_fetcher.cc', |
| 729 'proxy/dhcp_proxy_script_fetcher.h', | 734 'proxy/dhcp_proxy_script_fetcher.h', |
| 730 'proxy/dhcp_proxy_script_fetcher_factory.cc', | 735 'proxy/dhcp_proxy_script_fetcher_factory.cc', |
| (...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1408 'ftp/ftp_ctrl_response_buffer_unittest.cc', | 1413 'ftp/ftp_ctrl_response_buffer_unittest.cc', |
| 1409 'ftp/ftp_directory_listing_parser_ls_unittest.cc', | 1414 'ftp/ftp_directory_listing_parser_ls_unittest.cc', |
| 1410 'ftp/ftp_directory_listing_parser_netware_unittest.cc', | 1415 'ftp/ftp_directory_listing_parser_netware_unittest.cc', |
| 1411 'ftp/ftp_directory_listing_parser_os2_unittest.cc', | 1416 'ftp/ftp_directory_listing_parser_os2_unittest.cc', |
| 1412 'ftp/ftp_directory_listing_parser_unittest.cc', | 1417 'ftp/ftp_directory_listing_parser_unittest.cc', |
| 1413 'ftp/ftp_directory_listing_parser_unittest.h', | 1418 'ftp/ftp_directory_listing_parser_unittest.h', |
| 1414 'ftp/ftp_directory_listing_parser_vms_unittest.cc', | 1419 'ftp/ftp_directory_listing_parser_vms_unittest.cc', |
| 1415 'ftp/ftp_directory_listing_parser_windows_unittest.cc', | 1420 'ftp/ftp_directory_listing_parser_windows_unittest.cc', |
| 1416 'ftp/ftp_network_transaction_unittest.cc', | 1421 'ftp/ftp_network_transaction_unittest.cc', |
| 1417 'ftp/ftp_util_unittest.cc', | 1422 'ftp/ftp_util_unittest.cc', |
| 1423 'http/certificate_report_sender_impl_unittest.cc', |
| 1418 'http/des_unittest.cc', | 1424 'http/des_unittest.cc', |
| 1419 'http/disk_based_cert_cache_unittest.cc', | 1425 'http/disk_based_cert_cache_unittest.cc', |
| 1420 'http/disk_cache_based_quic_server_info_unittest.cc', | 1426 'http/disk_cache_based_quic_server_info_unittest.cc', |
| 1421 'http/http_auth_cache_unittest.cc', | 1427 'http/http_auth_cache_unittest.cc', |
| 1422 'http/http_auth_challenge_tokenizer_unittest.cc', | 1428 'http/http_auth_challenge_tokenizer_unittest.cc', |
| 1423 'http/http_auth_controller_unittest.cc', | 1429 'http/http_auth_controller_unittest.cc', |
| 1424 'http/http_auth_filter_unittest.cc', | 1430 'http/http_auth_filter_unittest.cc', |
| 1425 'http/http_auth_gssapi_posix_unittest.cc', | 1431 'http/http_auth_gssapi_posix_unittest.cc', |
| 1426 'http/http_auth_handler_basic_unittest.cc', | 1432 'http/http_auth_handler_basic_unittest.cc', |
| 1427 'http/http_auth_handler_digest_unittest.cc', | 1433 'http/http_auth_handler_digest_unittest.cc', |
| (...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1824 'base/mac/url_conversions_unittest.mm', | 1830 'base/mac/url_conversions_unittest.mm', |
| 1825 ], | 1831 ], |
| 1826 'net_docs_script': 'tools/net_docs/net_docs.py', | 1832 'net_docs_script': 'tools/net_docs/net_docs.py', |
| 1827 'net_docs_sources': [ | 1833 'net_docs_sources': [ |
| 1828 'README.md', | 1834 'README.md', |
| 1829 'sdch/README.md', | 1835 'sdch/README.md', |
| 1830 ], | 1836 ], |
| 1831 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1837 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1832 } | 1838 } |
| 1833 } | 1839 } |
| OLD | NEW |