Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Side by Side Diff: net/BUILD.gn

Issue 935333002: Update from https://crrev.com/316786 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mojo/tools/roll/skia_build.patch ('k') | net/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 import("//build/config/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/module_args/v8.gni") 8 import("//build/module_args/v8.gni")
9 import("//url/config.gni") 9 import("//url/config.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 106
107 if (use_kerberos) { 107 if (use_kerberos) {
108 defines += [ "USE_KERBEROS" ] 108 defines += [ "USE_KERBEROS" ]
109 if (is_android) { 109 if (is_android) {
110 include_dirs += [ "/usr/include/kerberosV" ] 110 include_dirs += [ "/usr/include/kerberosV" ]
111 } 111 }
112 } else { 112 } else {
113 sources -= [ 113 sources -= [
114 "http/http_auth_gssapi_posix.cc", 114 "http/http_auth_gssapi_posix.cc",
115 "http/http_auth_gssapi_posix.h", 115 "http/http_auth_gssapi_posix.h",
116 "http/http_auth_handler_negotiate.cc",
116 "http/http_auth_handler_negotiate.h", 117 "http/http_auth_handler_negotiate.h",
117 "http/http_auth_handler_negotiate.cc",
118 ] 118 ]
119 } 119 }
120 120
121 if (is_posix) { 121 if (is_posix) {
122 if (posix_avoid_mmap) { 122 if (posix_avoid_mmap) {
123 sources -= [ "disk_cache/blockfile/mapped_file_posix.cc" ] 123 sources -= [ "disk_cache/blockfile/mapped_file_posix.cc" ]
124 } else { 124 } else {
125 sources -= [ "disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc" ] 125 sources -= [ "disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc" ]
126 } 126 }
127 } 127 }
128 128
129 if (disable_file_support) { 129 if (disable_file_support) {
130 sources -= [ 130 sources -= [
131 "base/directory_lister.cc", 131 "base/directory_lister.cc",
132 "base/directory_lister.h", 132 "base/directory_lister.h",
133 "url_request/file_protocol_handler.cc",
134 "url_request/file_protocol_handler.h",
133 "url_request/url_request_file_dir_job.cc", 135 "url_request/url_request_file_dir_job.cc",
134 "url_request/url_request_file_dir_job.h", 136 "url_request/url_request_file_dir_job.h",
135 "url_request/url_request_file_job.cc", 137 "url_request/url_request_file_job.cc",
136 "url_request/url_request_file_job.h", 138 "url_request/url_request_file_job.h",
137 "url_request/file_protocol_handler.cc",
138 "url_request/file_protocol_handler.h",
139 ] 139 ]
140 } 140 }
141 141
142 if (disable_ftp_support) { 142 if (disable_ftp_support) {
143 sources -= [ 143 sources -= [
144 "ftp/ftp_auth_cache.cc", 144 "ftp/ftp_auth_cache.cc",
145 "ftp/ftp_auth_cache.h", 145 "ftp/ftp_auth_cache.h",
146 "ftp/ftp_ctrl_response_buffer.cc", 146 "ftp/ftp_ctrl_response_buffer.cc",
147 "ftp/ftp_ctrl_response_buffer.h", 147 "ftp/ftp_ctrl_response_buffer.h",
148 "ftp/ftp_directory_listing_parser.cc", 148 "ftp/ftp_directory_listing_parser.cc",
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "websockets/websocket_errors.cc", 391 "websockets/websocket_errors.cc",
392 "websockets/websocket_errors.h", 392 "websockets/websocket_errors.h",
393 "websockets/websocket_extension.cc", 393 "websockets/websocket_extension.cc",
394 "websockets/websocket_extension.h", 394 "websockets/websocket_extension.h",
395 "websockets/websocket_extension_parser.cc", 395 "websockets/websocket_extension_parser.cc",
396 "websockets/websocket_extension_parser.h", 396 "websockets/websocket_extension_parser.h",
397 "websockets/websocket_frame.cc", 397 "websockets/websocket_frame.cc",
398 "websockets/websocket_frame.h", 398 "websockets/websocket_frame.h",
399 "websockets/websocket_frame_parser.cc", 399 "websockets/websocket_frame_parser.cc",
400 "websockets/websocket_frame_parser.h", 400 "websockets/websocket_frame_parser.h",
401 "websockets/websocket_handshake_challenge.cc",
402 "websockets/websocket_handshake_challenge.h",
401 "websockets/websocket_handshake_constants.cc", 403 "websockets/websocket_handshake_constants.cc",
402 "websockets/websocket_handshake_constants.h", 404 "websockets/websocket_handshake_constants.h",
403 "websockets/websocket_handshake_challenge.cc",
404 "websockets/websocket_handshake_challenge.h",
405 "websockets/websocket_handshake_request_info.cc", 405 "websockets/websocket_handshake_request_info.cc",
406 "websockets/websocket_handshake_request_info.h", 406 "websockets/websocket_handshake_request_info.h",
407 "websockets/websocket_handshake_response_info.cc", 407 "websockets/websocket_handshake_response_info.cc",
408 "websockets/websocket_handshake_response_info.h", 408 "websockets/websocket_handshake_response_info.h",
409 "websockets/websocket_handshake_stream_base.h", 409 "websockets/websocket_handshake_stream_base.h",
410 "websockets/websocket_handshake_stream_create_helper.cc", 410 "websockets/websocket_handshake_stream_create_helper.cc",
411 "websockets/websocket_handshake_stream_create_helper.h", 411 "websockets/websocket_handshake_stream_create_helper.h",
412 "websockets/websocket_inflater.cc", 412 "websockets/websocket_inflater.cc",
413 "websockets/websocket_inflater.h", 413 "websockets/websocket_inflater.h",
414 "websockets/websocket_mux.h", 414 "websockets/websocket_mux.h",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 "base/net_util_mac.cc", 470 "base/net_util_mac.cc",
471 "base/net_util_mac.h", 471 "base/net_util_mac.h",
472 "base/network_change_notifier_mac.cc", 472 "base/network_change_notifier_mac.cc",
473 "base/network_config_watcher_mac.cc", 473 "base/network_config_watcher_mac.cc",
474 "base/platform_mime_util_mac.mm", 474 "base/platform_mime_util_mac.mm",
475 "cert/cert_verify_proc_nss.cc", 475 "cert/cert_verify_proc_nss.cc",
476 "cert/cert_verify_proc_nss.h", 476 "cert/cert_verify_proc_nss.h",
477 "cert/test_root_certs_nss.cc", 477 "cert/test_root_certs_nss.cc",
478 "cert/x509_util_nss.cc", 478 "cert/x509_util_nss.cc",
479 "cert/x509_util_nss.h", 479 "cert/x509_util_nss.h",
480 "ocsp/nss_ocsp.cc",
481 "ocsp/nss_ocsp.h",
480 "proxy/proxy_resolver_mac.cc", 482 "proxy/proxy_resolver_mac.cc",
481 "proxy/proxy_server_mac.cc", 483 "proxy/proxy_server_mac.cc",
482 "ocsp/nss_ocsp.cc",
483 "ocsp/nss_ocsp.h",
484 ] 484 ]
485 set_sources_assignment_filter(sources_assignment_filter) 485 set_sources_assignment_filter(sources_assignment_filter)
486 486
487 sources -= [ "disk_cache/blockfile/file_posix.cc" ] 487 sources -= [ "disk_cache/blockfile/file_posix.cc" ]
488 libs = [ 488 libs = [
489 "CFNetwork.framework", 489 "CFNetwork.framework",
490 "MobileCoreServices.framework", 490 "MobileCoreServices.framework",
491 "Security.framework", 491 "Security.framework",
492 "SystemConfiguration.framework", 492 "SystemConfiguration.framework",
493 "resolv", 493 "resolv",
494 ] 494 ]
495 } 495 }
496 496
497 if (is_ios || is_mac) { 497 if (is_ios || is_mac) {
498 sources += gypi_values.net_base_mac_ios_sources 498 sources += gypi_values.net_base_mac_ios_sources
499 } 499 }
500 500
501 if (is_android) { 501 if (is_android) {
502 # Add some Linux sources that were excluded by the filter, but which 502 # Add some Linux sources that were excluded by the filter, but which
503 # are needed. 503 # are needed.
504 set_sources_assignment_filter([]) 504 set_sources_assignment_filter([])
505 sources += [ 505 sources += [
506 "base/platform_mime_util_linux.cc",
507 "base/address_tracker_linux.cc", 506 "base/address_tracker_linux.cc",
508 "base/address_tracker_linux.h", 507 "base/address_tracker_linux.h",
509 "base/net_util_linux.cc", 508 "base/net_util_linux.cc",
510 "base/net_util_linux.h", 509 "base/net_util_linux.h",
510 "base/platform_mime_util_linux.cc",
511 ] 511 ]
512 set_sources_assignment_filter(sources_assignment_filter) 512 set_sources_assignment_filter(sources_assignment_filter)
513 513
514 if (!is_android_webview_build) { 514 if (!is_android_webview_build) {
515 deps += [ ":net_jni_headers" ] 515 deps += [ ":net_jni_headers" ]
516 } 516 }
517 } 517 }
518 518
519 if (use_icu_alternatives_on_android) { 519 if (use_icu_alternatives_on_android) {
520 deps -= [ 520 deps -= [
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 sources = [ 586 sources = [
587 "tools/dump_cache/cache_dumper.cc", 587 "tools/dump_cache/cache_dumper.cc",
588 "tools/dump_cache/cache_dumper.h", 588 "tools/dump_cache/cache_dumper.h",
589 "tools/dump_cache/dump_cache.cc", 589 "tools/dump_cache/dump_cache.cc",
590 "tools/dump_cache/dump_files.cc", 590 "tools/dump_cache/dump_files.cc",
591 "tools/dump_cache/dump_files.h", 591 "tools/dump_cache/dump_files.h",
592 "tools/dump_cache/simple_cache_dumper.cc", 592 "tools/dump_cache/simple_cache_dumper.cc",
593 "tools/dump_cache/simple_cache_dumper.h", 593 "tools/dump_cache/simple_cache_dumper.h",
594 "tools/dump_cache/url_to_filename_encoder.cc", 594 "tools/dump_cache/url_to_filename_encoder.cc",
595 "tools/dump_cache/url_to_filename_encoder.h", 595 "tools/dump_cache/url_to_filename_encoder.h",
596 "tools/dump_cache/url_utilities.cc",
596 "tools/dump_cache/url_utilities.h", 597 "tools/dump_cache/url_utilities.h",
597 "tools/dump_cache/url_utilities.cc",
598 ] 598 ]
599 599
600 configs += [ ":net_win_size_truncation" ] 600 configs += [ ":net_win_size_truncation" ]
601 601
602 deps = [ 602 deps = [
603 "//base", 603 "//base",
604 ":net", 604 ":net",
605 ":test_support", 605 ":test_support",
606 ] 606 ]
607 } 607 }
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 "test/embedded_test_server/http_request.cc", 663 "test/embedded_test_server/http_request.cc",
664 "test/embedded_test_server/http_request.h", 664 "test/embedded_test_server/http_request.h",
665 "test/embedded_test_server/http_response.cc", 665 "test/embedded_test_server/http_response.cc",
666 "test/embedded_test_server/http_response.h", 666 "test/embedded_test_server/http_response.h",
667 "test/net_test_suite.cc", 667 "test/net_test_suite.cc",
668 "test/net_test_suite.h", 668 "test/net_test_suite.h",
669 "test/python_utils.cc", 669 "test/python_utils.cc",
670 "test/python_utils.h", 670 "test/python_utils.h",
671 "test/spawned_test_server/base_test_server.cc", 671 "test/spawned_test_server/base_test_server.cc",
672 "test/spawned_test_server/base_test_server.h", 672 "test/spawned_test_server/base_test_server.h",
673 "test/spawned_test_server/local_test_server.cc",
674 "test/spawned_test_server/local_test_server.h",
673 "test/spawned_test_server/local_test_server_posix.cc", 675 "test/spawned_test_server/local_test_server_posix.cc",
674 "test/spawned_test_server/local_test_server_win.cc", 676 "test/spawned_test_server/local_test_server_win.cc",
675 "test/spawned_test_server/local_test_server.cc",
676 "test/spawned_test_server/local_test_server.h",
677 "test/spawned_test_server/remote_test_server.cc", 677 "test/spawned_test_server/remote_test_server.cc",
678 "test/spawned_test_server/remote_test_server.h", 678 "test/spawned_test_server/remote_test_server.h",
679 "test/spawned_test_server/spawned_test_server.h", 679 "test/spawned_test_server/spawned_test_server.h",
680 "test/spawned_test_server/spawner_communicator.cc", 680 "test/spawned_test_server/spawner_communicator.cc",
681 "test/spawned_test_server/spawner_communicator.h", 681 "test/spawned_test_server/spawner_communicator.h",
682 "test/url_request/url_request_failed_job.cc", 682 "test/url_request/url_request_failed_job.cc",
683 "test/url_request/url_request_failed_job.h", 683 "test/url_request/url_request_failed_job.h",
684 "test/url_request/url_request_mock_data_job.cc", 684 "test/url_request/url_request_mock_data_job.cc",
685 "test/url_request/url_request_mock_data_job.h", 685 "test/url_request/url_request_mock_data_job.h",
686 "test/url_request/url_request_mock_http_job.cc", 686 "test/url_request/url_request_mock_http_job.cc",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 ] 787 ]
788 deps = [ 788 deps = [
789 "//base", 789 "//base",
790 "//gin", 790 "//gin",
791 "//url", 791 "//url",
792 "//v8", 792 "//v8",
793 ] 793 ]
794 } 794 }
795 } 795 }
796 796
797 if (use_v8_in_net && !is_android) {
798 source_set("net_browser_services") {
799 sources = [
800 "dns/mojo_host_resolver_impl.cc",
801 "dns/mojo_host_resolver_impl.h",
802 ]
803
804 public_deps = [
805 ":mojo_type_converters",
806 ":net",
807 "//net/interfaces",
808 "//mojo/public/cpp/bindings",
809 ]
810 }
811
812 source_set("mojo_type_converters") {
813 sources = [
814 "dns/mojo_type_converters.cc",
815 "dns/mojo_type_converters.h",
816 ]
817
818 public_deps = [
819 ":net",
820 "//net/interfaces",
821 "//mojo/public/cpp/bindings",
822 ]
823 }
824 }
825
797 if (!is_ios && !is_android) { 826 if (!is_ios && !is_android) {
798 executable("crash_cache") { 827 executable("crash_cache") {
799 testonly = true 828 testonly = true
800 sources = [ 829 sources = [
801 "tools/crash_cache/crash_cache.cc", 830 "tools/crash_cache/crash_cache.cc",
802 ] 831 ]
803 configs += [ ":net_win_size_truncation" ] 832 configs += [ ":net_win_size_truncation" ]
804 deps = [ 833 deps = [
805 ":net", 834 ":net",
806 ":test_support", 835 ":test_support",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
931 ":net", 960 ":net",
932 "//base", 961 "//base",
933 ] 962 ]
934 } 963 }
935 964
936 static_library("flip_in_mem_edsm_server_base") { 965 static_library("flip_in_mem_edsm_server_base") {
937 testonly = true 966 testonly = true
938 sources = [ 967 sources = [
939 "tools/dump_cache/url_to_filename_encoder.cc", 968 "tools/dump_cache/url_to_filename_encoder.cc",
940 "tools/dump_cache/url_to_filename_encoder.h", 969 "tools/dump_cache/url_to_filename_encoder.h",
970 "tools/dump_cache/url_utilities.cc",
941 "tools/dump_cache/url_utilities.h", 971 "tools/dump_cache/url_utilities.h",
942 "tools/dump_cache/url_utilities.cc", 972 "tools/flip_server/acceptor_thread.cc",
943 "tools/flip_server/acceptor_thread.h", 973 "tools/flip_server/acceptor_thread.h",
944 "tools/flip_server/acceptor_thread.cc", 974 "tools/flip_server/constants.h",
945 "tools/flip_server/create_listener.cc", 975 "tools/flip_server/create_listener.cc",
946 "tools/flip_server/create_listener.h", 976 "tools/flip_server/create_listener.h",
947 "tools/flip_server/constants.h",
948 "tools/flip_server/flip_config.cc", 977 "tools/flip_server/flip_config.cc",
949 "tools/flip_server/flip_config.h", 978 "tools/flip_server/flip_config.h",
950 "tools/flip_server/http_interface.cc", 979 "tools/flip_server/http_interface.cc",
951 "tools/flip_server/http_interface.h", 980 "tools/flip_server/http_interface.h",
952 "tools/flip_server/loadtime_measurement.h", 981 "tools/flip_server/loadtime_measurement.h",
982 "tools/flip_server/mem_cache.cc",
953 "tools/flip_server/mem_cache.h", 983 "tools/flip_server/mem_cache.h",
954 "tools/flip_server/mem_cache.cc",
955 "tools/flip_server/output_ordering.cc", 984 "tools/flip_server/output_ordering.cc",
956 "tools/flip_server/output_ordering.h", 985 "tools/flip_server/output_ordering.h",
957 "tools/flip_server/ring_buffer.cc", 986 "tools/flip_server/ring_buffer.cc",
958 "tools/flip_server/ring_buffer.h", 987 "tools/flip_server/ring_buffer.h",
959 "tools/flip_server/sm_connection.cc", 988 "tools/flip_server/sm_connection.cc",
960 "tools/flip_server/sm_connection.h", 989 "tools/flip_server/sm_connection.h",
961 "tools/flip_server/sm_interface.h", 990 "tools/flip_server/sm_interface.h",
991 "tools/flip_server/spdy_interface.cc",
992 "tools/flip_server/spdy_interface.h",
962 "tools/flip_server/spdy_ssl.cc", 993 "tools/flip_server/spdy_ssl.cc",
963 "tools/flip_server/spdy_ssl.h", 994 "tools/flip_server/spdy_ssl.h",
964 "tools/flip_server/spdy_interface.cc",
965 "tools/flip_server/spdy_interface.h",
966 "tools/flip_server/spdy_util.cc", 995 "tools/flip_server/spdy_util.cc",
967 "tools/flip_server/spdy_util.h", 996 "tools/flip_server/spdy_util.h",
968 "tools/flip_server/streamer_interface.cc", 997 "tools/flip_server/streamer_interface.cc",
969 "tools/flip_server/streamer_interface.h", 998 "tools/flip_server/streamer_interface.h",
970 ] 999 ]
971 deps = [ 1000 deps = [
972 ":balsa", 1001 ":balsa",
973 ":epoll_server", 1002 ":epoll_server",
974 ":net", 1003 ":net",
975 "//base", 1004 "//base",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1010 } 1039 }
1011 1040
1012 source_set("quic_base") { 1041 source_set("quic_base") {
1013 sources = [ 1042 sources = [
1014 "tools/quic/quic_client.cc", 1043 "tools/quic/quic_client.cc",
1015 "tools/quic/quic_client.h", 1044 "tools/quic/quic_client.h",
1016 "tools/quic/quic_client_session.cc", 1045 "tools/quic/quic_client_session.cc",
1017 "tools/quic/quic_client_session.h", 1046 "tools/quic/quic_client_session.h",
1018 "tools/quic/quic_default_packet_writer.cc", 1047 "tools/quic/quic_default_packet_writer.cc",
1019 "tools/quic/quic_default_packet_writer.h", 1048 "tools/quic/quic_default_packet_writer.h",
1049 "tools/quic/quic_dispatcher.cc",
1020 "tools/quic/quic_dispatcher.h", 1050 "tools/quic/quic_dispatcher.h",
1021 "tools/quic/quic_dispatcher.cc",
1022 "tools/quic/quic_epoll_clock.cc", 1051 "tools/quic/quic_epoll_clock.cc",
1023 "tools/quic/quic_epoll_clock.h", 1052 "tools/quic/quic_epoll_clock.h",
1024 "tools/quic/quic_epoll_connection_helper.cc", 1053 "tools/quic/quic_epoll_connection_helper.cc",
1025 "tools/quic/quic_epoll_connection_helper.h", 1054 "tools/quic/quic_epoll_connection_helper.h",
1026 "tools/quic/quic_in_memory_cache.cc", 1055 "tools/quic/quic_in_memory_cache.cc",
1027 "tools/quic/quic_in_memory_cache.h", 1056 "tools/quic/quic_in_memory_cache.h",
1028 "tools/quic/quic_packet_writer_wrapper.cc", 1057 "tools/quic/quic_packet_writer_wrapper.cc",
1029 "tools/quic/quic_packet_writer_wrapper.h", 1058 "tools/quic/quic_packet_writer_wrapper.h",
1030 "tools/quic/quic_per_connection_packet_writer.cc", 1059 "tools/quic/quic_per_connection_packet_writer.cc",
1031 "tools/quic/quic_per_connection_packet_writer.h", 1060 "tools/quic/quic_per_connection_packet_writer.h",
1032 "tools/quic/quic_server.cc", 1061 "tools/quic/quic_server.cc",
1033 "tools/quic/quic_server.h", 1062 "tools/quic/quic_server.h",
1034 "tools/quic/quic_server_session.cc", 1063 "tools/quic/quic_server_session.cc",
1035 "tools/quic/quic_server_session.h", 1064 "tools/quic/quic_server_session.h",
1036 "tools/quic/quic_socket_utils.cc", 1065 "tools/quic/quic_socket_utils.cc",
1037 "tools/quic/quic_socket_utils.h", 1066 "tools/quic/quic_socket_utils.h",
1038 "tools/quic/quic_spdy_client_stream.cc", 1067 "tools/quic/quic_spdy_client_stream.cc",
1039 "tools/quic/quic_spdy_client_stream.h", 1068 "tools/quic/quic_spdy_client_stream.h",
1040 "tools/quic/quic_spdy_server_stream.cc", 1069 "tools/quic/quic_spdy_server_stream.cc",
1041 "tools/quic/quic_spdy_server_stream.h", 1070 "tools/quic/quic_spdy_server_stream.h",
1071 "tools/quic/quic_time_wait_list_manager.cc",
1042 "tools/quic/quic_time_wait_list_manager.h", 1072 "tools/quic/quic_time_wait_list_manager.h",
1043 "tools/quic/quic_time_wait_list_manager.cc",
1044 ] 1073 ]
1045 deps = [ 1074 deps = [
1046 ":balsa", 1075 ":balsa",
1047 ":epoll_server", 1076 ":epoll_server",
1048 ":net", 1077 ":net",
1049 "//base", 1078 "//base",
1050 "//base/third_party/dynamic_annotations", 1079 "//base/third_party/dynamic_annotations",
1051 "//crypto", 1080 "//crypto",
1052 "//third_party/boringssl", 1081 "//third_party/boringssl",
1053 "//url", 1082 "//url",
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
1261 sources -= [ 1290 sources -= [
1262 "server/http_connection_unittest.cc", 1291 "server/http_connection_unittest.cc",
1263 "server/http_server_response_info_unittest.cc", 1292 "server/http_server_response_info_unittest.cc",
1264 "server/http_server_unittest.cc", 1293 "server/http_server_unittest.cc",
1265 "server/web_socket_encoder_unittest.cc", 1294 "server/web_socket_encoder_unittest.cc",
1266 "websockets/websocket_basic_stream_test.cc", 1295 "websockets/websocket_basic_stream_test.cc",
1267 "websockets/websocket_channel_test.cc", 1296 "websockets/websocket_channel_test.cc",
1268 "websockets/websocket_deflate_predictor_impl_test.cc", 1297 "websockets/websocket_deflate_predictor_impl_test.cc",
1269 "websockets/websocket_deflate_stream_test.cc", 1298 "websockets/websocket_deflate_stream_test.cc",
1270 "websockets/websocket_deflater_test.cc", 1299 "websockets/websocket_deflater_test.cc",
1300 "websockets/websocket_end_to_end_test.cc",
1271 "websockets/websocket_errors_test.cc", 1301 "websockets/websocket_errors_test.cc",
1272 "websockets/websocket_end_to_end_test.cc",
1273 "websockets/websocket_extension_parser_test.cc", 1302 "websockets/websocket_extension_parser_test.cc",
1274 "websockets/websocket_frame_parser_test.cc", 1303 "websockets/websocket_frame_parser_test.cc",
1275 "websockets/websocket_frame_test.cc", 1304 "websockets/websocket_frame_test.cc",
1276 "websockets/websocket_handshake_challenge_test.cc", 1305 "websockets/websocket_handshake_challenge_test.cc",
1277 "websockets/websocket_handshake_stream_create_helper_test.cc", 1306 "websockets/websocket_handshake_stream_create_helper_test.cc",
1278 "websockets/websocket_inflater_test.cc", 1307 "websockets/websocket_inflater_test.cc",
1279 "websockets/websocket_stream_test.cc", 1308 "websockets/websocket_stream_test.cc",
1280 "websockets/websocket_test_util.cc", 1309 "websockets/websocket_test_util.cc",
1281 "websockets/websocket_test_util.h", 1310 "websockets/websocket_test_util.h",
1282 ] 1311 ]
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
1314 ] 1343 ]
1315 } 1344 }
1316 1345
1317 # Always need use_v8_in_net to be 1 to run on Android, so just remove 1346 # Always need use_v8_in_net to be 1 to run on Android, so just remove
1318 # net_unittest's dependency on v8 when using icu alternatives instead of 1347 # net_unittest's dependency on v8 when using icu alternatives instead of
1319 # setting use_v8_in_net to 0. 1348 # setting use_v8_in_net to 0.
1320 if (use_v8_in_net && !use_icu_alternatives_on_android) { 1349 if (use_v8_in_net && !use_icu_alternatives_on_android) {
1321 deps += [ ":net_with_v8" ] 1350 deps += [ ":net_with_v8" ]
1322 } else { 1351 } else {
1323 sources -= [ 1352 sources -= [
1353 "proxy/proxy_resolver_v8_tracing_unittest.cc",
1324 "proxy/proxy_resolver_v8_unittest.cc", 1354 "proxy/proxy_resolver_v8_unittest.cc",
1325 "proxy/proxy_resolver_v8_tracing_unittest.cc",
1326 ] 1355 ]
1327 } 1356 }
1328 1357
1358 if (use_v8_in_net && !is_android) {
1359 deps += [
1360 ":net_browser_services",
1361 "//mojo/environment:chromium",
1362 "//mojo/edk/system",
1363 ]
1364 } else {
1365 sources -= [ "dns/mojo_host_resolver_impl_unittest.cc" ]
1366 }
1367
1329 if (!enable_mdns) { 1368 if (!enable_mdns) {
1330 sources -= [ 1369 sources -= [
1331 "dns/mdns_cache_unittest.cc", 1370 "dns/mdns_cache_unittest.cc",
1332 "dns/mdns_client_unittest.cc", 1371 "dns/mdns_client_unittest.cc",
1333 "dns/record_parsed_unittest.cc", 1372 "dns/record_parsed_unittest.cc",
1334 "dns/record_rdata_unittest.cc", 1373 "dns/record_rdata_unittest.cc",
1335 ] 1374 ]
1336 } 1375 }
1337 1376
1338 if (is_ios) { 1377 if (is_ios) {
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
1414 "quic/quic_server_bin.cc", 1453 "quic/quic_server_bin.cc",
1415 ] 1454 ]
1416 deps = [ 1455 deps = [
1417 ":quic_tools", 1456 ":quic_tools",
1418 ":net", 1457 ":net",
1419 "//base", 1458 "//base",
1420 "//third_party/boringssl", 1459 "//third_party/boringssl",
1421 ] 1460 ]
1422 } 1461 }
1423 } # !is_android && !is_win && !is_mac 1462 } # !is_android && !is_win && !is_mac
OLDNEW
« no previous file with comments | « mojo/tools/roll/skia_build.patch ('k') | net/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698