| 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 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 620 'ftp/ftp_network_transaction.h', | 620 'ftp/ftp_network_transaction.h', |
| 621 'ftp/ftp_request_info.h', | 621 'ftp/ftp_request_info.h', |
| 622 'ftp/ftp_response_info.cc', | 622 'ftp/ftp_response_info.cc', |
| 623 'ftp/ftp_response_info.h', | 623 'ftp/ftp_response_info.h', |
| 624 'ftp/ftp_server_type_histograms.cc', | 624 'ftp/ftp_server_type_histograms.cc', |
| 625 'ftp/ftp_server_type_histograms.h', | 625 'ftp/ftp_server_type_histograms.h', |
| 626 'ftp/ftp_transaction.h', | 626 'ftp/ftp_transaction.h', |
| 627 'ftp/ftp_transaction_factory.h', | 627 'ftp/ftp_transaction_factory.h', |
| 628 'ftp/ftp_util.cc', | 628 'ftp/ftp_util.cc', |
| 629 'ftp/ftp_util.h', | 629 'ftp/ftp_util.h', |
| 630 'http/certificate_report_sender.h', |
| 631 'http/certificate_report_sender_impl.cc', |
| 632 'http/certificate_report_sender_impl.h', |
| 630 'http/des.cc', | 633 'http/des.cc', |
| 631 'http/des.h', | 634 'http/des.h', |
| 632 'http/disk_based_cert_cache.cc', | 635 'http/disk_based_cert_cache.cc', |
| 633 'http/disk_based_cert_cache.h', | 636 'http/disk_based_cert_cache.h', |
| 634 'http/disk_cache_based_quic_server_info.cc', | 637 'http/disk_cache_based_quic_server_info.cc', |
| 635 'http/disk_cache_based_quic_server_info.h', | 638 'http/disk_cache_based_quic_server_info.h', |
| 636 'http/failing_http_transaction_factory.cc', | 639 'http/failing_http_transaction_factory.cc', |
| 637 'http/failing_http_transaction_factory.h', | 640 'http/failing_http_transaction_factory.h', |
| 638 'http/http_auth.cc', | 641 'http/http_auth.cc', |
| 639 'http/http_auth.h', | 642 'http/http_auth.h', |
| (...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1414 'ftp/ftp_ctrl_response_buffer_unittest.cc', | 1417 'ftp/ftp_ctrl_response_buffer_unittest.cc', |
| 1415 'ftp/ftp_directory_listing_parser_ls_unittest.cc', | 1418 'ftp/ftp_directory_listing_parser_ls_unittest.cc', |
| 1416 'ftp/ftp_directory_listing_parser_netware_unittest.cc', | 1419 'ftp/ftp_directory_listing_parser_netware_unittest.cc', |
| 1417 'ftp/ftp_directory_listing_parser_os2_unittest.cc', | 1420 'ftp/ftp_directory_listing_parser_os2_unittest.cc', |
| 1418 'ftp/ftp_directory_listing_parser_unittest.cc', | 1421 'ftp/ftp_directory_listing_parser_unittest.cc', |
| 1419 'ftp/ftp_directory_listing_parser_unittest.h', | 1422 'ftp/ftp_directory_listing_parser_unittest.h', |
| 1420 'ftp/ftp_directory_listing_parser_vms_unittest.cc', | 1423 'ftp/ftp_directory_listing_parser_vms_unittest.cc', |
| 1421 'ftp/ftp_directory_listing_parser_windows_unittest.cc', | 1424 'ftp/ftp_directory_listing_parser_windows_unittest.cc', |
| 1422 'ftp/ftp_network_transaction_unittest.cc', | 1425 'ftp/ftp_network_transaction_unittest.cc', |
| 1423 'ftp/ftp_util_unittest.cc', | 1426 'ftp/ftp_util_unittest.cc', |
| 1427 'http/certificate_report_sender_impl_unittest.cc', |
| 1424 'http/des_unittest.cc', | 1428 'http/des_unittest.cc', |
| 1425 'http/disk_based_cert_cache_unittest.cc', | 1429 'http/disk_based_cert_cache_unittest.cc', |
| 1426 'http/disk_cache_based_quic_server_info_unittest.cc', | 1430 'http/disk_cache_based_quic_server_info_unittest.cc', |
| 1427 'http/http_auth_cache_unittest.cc', | 1431 'http/http_auth_cache_unittest.cc', |
| 1428 'http/http_auth_challenge_tokenizer_unittest.cc', | 1432 'http/http_auth_challenge_tokenizer_unittest.cc', |
| 1429 'http/http_auth_controller_unittest.cc', | 1433 'http/http_auth_controller_unittest.cc', |
| 1430 'http/http_auth_filter_unittest.cc', | 1434 'http/http_auth_filter_unittest.cc', |
| 1431 'http/http_auth_gssapi_posix_unittest.cc', | 1435 'http/http_auth_gssapi_posix_unittest.cc', |
| 1432 'http/http_auth_handler_basic_unittest.cc', | 1436 'http/http_auth_handler_basic_unittest.cc', |
| 1433 'http/http_auth_handler_digest_unittest.cc', | 1437 'http/http_auth_handler_digest_unittest.cc', |
| (...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1831 'base/mac/url_conversions_unittest.mm', | 1835 'base/mac/url_conversions_unittest.mm', |
| 1832 ], | 1836 ], |
| 1833 'net_docs_script': 'tools/net_docs/net_docs.py', | 1837 'net_docs_script': 'tools/net_docs/net_docs.py', |
| 1834 'net_docs_sources': [ | 1838 'net_docs_sources': [ |
| 1835 'README.md', | 1839 'README.md', |
| 1836 'sdch/README.md', | 1840 'sdch/README.md', |
| 1837 ], | 1841 ], |
| 1838 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1842 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1839 } | 1843 } |
| 1840 } | 1844 } |
| OLD | NEW |