| 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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 'ftp/ftp_response_info.cc', | 558 'ftp/ftp_response_info.cc', |
| 559 'ftp/ftp_response_info.h', | 559 'ftp/ftp_response_info.h', |
| 560 'ftp/ftp_server_type_histograms.cc', | 560 'ftp/ftp_server_type_histograms.cc', |
| 561 'ftp/ftp_server_type_histograms.h', | 561 'ftp/ftp_server_type_histograms.h', |
| 562 'ftp/ftp_transaction.h', | 562 'ftp/ftp_transaction.h', |
| 563 'ftp/ftp_transaction_factory.h', | 563 'ftp/ftp_transaction_factory.h', |
| 564 'ftp/ftp_util.cc', | 564 'ftp/ftp_util.cc', |
| 565 'ftp/ftp_util.h', | 565 'ftp/ftp_util.h', |
| 566 'http/des.cc', | 566 'http/des.cc', |
| 567 'http/des.h', | 567 'http/des.h', |
| 568 'http/disk_based_cert_cache.cc', | |
| 569 'http/disk_based_cert_cache.h', | |
| 570 'http/disk_cache_based_quic_server_info.cc', | 568 'http/disk_cache_based_quic_server_info.cc', |
| 571 'http/disk_cache_based_quic_server_info.h', | 569 'http/disk_cache_based_quic_server_info.h', |
| 572 'http/failing_http_transaction_factory.cc', | 570 'http/failing_http_transaction_factory.cc', |
| 573 'http/failing_http_transaction_factory.h', | 571 'http/failing_http_transaction_factory.h', |
| 574 'http/http_atom_list.h', | 572 'http/http_atom_list.h', |
| 575 'http/http_auth.cc', | 573 'http/http_auth.cc', |
| 576 'http/http_auth.h', | 574 'http/http_auth.h', |
| 577 'http/http_auth_cache.cc', | 575 'http/http_auth_cache.cc', |
| 578 'http/http_auth_cache.h', | 576 'http/http_auth_cache.h', |
| 579 'http/http_auth_controller.cc', | 577 'http/http_auth_controller.cc', |
| (...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1336 'ftp/ftp_directory_listing_parser_ls_unittest.cc', | 1334 'ftp/ftp_directory_listing_parser_ls_unittest.cc', |
| 1337 'ftp/ftp_directory_listing_parser_netware_unittest.cc', | 1335 'ftp/ftp_directory_listing_parser_netware_unittest.cc', |
| 1338 'ftp/ftp_directory_listing_parser_os2_unittest.cc', | 1336 'ftp/ftp_directory_listing_parser_os2_unittest.cc', |
| 1339 'ftp/ftp_directory_listing_parser_unittest.cc', | 1337 'ftp/ftp_directory_listing_parser_unittest.cc', |
| 1340 'ftp/ftp_directory_listing_parser_unittest.h', | 1338 'ftp/ftp_directory_listing_parser_unittest.h', |
| 1341 'ftp/ftp_directory_listing_parser_vms_unittest.cc', | 1339 'ftp/ftp_directory_listing_parser_vms_unittest.cc', |
| 1342 'ftp/ftp_directory_listing_parser_windows_unittest.cc', | 1340 'ftp/ftp_directory_listing_parser_windows_unittest.cc', |
| 1343 'ftp/ftp_network_transaction_unittest.cc', | 1341 'ftp/ftp_network_transaction_unittest.cc', |
| 1344 'ftp/ftp_util_unittest.cc', | 1342 'ftp/ftp_util_unittest.cc', |
| 1345 'http/des_unittest.cc', | 1343 'http/des_unittest.cc', |
| 1346 'http/disk_based_cert_cache_unittest.cc', | |
| 1347 'http/disk_cache_based_quic_server_info_unittest.cc', | 1344 'http/disk_cache_based_quic_server_info_unittest.cc', |
| 1348 'http/http_auth_cache_unittest.cc', | 1345 'http/http_auth_cache_unittest.cc', |
| 1349 'http/http_auth_challenge_tokenizer_unittest.cc', | 1346 'http/http_auth_challenge_tokenizer_unittest.cc', |
| 1350 'http/http_auth_controller_unittest.cc', | 1347 'http/http_auth_controller_unittest.cc', |
| 1351 'http/http_auth_filter_unittest.cc', | 1348 'http/http_auth_filter_unittest.cc', |
| 1352 'http/http_auth_gssapi_posix_unittest.cc', | 1349 'http/http_auth_gssapi_posix_unittest.cc', |
| 1353 'http/http_auth_handler_basic_unittest.cc', | 1350 'http/http_auth_handler_basic_unittest.cc', |
| 1354 'http/http_auth_handler_digest_unittest.cc', | 1351 'http/http_auth_handler_digest_unittest.cc', |
| 1355 'http/http_auth_handler_factory_unittest.cc', | 1352 'http/http_auth_handler_factory_unittest.cc', |
| 1356 'http/http_auth_handler_mock.cc', | 1353 'http/http_auth_handler_mock.cc', |
| (...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1713 'tools/quic/test_tools/quic_test_client.h', | 1710 'tools/quic/test_tools/quic_test_client.h', |
| 1714 'tools/quic/test_tools/quic_test_utils.cc', | 1711 'tools/quic/test_tools/quic_test_utils.cc', |
| 1715 'tools/quic/test_tools/quic_test_utils.h', | 1712 'tools/quic/test_tools/quic_test_utils.h', |
| 1716 'tools/quic/test_tools/server_thread.h', | 1713 'tools/quic/test_tools/server_thread.h', |
| 1717 'tools/quic/test_tools/server_thread.cc', | 1714 'tools/quic/test_tools/server_thread.cc', |
| 1718 'tools/quic/test_tools/simple_client.h', | 1715 'tools/quic/test_tools/simple_client.h', |
| 1719 'tools/quic/test_tools/simple_client.cc', | 1716 'tools/quic/test_tools/simple_client.cc', |
| 1720 ], | 1717 ], |
| 1721 } | 1718 } |
| 1722 } | 1719 } |
| OLD | NEW |