| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'linux_link_kerberos%': 0, | 8 'linux_link_kerberos%': 0, |
| 9 'conditions': [ | 9 'conditions': [ |
| 10 ['chromeos==1 or embedded==1 or OS=="ios"', { | 10 ['chromeos==1 or embedded==1 or OS=="ios"', { |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 'proxy/proxy_config_service_linux_unittest.cc', | 207 'proxy/proxy_config_service_linux_unittest.cc', |
| 208 ], | 208 ], |
| 209 }], | 209 }], |
| 210 [ 'OS == "android"', { | 210 [ 'OS == "android"', { |
| 211 'dependencies': [ | 211 'dependencies': [ |
| 212 'net_javatests', | 212 'net_javatests', |
| 213 ], | 213 ], |
| 214 }], | 214 }], |
| 215 [ 'use_nss_certs != 1', { | 215 [ 'use_nss_certs != 1', { |
| 216 'sources!': [ | 216 'sources!': [ |
| 217 'cert/nss_cert_database_chromeos_unittest.cc', |
| 217 'cert/nss_cert_database_unittest.cc', | 218 'cert/nss_cert_database_unittest.cc', |
| 218 'cert/nss_cert_database_chromeos_unittest.cc', | |
| 219 'cert/nss_profile_filter_chromeos_unittest.cc', | 219 'cert/nss_profile_filter_chromeos_unittest.cc', |
| 220 'ssl/client_cert_store_nss_unittest.cc', | 220 'ssl/client_cert_store_nss_unittest.cc', |
| 221 ], | 221 ], |
| 222 }], | 222 }], |
| 223 [ 'use_nss_certs == 1', { | 223 [ 'use_nss_certs == 1', { |
| 224 'conditions': [ | 224 'conditions': [ |
| 225 [ 'desktop_linux == 1 or chromeos == 1', { | 225 [ 'desktop_linux == 1 or chromeos == 1', { |
| 226 'dependencies': [ | 226 'dependencies': [ |
| 227 '../build/linux/system.gyp:nss', | 227 '../build/linux/system.gyp:nss', |
| 228 ], | 228 ], |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 'test_data_files': [ | 376 'test_data_files': [ |
| 377 '<@(net_test_support_data_sources)', | 377 '<@(net_test_support_data_sources)', |
| 378 '<@(net_unittests_data_sources)', | 378 '<@(net_unittests_data_sources)', |
| 379 ], | 379 ], |
| 380 'test_data_prefix': 'net', | 380 'test_data_prefix': 'net', |
| 381 }, | 381 }, |
| 382 'includes': [ '../build/copy_test_data_ios.gypi' ], | 382 'includes': [ '../build/copy_test_data_ios.gypi' ], |
| 383 }, | 383 }, |
| 384 ], | 384 ], |
| 385 'sources!': [ | 385 'sources!': [ |
| 386 # Need TestServer. |
| 387 "cert_net/cert_net_fetcher_impl_unittest.cc", |
| 386 # TODO(droger): The following tests are disabled because the | 388 # TODO(droger): The following tests are disabled because the |
| 387 # implementation is missing or incomplete. | 389 # implementation is missing or incomplete. |
| 388 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. | 390 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. |
| 389 'base/keygen_handler_unittest.cc', | 391 'base/keygen_handler_unittest.cc', |
| 390 'disk_cache/backend_unittest.cc', | 392 'disk_cache/backend_unittest.cc', |
| 391 'disk_cache/blockfile/block_files_unittest.cc', | 393 'disk_cache/blockfile/block_files_unittest.cc', |
| 392 # Need to read input data files. | 394 # Need to read input data files. |
| 393 'filter/brotli_filter_unittest.cc', | 395 'filter/brotli_filter_unittest.cc', |
| 394 'filter/gzip_filter_unittest.cc', | 396 'filter/gzip_filter_unittest.cc', |
| 395 # Need TestServer. | |
| 396 "cert_net/cert_net_fetcher_impl_unittest.cc", | |
| 397 'proxy/proxy_script_fetcher_impl_unittest.cc', | 397 'proxy/proxy_script_fetcher_impl_unittest.cc', |
| 398 'socket/ssl_client_socket_unittest.cc', | 398 'socket/ssl_client_socket_unittest.cc', |
| 399 'socket/ssl_server_socket_unittest.cc', | 399 'socket/ssl_server_socket_unittest.cc', |
| 400 'spdy/fuzzing/hpack_fuzz_util_test.cc', | 400 'spdy/fuzzing/hpack_fuzz_util_test.cc', |
| 401 # Needs GetAppOutput(). | 401 # Needs GetAppOutput(). |
| 402 'test/python_utils_unittest.cc', | 402 'test/python_utils_unittest.cc', |
| 403 'url_request/url_fetcher_impl_unittest.cc', | 403 'url_request/url_fetcher_impl_unittest.cc', |
| 404 'url_request/url_request_context_builder_unittest.cc', | 404 'url_request/url_request_context_builder_unittest.cc', |
| 405 | 405 |
| 406 # The following tests are disabled because they don't apply to | 406 # The following tests are disabled because they don't apply to |
| (...skipping 21 matching lines...) Expand all Loading... |
| 428 'base/filename_util_unittest.cc', | 428 'base/filename_util_unittest.cc', |
| 429 'url_request/url_request_job_unittest.cc', | 429 'url_request/url_request_job_unittest.cc', |
| 430 ], | 430 ], |
| 431 }], | 431 }], |
| 432 # Unit tests that are not supported by the current ICU alternatives on i
OS. | 432 # Unit tests that are not supported by the current ICU alternatives on i
OS. |
| 433 ['OS == "ios" and use_platform_icu_alternatives == 1', { | 433 ['OS == "ios" and use_platform_icu_alternatives == 1', { |
| 434 'sources!': [ | 434 'sources!': [ |
| 435 'base/filename_util_unittest.cc', | 435 'base/filename_util_unittest.cc', |
| 436 'base/url_util_unittest.cc', | 436 'base/url_util_unittest.cc', |
| 437 'cert/x509_certificate_unittest.cc', | 437 'cert/x509_certificate_unittest.cc', |
| 438 'socket/ssl_client_socket_pool_unittest.cc', | |
| 439 'http/http_auth_handler_basic_unittest.cc', | 438 'http/http_auth_handler_basic_unittest.cc', |
| 440 'http/http_auth_handler_digest_unittest.cc', | 439 'http/http_auth_handler_digest_unittest.cc', |
| 441 'http/http_auth_handler_factory_unittest.cc', | 440 'http/http_auth_handler_factory_unittest.cc', |
| 442 'http/http_auth_unittest.cc', | 441 'http/http_auth_unittest.cc', |
| 443 'http/http_content_disposition_unittest.cc', | 442 'http/http_content_disposition_unittest.cc', |
| 444 'http/http_network_transaction_unittest.cc', | 443 'http/http_network_transaction_unittest.cc', |
| 445 'http/http_proxy_client_socket_pool_unittest.cc', | 444 'http/http_proxy_client_socket_pool_unittest.cc', |
| 445 'socket/ssl_client_socket_pool_unittest.cc', |
| 446 'spdy/spdy_network_transaction_unittest.cc', | 446 'spdy/spdy_network_transaction_unittest.cc', |
| 447 'spdy/spdy_proxy_client_socket_unittest.cc', | 447 'spdy/spdy_proxy_client_socket_unittest.cc', |
| 448 'url_request/url_request_job_unittest.cc', | 448 'url_request/url_request_job_unittest.cc', |
| 449 'url_request/url_request_unittest.cc', | 449 'url_request/url_request_unittest.cc', |
| 450 ], | 450 ], |
| 451 }], | 451 }], |
| 452 # Exclude brotli test if the support for brotli is disabled. | 452 # Exclude brotli test if the support for brotli is disabled. |
| 453 ['disable_brotli_filter == 1', { | 453 ['disable_brotli_filter == 1', { |
| 454 'sources!': [ | 454 'sources!': [ |
| 455 'filter/brotli_filter_unittest.cc', | 455 'filter/brotli_filter_unittest.cc', |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 548 '../testing/gtest.gyp:gtest', | 548 '../testing/gtest.gyp:gtest', |
| 549 '../testing/gmock.gyp:gmock', | 549 '../testing/gmock.gyp:gmock', |
| 550 ], | 550 ], |
| 551 'sources': [ | 551 'sources': [ |
| 552 'base/load_timing_info_test_util.cc', | 552 'base/load_timing_info_test_util.cc', |
| 553 'base/load_timing_info_test_util.h', | 553 'base/load_timing_info_test_util.h', |
| 554 'base/mock_file_stream.cc', | 554 'base/mock_file_stream.cc', |
| 555 'base/mock_file_stream.h', | 555 'base/mock_file_stream.h', |
| 556 'base/test_completion_callback.cc', | 556 'base/test_completion_callback.cc', |
| 557 'base/test_completion_callback.h', | 557 'base/test_completion_callback.h', |
| 558 'base/test_data_directory.cc', | |
| 559 'base/test_data_directory.h', | |
| 560 'cert/mock_cert_verifier.cc', | 558 'cert/mock_cert_verifier.cc', |
| 561 'cert/mock_cert_verifier.h', | 559 'cert/mock_cert_verifier.h', |
| 562 'cert/mock_client_cert_verifier.cc', | 560 'cert/mock_client_cert_verifier.cc', |
| 563 'cert/mock_client_cert_verifier.h', | 561 'cert/mock_client_cert_verifier.h', |
| 564 'cookies/cookie_monster_store_test.cc', | 562 'cookies/cookie_monster_store_test.cc', |
| 565 'cookies/cookie_monster_store_test.h', | 563 'cookies/cookie_monster_store_test.h', |
| 566 'cookies/cookie_store_test_callbacks.cc', | 564 'cookies/cookie_store_test_callbacks.cc', |
| 567 'cookies/cookie_store_test_callbacks.h', | 565 'cookies/cookie_store_test_callbacks.h', |
| 568 'cookies/cookie_store_test_helpers.cc', | 566 'cookies/cookie_store_test_helpers.cc', |
| 569 'cookies/cookie_store_test_helpers.h', | 567 'cookies/cookie_store_test_helpers.h', |
| 570 'cookies/cookie_store_unittest.h', | 568 'cookies/cookie_store_unittest.h', |
| 571 'disk_cache/disk_cache_test_base.cc', | 569 'disk_cache/disk_cache_test_base.cc', |
| 572 'disk_cache/disk_cache_test_base.h', | 570 'disk_cache/disk_cache_test_base.h', |
| 573 'disk_cache/disk_cache_test_util.cc', | 571 'disk_cache/disk_cache_test_util.cc', |
| 574 'disk_cache/disk_cache_test_util.h', | 572 'disk_cache/disk_cache_test_util.h', |
| 575 'dns/dns_test_util.cc', | 573 'dns/dns_test_util.cc', |
| 576 'dns/dns_test_util.h', | 574 'dns/dns_test_util.h', |
| 577 'dns/mock_host_resolver.cc', | 575 'dns/mock_host_resolver.cc', |
| 578 'dns/mock_host_resolver.h', | 576 'dns/mock_host_resolver.h', |
| 579 'dns/mock_mdns_socket_factory.cc', | 577 'dns/mock_mdns_socket_factory.cc', |
| 580 'dns/mock_mdns_socket_factory.h', | 578 'dns/mock_mdns_socket_factory.h', |
| 579 'http/http_stream_factory_test_util.cc', |
| 580 'http/http_stream_factory_test_util.h', |
| 581 'http/http_transaction_test_util.cc', | 581 'http/http_transaction_test_util.cc', |
| 582 'http/http_transaction_test_util.h', | 582 'http/http_transaction_test_util.h', |
| 583 'http/http_stream_factory_test_util.cc', | |
| 584 'http/http_stream_factory_test_util.h', | |
| 585 'log/test_net_log.cc', | 583 'log/test_net_log.cc', |
| 586 'log/test_net_log.h', | 584 'log/test_net_log.h', |
| 587 'log/test_net_log_entry.cc', | 585 'log/test_net_log_entry.cc', |
| 588 'log/test_net_log_entry.h', | 586 'log/test_net_log_entry.h', |
| 589 'log/test_net_log_util.cc', | 587 'log/test_net_log_util.cc', |
| 590 'log/test_net_log_util.h', | 588 'log/test_net_log_util.h', |
| 591 'proxy/mock_proxy_resolver.cc', | 589 'proxy/mock_proxy_resolver.cc', |
| 592 'proxy/mock_proxy_resolver.h', | 590 'proxy/mock_proxy_resolver.h', |
| 593 'proxy/mock_proxy_script_fetcher.cc', | 591 'proxy/mock_proxy_script_fetcher.cc', |
| 594 'proxy/mock_proxy_script_fetcher.h', | 592 'proxy/mock_proxy_script_fetcher.h', |
| (...skipping 29 matching lines...) Expand all Loading... |
| 624 'test/scoped_disable_exit_on_dfatal.cc', | 622 'test/scoped_disable_exit_on_dfatal.cc', |
| 625 'test/scoped_disable_exit_on_dfatal.h', | 623 'test/scoped_disable_exit_on_dfatal.h', |
| 626 'test/spawned_test_server/base_test_server.cc', | 624 'test/spawned_test_server/base_test_server.cc', |
| 627 'test/spawned_test_server/base_test_server.h', | 625 'test/spawned_test_server/base_test_server.h', |
| 628 'test/spawned_test_server/local_test_server.cc', | 626 'test/spawned_test_server/local_test_server.cc', |
| 629 'test/spawned_test_server/local_test_server.h', | 627 'test/spawned_test_server/local_test_server.h', |
| 630 'test/spawned_test_server/local_test_server_posix.cc', | 628 'test/spawned_test_server/local_test_server_posix.cc', |
| 631 'test/spawned_test_server/local_test_server_win.cc', | 629 'test/spawned_test_server/local_test_server_win.cc', |
| 632 'test/spawned_test_server/spawned_test_server.h', | 630 'test/spawned_test_server/spawned_test_server.h', |
| 633 'test/test_certificate_data.h', | 631 'test/test_certificate_data.h', |
| 632 'test/test_data_directory.cc', |
| 633 'test/test_data_directory.h', |
| 634 'test/url_request/ssl_certificate_error_job.cc', | 634 'test/url_request/ssl_certificate_error_job.cc', |
| 635 'test/url_request/ssl_certificate_error_job.h', | 635 'test/url_request/ssl_certificate_error_job.h', |
| 636 'test/url_request/url_request_failed_job.cc', | 636 'test/url_request/url_request_failed_job.cc', |
| 637 'test/url_request/url_request_failed_job.h', | 637 'test/url_request/url_request_failed_job.h', |
| 638 'test/url_request/url_request_hanging_read_job.cc', | 638 'test/url_request/url_request_hanging_read_job.cc', |
| 639 'test/url_request/url_request_hanging_read_job.h', | 639 'test/url_request/url_request_hanging_read_job.h', |
| 640 'test/url_request/url_request_mock_data_job.cc', | 640 'test/url_request/url_request_mock_data_job.cc', |
| 641 'test/url_request/url_request_mock_data_job.h', | 641 'test/url_request/url_request_mock_data_job.h', |
| 642 'test/url_request/url_request_slow_download_job.cc', | 642 'test/url_request/url_request_slow_download_job.cc', |
| 643 'test/url_request/url_request_slow_download_job.h', | 643 'test/url_request/url_request_slow_download_job.h', |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 'target_name': 'simple_quic_tools', | 819 'target_name': 'simple_quic_tools', |
| 820 'type': 'static_library', | 820 'type': 'static_library', |
| 821 'dependencies': [ | 821 'dependencies': [ |
| 822 '../base/base.gyp:base', | 822 '../base/base.gyp:base', |
| 823 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 823 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 824 '../url/url.gyp:url_lib', | 824 '../url/url.gyp:url_lib', |
| 825 'net', | 825 'net', |
| 826 'net_quic_proto', | 826 'net_quic_proto', |
| 827 ], | 827 ], |
| 828 'sources': [ | 828 'sources': [ |
| 829 'tools/quic/chlo_extractor.h', |
| 829 'tools/quic/chlo_extractor.cc', | 830 'tools/quic/chlo_extractor.cc', |
| 830 'tools/quic/chlo_extractor.h', | |
| 831 'tools/quic/quic_client_base.cc', | 831 'tools/quic/quic_client_base.cc', |
| 832 'tools/quic/quic_client_base.h', | 832 'tools/quic/quic_client_base.h', |
| 833 'tools/quic/quic_client_session.cc', | 833 'tools/quic/quic_client_session.cc', |
| 834 'tools/quic/quic_client_session.h', | 834 'tools/quic/quic_client_session.h', |
| 835 'tools/quic/quic_dispatcher.cc', | 835 'tools/quic/quic_dispatcher.cc', |
| 836 'tools/quic/quic_dispatcher.h', | 836 'tools/quic/quic_dispatcher.h', |
| 837 'tools/quic/quic_in_memory_cache.cc', | 837 'tools/quic/quic_in_memory_cache.cc', |
| 838 'tools/quic/quic_in_memory_cache.h', | 838 'tools/quic/quic_in_memory_cache.h', |
| 839 'tools/quic/quic_per_connection_packet_writer.cc', | 839 'tools/quic/quic_per_connection_packet_writer.cc', |
| 840 'tools/quic/quic_per_connection_packet_writer.h', | 840 'tools/quic/quic_per_connection_packet_writer.h', |
| 841 'tools/quic/quic_process_packet_interface.h', | 841 'tools/quic/quic_process_packet_interface.h', |
| 842 'tools/quic/quic_simple_client.cc', | 842 'tools/quic/quic_simple_client.cc', |
| 843 'tools/quic/quic_simple_client.h', | 843 'tools/quic/quic_simple_client.h', |
| 844 'tools/quic/quic_simple_per_connection_packet_writer.cc', | 844 'tools/quic/quic_simple_per_connection_packet_writer.cc', |
| 845 'tools/quic/quic_simple_per_connection_packet_writer.h', | 845 'tools/quic/quic_simple_per_connection_packet_writer.h', |
| 846 'tools/quic/quic_simple_server.cc', | 846 'tools/quic/quic_simple_server.cc', |
| 847 'tools/quic/quic_simple_server.h', | 847 'tools/quic/quic_simple_server.h', |
| 848 'tools/quic/quic_simple_server_packet_writer.cc', | 848 'tools/quic/quic_simple_server_packet_writer.cc', |
| 849 'tools/quic/quic_simple_server_packet_writer.h', | 849 'tools/quic/quic_simple_server_packet_writer.h', |
| 850 'tools/quic/quic_simple_server_session.cc', | 850 'tools/quic/quic_simple_server_session.cc', |
| 851 'tools/quic/quic_simple_server_session.h', | 851 'tools/quic/quic_simple_server_session.h', |
| 852 'tools/quic/quic_simple_server_session_helper.cc', | 852 'tools/quic/quic_simple_server_session_helper.cc', |
| 853 'tools/quic/quic_simple_server_session_helper.h', | 853 'tools/quic/quic_simple_server_session_helper.h', |
| 854 'tools/quic/quic_simple_server_stream.cc', |
| 855 'tools/quic/quic_simple_server_stream.h', |
| 854 'tools/quic/quic_spdy_client_stream.cc', | 856 'tools/quic/quic_spdy_client_stream.cc', |
| 855 'tools/quic/quic_spdy_client_stream.h', | 857 'tools/quic/quic_spdy_client_stream.h', |
| 856 'tools/quic/quic_simple_server_stream.cc', | |
| 857 'tools/quic/quic_simple_server_stream.h', | |
| 858 'tools/quic/quic_time_wait_list_manager.cc', | 858 'tools/quic/quic_time_wait_list_manager.cc', |
| 859 'tools/quic/quic_time_wait_list_manager.h', | 859 'tools/quic/quic_time_wait_list_manager.h', |
| 860 'tools/quic/synchronous_host_resolver.cc', | 860 'tools/quic/synchronous_host_resolver.cc', |
| 861 'tools/quic/synchronous_host_resolver.h', | 861 'tools/quic/synchronous_host_resolver.h', |
| 862 ], | 862 ], |
| 863 }, | 863 }, |
| 864 { | 864 { |
| 865 # GN version: //net:stale_while_revalidate_experiment_domains | 865 # GN version: //net:stale_while_revalidate_experiment_domains |
| 866 'target_name': 'stale_while_revalidate_experiment_domains', | 866 'target_name': 'stale_while_revalidate_experiment_domains', |
| 867 'type': 'static_library', | 867 'type': 'static_library', |
| (...skipping 905 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1773 '../build/isolate.gypi', | 1773 '../build/isolate.gypi', |
| 1774 ], | 1774 ], |
| 1775 'sources': [ | 1775 'sources': [ |
| 1776 'net_unittests.isolate', | 1776 'net_unittests.isolate', |
| 1777 ], | 1777 ], |
| 1778 }, | 1778 }, |
| 1779 ], | 1779 ], |
| 1780 }], | 1780 }], |
| 1781 ], | 1781 ], |
| 1782 } | 1782 } |
| OLD | NEW |