| 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 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 556 'ftp/ftp_response_info.cc', | 556 'ftp/ftp_response_info.cc', |
| 557 'ftp/ftp_response_info.h', | 557 'ftp/ftp_response_info.h', |
| 558 'ftp/ftp_server_type_histograms.cc', | 558 'ftp/ftp_server_type_histograms.cc', |
| 559 'ftp/ftp_server_type_histograms.h', | 559 'ftp/ftp_server_type_histograms.h', |
| 560 'ftp/ftp_transaction.h', | 560 'ftp/ftp_transaction.h', |
| 561 'ftp/ftp_transaction_factory.h', | 561 'ftp/ftp_transaction_factory.h', |
| 562 'ftp/ftp_util.cc', | 562 'ftp/ftp_util.cc', |
| 563 'ftp/ftp_util.h', | 563 'ftp/ftp_util.h', |
| 564 'http/des.cc', | 564 'http/des.cc', |
| 565 'http/des.h', | 565 'http/des.h', |
| 566 'http/disk_based_cert_cache.cc', |
| 567 'http/disk_based_cert_cache.h', |
| 566 'http/disk_cache_based_quic_server_info.cc', | 568 'http/disk_cache_based_quic_server_info.cc', |
| 567 'http/disk_cache_based_quic_server_info.h', | 569 'http/disk_cache_based_quic_server_info.h', |
| 568 'http/failing_http_transaction_factory.cc', | 570 'http/failing_http_transaction_factory.cc', |
| 569 'http/failing_http_transaction_factory.h', | 571 'http/failing_http_transaction_factory.h', |
| 570 'http/http_atom_list.h', | 572 'http/http_atom_list.h', |
| 571 'http/http_auth.cc', | 573 'http/http_auth.cc', |
| 572 'http/http_auth.h', | 574 'http/http_auth.h', |
| 573 'http/http_auth_cache.cc', | 575 'http/http_auth_cache.cc', |
| 574 'http/http_auth_cache.h', | 576 'http/http_auth_cache.h', |
| 575 'http/http_auth_controller.cc', | 577 'http/http_auth_controller.cc', |
| (...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1324 'ftp/ftp_directory_listing_parser_ls_unittest.cc', | 1326 'ftp/ftp_directory_listing_parser_ls_unittest.cc', |
| 1325 'ftp/ftp_directory_listing_parser_netware_unittest.cc', | 1327 'ftp/ftp_directory_listing_parser_netware_unittest.cc', |
| 1326 'ftp/ftp_directory_listing_parser_os2_unittest.cc', | 1328 'ftp/ftp_directory_listing_parser_os2_unittest.cc', |
| 1327 'ftp/ftp_directory_listing_parser_unittest.cc', | 1329 'ftp/ftp_directory_listing_parser_unittest.cc', |
| 1328 'ftp/ftp_directory_listing_parser_unittest.h', | 1330 'ftp/ftp_directory_listing_parser_unittest.h', |
| 1329 'ftp/ftp_directory_listing_parser_vms_unittest.cc', | 1331 'ftp/ftp_directory_listing_parser_vms_unittest.cc', |
| 1330 'ftp/ftp_directory_listing_parser_windows_unittest.cc', | 1332 'ftp/ftp_directory_listing_parser_windows_unittest.cc', |
| 1331 'ftp/ftp_network_transaction_unittest.cc', | 1333 'ftp/ftp_network_transaction_unittest.cc', |
| 1332 'ftp/ftp_util_unittest.cc', | 1334 'ftp/ftp_util_unittest.cc', |
| 1333 'http/des_unittest.cc', | 1335 'http/des_unittest.cc', |
| 1336 'http/disk_based_cert_cache_unittest.cc', |
| 1334 'http/disk_cache_based_quic_server_info_unittest.cc', | 1337 'http/disk_cache_based_quic_server_info_unittest.cc', |
| 1335 'http/http_auth_cache_unittest.cc', | 1338 'http/http_auth_cache_unittest.cc', |
| 1336 'http/http_auth_challenge_tokenizer_unittest.cc', | 1339 'http/http_auth_challenge_tokenizer_unittest.cc', |
| 1337 'http/http_auth_controller_unittest.cc', | 1340 'http/http_auth_controller_unittest.cc', |
| 1338 'http/http_auth_filter_unittest.cc', | 1341 'http/http_auth_filter_unittest.cc', |
| 1339 'http/http_auth_gssapi_posix_unittest.cc', | 1342 'http/http_auth_gssapi_posix_unittest.cc', |
| 1340 'http/http_auth_handler_basic_unittest.cc', | 1343 'http/http_auth_handler_basic_unittest.cc', |
| 1341 'http/http_auth_handler_digest_unittest.cc', | 1344 'http/http_auth_handler_digest_unittest.cc', |
| 1342 'http/http_auth_handler_factory_unittest.cc', | 1345 'http/http_auth_handler_factory_unittest.cc', |
| 1343 'http/http_auth_handler_mock.cc', | 1346 'http/http_auth_handler_mock.cc', |
| (...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1706 'tools/quic/test_tools/quic_test_client.h', | 1709 'tools/quic/test_tools/quic_test_client.h', |
| 1707 'tools/quic/test_tools/quic_test_utils.cc', | 1710 'tools/quic/test_tools/quic_test_utils.cc', |
| 1708 'tools/quic/test_tools/quic_test_utils.h', | 1711 'tools/quic/test_tools/quic_test_utils.h', |
| 1709 'tools/quic/test_tools/server_thread.h', | 1712 'tools/quic/test_tools/server_thread.h', |
| 1710 'tools/quic/test_tools/server_thread.cc', | 1713 'tools/quic/test_tools/server_thread.cc', |
| 1711 'tools/quic/test_tools/simple_client.h', | 1714 'tools/quic/test_tools/simple_client.h', |
| 1712 'tools/quic/test_tools/simple_client.cc', | 1715 'tools/quic/test_tools/simple_client.cc', |
| 1713 ], | 1716 ], |
| 1714 } | 1717 } |
| 1715 } | 1718 } |
| OLD | NEW |