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

Side by Side Diff: net/net.gyp

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 | « net/interfaces/proxy_resolver_service.mojom ('k') | net/net.gypi » ('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 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 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 }, { # linux_link_kerberos==0 137 }, { # linux_link_kerberos==0
138 'defines': [ 138 'defines': [
139 'DLOPEN_KERBEROS', 139 'DLOPEN_KERBEROS',
140 ], 140 ],
141 }], 141 }],
142 ], 142 ],
143 }, { # use_kerberos == 0 143 }, { # use_kerberos == 0
144 'sources!': [ 144 'sources!': [
145 'http/http_auth_gssapi_posix.cc', 145 'http/http_auth_gssapi_posix.cc',
146 'http/http_auth_gssapi_posix.h', 146 'http/http_auth_gssapi_posix.h',
147 'http/http_auth_handler_negotiate.cc',
147 'http/http_auth_handler_negotiate.h', 148 'http/http_auth_handler_negotiate.h',
148 'http/http_auth_handler_negotiate.cc',
149 ], 149 ],
150 }], 150 }],
151 ['posix_avoid_mmap==1', { 151 ['posix_avoid_mmap==1', {
152 'defines': [ 152 'defines': [
153 'POSIX_AVOID_MMAP', 153 'POSIX_AVOID_MMAP',
154 ], 154 ],
155 'direct_dependent_settings': { 155 'direct_dependent_settings': {
156 'defines': [ 156 'defines': [
157 'POSIX_AVOID_MMAP', 157 'POSIX_AVOID_MMAP',
158 ], 158 ],
159 }, 159 },
160 'sources!': [ 160 'sources!': [
161 'disk_cache/blockfile/mapped_file_posix.cc', 161 'disk_cache/blockfile/mapped_file_posix.cc',
162 ], 162 ],
163 }, { # else 163 }, { # else
164 'sources!': [ 164 'sources!': [
165 'disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc', 165 'disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc',
166 ], 166 ],
167 }], 167 }],
168 ['disable_file_support==1', { 168 ['disable_file_support==1', {
169 # TODO(mmenke): Should probably get rid of the dependency on 169 # TODO(mmenke): Should probably get rid of the dependency on
170 # net_resources in this case (It's used in net_util, to format 170 # net_resources in this case (It's used in net_util, to format
171 # directory listings. Also used outside of net/). 171 # directory listings. Also used outside of net/).
172 'sources!': [ 172 'sources!': [
173 'base/directory_lister.cc', 173 'base/directory_lister.cc',
174 'base/directory_lister.h', 174 'base/directory_lister.h',
175 'url_request/file_protocol_handler.cc',
176 'url_request/file_protocol_handler.h',
175 'url_request/url_request_file_dir_job.cc', 177 'url_request/url_request_file_dir_job.cc',
176 'url_request/url_request_file_dir_job.h', 178 'url_request/url_request_file_dir_job.h',
177 'url_request/url_request_file_job.cc', 179 'url_request/url_request_file_job.cc',
178 'url_request/url_request_file_job.h', 180 'url_request/url_request_file_job.h',
179 'url_request/file_protocol_handler.cc',
180 'url_request/file_protocol_handler.h',
181 ], 181 ],
182 }], 182 }],
183 ['disable_ftp_support==1', { 183 ['disable_ftp_support==1', {
184 'sources/': [ 184 'sources/': [
185 ['exclude', '^ftp/'], 185 ['exclude', '^ftp/'],
186 ], 186 ],
187 'sources!': [ 187 'sources!': [
188 'url_request/ftp_protocol_handler.cc', 188 'url_request/ftp_protocol_handler.cc',
189 'url_request/ftp_protocol_handler.h', 189 'url_request/ftp_protocol_handler.h',
190 'url_request/url_request_ftp_job.cc', 190 'url_request/url_request_ftp_job.cc',
(...skipping 22 matching lines...) Expand all
213 'cert/cert_verify_proc_nss.h', 213 'cert/cert_verify_proc_nss.h',
214 'cert/ct_log_verifier_nss.cc', 214 'cert/ct_log_verifier_nss.cc',
215 'cert/ct_objects_extractor_nss.cc', 215 'cert/ct_objects_extractor_nss.cc',
216 'cert/jwk_serializer_nss.cc', 216 'cert/jwk_serializer_nss.cc',
217 'cert/nss_cert_database.cc', 217 'cert/nss_cert_database.cc',
218 'cert/nss_cert_database.h', 218 'cert/nss_cert_database.h',
219 'cert/nss_cert_database_chromeos.cc', 219 'cert/nss_cert_database_chromeos.cc',
220 'cert/nss_cert_database_chromeos.h', 220 'cert/nss_cert_database_chromeos.h',
221 'cert/nss_profile_filter_chromeos.cc', 221 'cert/nss_profile_filter_chromeos.cc',
222 'cert/nss_profile_filter_chromeos.h', 222 'cert/nss_profile_filter_chromeos.h',
223 'cert/scoped_nss_types.h',
223 'cert/sha256_legacy_support_nss_win.cc', 224 'cert/sha256_legacy_support_nss_win.cc',
224 'cert/scoped_nss_types.h',
225 'cert/test_root_certs_nss.cc', 225 'cert/test_root_certs_nss.cc',
226 'cert/x509_certificate_nss.cc', 226 'cert/x509_certificate_nss.cc',
227 'cert/x509_util_nss.cc', 227 'cert/x509_util_nss.cc',
228 'cert/x509_util_nss.h', 228 'cert/x509_util_nss.h',
229 'ocsp/nss_ocsp.cc', 229 'ocsp/nss_ocsp.cc',
230 'ocsp/nss_ocsp.h', 230 'ocsp/nss_ocsp.h',
231 'quic/crypto/aead_base_decrypter_nss.cc', 231 'quic/crypto/aead_base_decrypter_nss.cc',
232 'quic/crypto/aead_base_encrypter_nss.cc', 232 'quic/crypto/aead_base_encrypter_nss.cc',
233 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', 233 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc',
234 'quic/crypto/aes_128_gcm_12_encrypter_nss.cc', 234 'quic/crypto/aes_128_gcm_12_encrypter_nss.cc',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'quic/crypto/channel_id_openssl.cc', 272 'quic/crypto/channel_id_openssl.cc',
273 'quic/crypto/p256_key_exchange_openssl.cc', 273 'quic/crypto/p256_key_exchange_openssl.cc',
274 'quic/crypto/scoped_evp_aead_ctx.cc', 274 'quic/crypto/scoped_evp_aead_ctx.cc',
275 'quic/crypto/scoped_evp_aead_ctx.h', 275 'quic/crypto/scoped_evp_aead_ctx.h',
276 'socket/ssl_client_socket_openssl.cc', 276 'socket/ssl_client_socket_openssl.cc',
277 'socket/ssl_client_socket_openssl.h', 277 'socket/ssl_client_socket_openssl.h',
278 'socket/ssl_server_socket_openssl.cc', 278 'socket/ssl_server_socket_openssl.cc',
279 'socket/ssl_server_socket_openssl.h', 279 'socket/ssl_server_socket_openssl.h',
280 'socket/ssl_session_cache_openssl.cc', 280 'socket/ssl_session_cache_openssl.cc',
281 'socket/ssl_session_cache_openssl.h', 281 'socket/ssl_session_cache_openssl.h',
282 'ssl/openssl_platform_key.h',
282 'ssl/openssl_platform_key_mac.cc', 283 'ssl/openssl_platform_key_mac.cc',
283 'ssl/openssl_platform_key_win.cc', 284 'ssl/openssl_platform_key_win.cc',
284 'ssl/openssl_platform_key.h',
285 'ssl/openssl_ssl_util.cc', 285 'ssl/openssl_ssl_util.cc',
286 'ssl/openssl_ssl_util.h', 286 'ssl/openssl_ssl_util.h',
287 ], 287 ],
288 'conditions': [ 288 'conditions': [
289 # Pull in the bundled or system NSS as appropriate. 289 # Pull in the bundled or system NSS as appropriate.
290 [ 'desktop_linux == 1 or chromeos == 1', { 290 [ 'desktop_linux == 1 or chromeos == 1', {
291 'dependencies': [ 291 'dependencies': [
292 '../build/linux/system.gyp:ssl', 292 '../build/linux/system.gyp:ssl',
293 ], 293 ],
294 }, { 294 }, {
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 361 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
362 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', 362 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
363 'third_party/mozilla_security_manager/nsPKCS12Blob.h', 363 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
364 ], 364 ],
365 }, 365 },
366 ], 366 ],
367 [ 'use_nss != 1', { 367 [ 'use_nss != 1', {
368 'sources!': [ 368 'sources!': [
369 'cert/cert_verify_proc_nss.cc', 369 'cert/cert_verify_proc_nss.cc',
370 'cert/cert_verify_proc_nss.h', 370 'cert/cert_verify_proc_nss.h',
371 'ssl/client_cert_store_chromeos.cc',
372 'ssl/client_cert_store_chromeos.h',
371 'ssl/client_cert_store_nss.cc', 373 'ssl/client_cert_store_nss.cc',
372 'ssl/client_cert_store_nss.h', 374 'ssl/client_cert_store_nss.h',
373 'ssl/client_cert_store_chromeos.cc',
374 'ssl/client_cert_store_chromeos.h',
375 ], 375 ],
376 }], 376 }],
377 [ 'enable_websockets != 1', { 377 [ 'enable_websockets != 1', {
378 'sources/': [ 378 'sources/': [
379 ['exclude', '^websockets/'], 379 ['exclude', '^websockets/'],
380 ], 380 ],
381 }], 381 }],
382 [ 'enable_mdns != 1', { 382 [ 'enable_mdns != 1', {
383 'sources!' : [ 383 'sources!' : [
384 'dns/mdns_cache.cc', 384 'dns/mdns_cache.cc',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 # sense. 574 # sense.
575 'dns/dns_config_service_posix_unittest.cc', 575 'dns/dns_config_service_posix_unittest.cc',
576 ], 576 ],
577 'dependencies': [ 577 'dependencies': [
578 'net_javatests', 578 'net_javatests',
579 'net_test_jni_headers', 579 'net_test_jni_headers',
580 ], 580 ],
581 }], 581 }],
582 [ 'use_nss != 1', { 582 [ 'use_nss != 1', {
583 'sources!': [ 583 'sources!': [
584 'ssl/client_cert_store_chromeos_unittest.cc',
584 'ssl/client_cert_store_nss_unittest.cc', 585 'ssl/client_cert_store_nss_unittest.cc',
585 'ssl/client_cert_store_chromeos_unittest.cc',
586 ], 586 ],
587 }], 587 }],
588 [ 'use_openssl == 1', { 588 [ 'use_openssl == 1', {
589 # Avoid compiling/linking with the system library. 589 # Avoid compiling/linking with the system library.
590 'dependencies': [ 590 'dependencies': [
591 '../third_party/boringssl/boringssl.gyp:boringssl', 591 '../third_party/boringssl/boringssl.gyp:boringssl',
592 ], 592 ],
593 }, { # use_openssl == 0 593 }, { # use_openssl == 0
594 'conditions': [ 594 'conditions': [
595 [ 'desktop_linux == 1 or chromeos == 1', { 595 [ 'desktop_linux == 1 or chromeos == 1', {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 'sources!': [ 635 'sources!': [
636 'ocsp/nss_ocsp_unittest.cc', 636 'ocsp/nss_ocsp_unittest.cc',
637 ], 637 ],
638 }], 638 }],
639 [ 'use_openssl==1', { 639 [ 'use_openssl==1', {
640 # When building for OpenSSL, we need to exclude NSS specific tests 640 # When building for OpenSSL, we need to exclude NSS specific tests
641 # or functionality not supported by OpenSSL yet. 641 # or functionality not supported by OpenSSL yet.
642 # TODO(bulach): Add equivalent tests when the underlying 642 # TODO(bulach): Add equivalent tests when the underlying
643 # functionality is ported to OpenSSL. 643 # functionality is ported to OpenSSL.
644 'sources!': [ 644 'sources!': [
645 'cert/nss_cert_database_chromeos_unittest.cc',
645 'cert/nss_cert_database_unittest.cc', 646 'cert/nss_cert_database_unittest.cc',
646 'cert/nss_cert_database_chromeos_unittest.cc',
647 'cert/nss_profile_filter_chromeos_unittest.cc', 647 'cert/nss_profile_filter_chromeos_unittest.cc',
648 'cert/x509_util_nss_unittest.cc', 648 'cert/x509_util_nss_unittest.cc',
649 'quic/test_tools/crypto_test_utils_nss.cc', 649 'quic/test_tools/crypto_test_utils_nss.cc',
650 ], 650 ],
651 }, { # else !use_openssl: remove the unneeded files and pull in NSS. 651 }, { # else !use_openssl: remove the unneeded files and pull in NSS.
652 'sources!': [ 652 'sources!': [
653 'cert/x509_util_openssl_unittest.cc', 653 'cert/x509_util_openssl_unittest.cc',
654 'quic/test_tools/crypto_test_utils_openssl.cc', 654 'quic/test_tools/crypto_test_utils_openssl.cc',
655 'socket/ssl_client_socket_openssl_unittest.cc', 655 'socket/ssl_client_socket_openssl_unittest.cc',
656 'socket/ssl_session_cache_openssl_unittest.cc', 656 'socket/ssl_session_cache_openssl_unittest.cc',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 ], 695 ],
696 # Always need use_v8_in_net to be 1 to run gyp on Android, so just 696 # Always need use_v8_in_net to be 1 to run gyp on Android, so just
697 # remove net_unittest's dependency on v8 when using icu alternatives 697 # remove net_unittest's dependency on v8 when using icu alternatives
698 # instead of setting use_v8_in_net to 0. 698 # instead of setting use_v8_in_net to 0.
699 [ 'use_v8_in_net==1 and use_icu_alternatives_on_android==0', { 699 [ 'use_v8_in_net==1 and use_icu_alternatives_on_android==0', {
700 'dependencies': [ 700 'dependencies': [
701 'net_with_v8', 701 'net_with_v8',
702 ], 702 ],
703 }, { # else: !use_v8_in_net 703 }, { # else: !use_v8_in_net
704 'sources!': [ 704 'sources!': [
705 'proxy/proxy_resolver_v8_tracing_unittest.cc',
705 'proxy/proxy_resolver_v8_unittest.cc', 706 'proxy/proxy_resolver_v8_unittest.cc',
706 'proxy/proxy_resolver_v8_tracing_unittest.cc',
707 ], 707 ],
708 }, 708 },
709 ], 709 ],
710
711 [ 'use_v8_in_net==1 and OS != "android"', {
712 'dependencies': [
713 'net_with_v8',
714 'net_browser_services',
715 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
716 ],
717 }, { # else
718 'sources!': [
719 'dns/mojo_host_resolver_impl_unittest.cc',
720 ],
721 },
722 ],
710 723
711 [ 'enable_mdns != 1', { 724 [ 'enable_mdns != 1', {
712 'sources!' : [ 725 'sources!' : [
713 'dns/mdns_cache_unittest.cc', 726 'dns/mdns_cache_unittest.cc',
714 'dns/mdns_client_unittest.cc', 727 'dns/mdns_client_unittest.cc',
715 'dns/mdns_query_unittest.cc', 728 'dns/mdns_query_unittest.cc',
716 'dns/record_parsed_unittest.cc', 729 'dns/record_parsed_unittest.cc',
717 'dns/record_rdata_unittest.cc', 730 'dns/record_rdata_unittest.cc',
718 ], 731 ],
719 }], 732 }],
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 ], 765 ],
753 'sources!': [ 766 'sources!': [
754 # TODO(droger): The following tests are disabled because the 767 # TODO(droger): The following tests are disabled because the
755 # implementation is missing or incomplete. 768 # implementation is missing or incomplete.
756 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. 769 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS.
757 'base/keygen_handler_unittest.cc', 770 'base/keygen_handler_unittest.cc',
758 'disk_cache/backend_unittest.cc', 771 'disk_cache/backend_unittest.cc',
759 'disk_cache/blockfile/block_files_unittest.cc', 772 'disk_cache/blockfile/block_files_unittest.cc',
760 # Need to read input data files. 773 # Need to read input data files.
761 'filter/gzip_filter_unittest.cc', 774 'filter/gzip_filter_unittest.cc',
762 'socket/ssl_server_socket_unittest.cc',
763 'spdy/fuzzing/hpack_fuzz_util_test.cc',
764 # Need TestServer. 775 # Need TestServer.
765 'proxy/proxy_script_fetcher_impl_unittest.cc', 776 'proxy/proxy_script_fetcher_impl_unittest.cc',
766 'socket/ssl_client_socket_unittest.cc', 777 'socket/ssl_client_socket_unittest.cc',
778 'socket/ssl_server_socket_unittest.cc',
779 'spdy/fuzzing/hpack_fuzz_util_test.cc',
780 # Needs GetAppOutput().
781 'test/python_utils_unittest.cc',
767 'url_request/url_fetcher_impl_unittest.cc', 782 'url_request/url_fetcher_impl_unittest.cc',
768 'url_request/url_request_context_builder_unittest.cc', 783 'url_request/url_request_context_builder_unittest.cc',
769 # Needs GetAppOutput().
770 'test/python_utils_unittest.cc',
771 784
772 # The following tests are disabled because they don't apply to 785 # The following tests are disabled because they don't apply to
773 # iOS. 786 # iOS.
774 # OS is not "linux" or "freebsd" or "openbsd". 787 # OS is not "linux" or "freebsd" or "openbsd".
775 'socket/unix_domain_client_socket_posix_unittest.cc', 788 'socket/unix_domain_client_socket_posix_unittest.cc',
776 'socket/unix_domain_listen_socket_posix_unittest.cc', 789 'socket/unix_domain_listen_socket_posix_unittest.cc',
777 'socket/unix_domain_server_socket_posix_unittest.cc', 790 'socket/unix_domain_server_socket_posix_unittest.cc',
778 791
779 # See bug http://crbug.com/344533. 792 # See bug http://crbug.com/344533.
780 'disk_cache/blockfile/index_table_v3_unittest.cc', 793 'disk_cache/blockfile/index_table_v3_unittest.cc',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 'test/embedded_test_server/http_request.cc', 960 'test/embedded_test_server/http_request.cc',
948 'test/embedded_test_server/http_request.h', 961 'test/embedded_test_server/http_request.h',
949 'test/embedded_test_server/http_response.cc', 962 'test/embedded_test_server/http_response.cc',
950 'test/embedded_test_server/http_response.h', 963 'test/embedded_test_server/http_response.h',
951 'test/net_test_suite.cc', 964 'test/net_test_suite.cc',
952 'test/net_test_suite.h', 965 'test/net_test_suite.h',
953 'test/python_utils.cc', 966 'test/python_utils.cc',
954 'test/python_utils.h', 967 'test/python_utils.h',
955 'test/spawned_test_server/base_test_server.cc', 968 'test/spawned_test_server/base_test_server.cc',
956 'test/spawned_test_server/base_test_server.h', 969 'test/spawned_test_server/base_test_server.h',
970 'test/spawned_test_server/local_test_server.cc',
971 'test/spawned_test_server/local_test_server.h',
957 'test/spawned_test_server/local_test_server_posix.cc', 972 'test/spawned_test_server/local_test_server_posix.cc',
958 'test/spawned_test_server/local_test_server_win.cc', 973 'test/spawned_test_server/local_test_server_win.cc',
959 'test/spawned_test_server/local_test_server.cc',
960 'test/spawned_test_server/local_test_server.h',
961 'test/spawned_test_server/remote_test_server.cc', 974 'test/spawned_test_server/remote_test_server.cc',
962 'test/spawned_test_server/remote_test_server.h', 975 'test/spawned_test_server/remote_test_server.h',
963 'test/spawned_test_server/spawned_test_server.h', 976 'test/spawned_test_server/spawned_test_server.h',
964 'test/spawned_test_server/spawner_communicator.cc', 977 'test/spawned_test_server/spawner_communicator.cc',
965 'test/spawned_test_server/spawner_communicator.h', 978 'test/spawned_test_server/spawner_communicator.h',
966 'test/url_request/url_request_failed_job.cc', 979 'test/url_request/url_request_failed_job.cc',
967 'test/url_request/url_request_failed_job.h', 980 'test/url_request/url_request_failed_job.h',
968 'test/url_request/url_request_mock_data_job.cc', 981 'test/url_request/url_request_mock_data_job.cc',
969 'test/url_request/url_request_mock_data_job.h', 982 'test/url_request/url_request_mock_data_job.h',
970 'test/url_request/url_request_mock_http_job.cc', 983 'test/url_request/url_request_mock_http_job.cc',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
1130 'sources': [ 1143 'sources': [
1131 'tools/dump_cache/cache_dumper.cc', 1144 'tools/dump_cache/cache_dumper.cc',
1132 'tools/dump_cache/cache_dumper.h', 1145 'tools/dump_cache/cache_dumper.h',
1133 'tools/dump_cache/dump_cache.cc', 1146 'tools/dump_cache/dump_cache.cc',
1134 'tools/dump_cache/dump_files.cc', 1147 'tools/dump_cache/dump_files.cc',
1135 'tools/dump_cache/dump_files.h', 1148 'tools/dump_cache/dump_files.h',
1136 'tools/dump_cache/simple_cache_dumper.cc', 1149 'tools/dump_cache/simple_cache_dumper.cc',
1137 'tools/dump_cache/simple_cache_dumper.h', 1150 'tools/dump_cache/simple_cache_dumper.h',
1138 'tools/dump_cache/url_to_filename_encoder.cc', 1151 'tools/dump_cache/url_to_filename_encoder.cc',
1139 'tools/dump_cache/url_to_filename_encoder.h', 1152 'tools/dump_cache/url_to_filename_encoder.h',
1153 'tools/dump_cache/url_utilities.cc',
1140 'tools/dump_cache/url_utilities.h', 1154 'tools/dump_cache/url_utilities.h',
1141 'tools/dump_cache/url_utilities.cc',
1142 ], 1155 ],
1143 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1156 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1144 'msvs_disabled_warnings': [4267, ], 1157 'msvs_disabled_warnings': [4267, ],
1145 }, 1158 },
1146 { 1159 {
1147 # This is a temporary target which will be merged into 'net' once the 1160 # This is a temporary target which will be merged into 'net' once the
1148 # dependency on balsa is eliminated and the classes are actually used. 1161 # dependency on balsa is eliminated and the classes are actually used.
1149 'target_name': 'quic_tools', 1162 'target_name': 'quic_tools',
1150 'type': 'static_library', 1163 'type': 'static_library',
1151 'dependencies': [ 1164 'dependencies': [
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
1211 'target_name': 'net_interfaces', 1224 'target_name': 'net_interfaces',
1212 'type': 'static_library', 1225 'type': 'static_library',
1213 'sources': [ 1226 'sources': [
1214 'interfaces/host_resolver_service.mojom', 1227 'interfaces/host_resolver_service.mojom',
1215 'interfaces/proxy_resolver_service.mojom', 1228 'interfaces/proxy_resolver_service.mojom',
1216 ], 1229 ],
1217 'includes': [ 1230 'includes': [
1218 '../third_party/mojo/mojom_bindings_generator.gypi', 1231 '../third_party/mojo/mojom_bindings_generator.gypi',
1219 ], 1232 ],
1220 }, 1233 },
1234 {
1235 # GN version: //net:net_browser_services
1236 'target_name': 'net_browser_services',
1237 'type': 'static_library',
1238 'sources': [
1239 'dns/mojo_host_resolver_impl.cc',
1240 'dns/mojo_host_resolver_impl.h',
1241 ],
1242 'dependencies': [
1243 'mojo_type_converters',
1244 'net',
1245 'net_interfaces',
1246 '../mojo/mojo_base.gyp:mojo_environment_chromium',
1247 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1248 ],
1249 },
1250 {
1251 # GN version: //net:mojo_type_converters
1252 'target_name': 'mojo_type_converters',
1253 'type': 'static_library',
1254 'sources': [
1255 'dns/mojo_type_converters.cc',
1256 'dns/mojo_type_converters.h',
1257 ],
1258 'dependencies': [
1259 'net',
1260 'net_interfaces',
1261 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1262 ],
1263 },
1221 ], 1264 ],
1222 }], 1265 }],
1223 ['OS != "ios" and OS != "android"', { 1266 ['OS != "ios" and OS != "android"', {
1224 'targets': [ 1267 'targets': [
1225 # iOS doesn't have the concept of simple executables, these targets 1268 # iOS doesn't have the concept of simple executables, these targets
1226 # can't be compiled on the platform. 1269 # can't be compiled on the platform.
1227 { 1270 {
1228 'target_name': 'crash_cache', 1271 'target_name': 'crash_cache',
1229 'type': 'executable', 1272 'type': 'executable',
1230 'dependencies': [ 1273 'dependencies': [
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
1417 'dependencies': [ 1460 'dependencies': [
1418 '../base/base.gyp:base', 1461 '../base/base.gyp:base',
1419 '../third_party/boringssl/boringssl.gyp:boringssl', 1462 '../third_party/boringssl/boringssl.gyp:boringssl',
1420 'balsa', 1463 'balsa',
1421 'epoll_server', 1464 'epoll_server',
1422 'net', 1465 'net',
1423 ], 1466 ],
1424 'sources': [ 1467 'sources': [
1425 'tools/dump_cache/url_to_filename_encoder.cc', 1468 'tools/dump_cache/url_to_filename_encoder.cc',
1426 'tools/dump_cache/url_to_filename_encoder.h', 1469 'tools/dump_cache/url_to_filename_encoder.h',
1470 'tools/dump_cache/url_utilities.cc',
1427 'tools/dump_cache/url_utilities.h', 1471 'tools/dump_cache/url_utilities.h',
1428 'tools/dump_cache/url_utilities.cc', 1472 'tools/flip_server/acceptor_thread.cc',
1429 'tools/flip_server/acceptor_thread.h', 1473 'tools/flip_server/acceptor_thread.h',
1430 'tools/flip_server/acceptor_thread.cc', 1474 'tools/flip_server/constants.h',
1431 'tools/flip_server/create_listener.cc', 1475 'tools/flip_server/create_listener.cc',
1432 'tools/flip_server/create_listener.h', 1476 'tools/flip_server/create_listener.h',
1433 'tools/flip_server/constants.h',
1434 'tools/flip_server/flip_config.cc', 1477 'tools/flip_server/flip_config.cc',
1435 'tools/flip_server/flip_config.h', 1478 'tools/flip_server/flip_config.h',
1436 'tools/flip_server/http_interface.cc', 1479 'tools/flip_server/http_interface.cc',
1437 'tools/flip_server/http_interface.h', 1480 'tools/flip_server/http_interface.h',
1438 'tools/flip_server/loadtime_measurement.h', 1481 'tools/flip_server/loadtime_measurement.h',
1482 'tools/flip_server/mem_cache.cc',
1439 'tools/flip_server/mem_cache.h', 1483 'tools/flip_server/mem_cache.h',
1440 'tools/flip_server/mem_cache.cc',
1441 'tools/flip_server/output_ordering.cc', 1484 'tools/flip_server/output_ordering.cc',
1442 'tools/flip_server/output_ordering.h', 1485 'tools/flip_server/output_ordering.h',
1443 'tools/flip_server/ring_buffer.cc', 1486 'tools/flip_server/ring_buffer.cc',
1444 'tools/flip_server/ring_buffer.h', 1487 'tools/flip_server/ring_buffer.h',
1445 'tools/flip_server/sm_connection.cc', 1488 'tools/flip_server/sm_connection.cc',
1446 'tools/flip_server/sm_connection.h', 1489 'tools/flip_server/sm_connection.h',
1447 'tools/flip_server/sm_interface.h', 1490 'tools/flip_server/sm_interface.h',
1491 'tools/flip_server/spdy_interface.cc',
1492 'tools/flip_server/spdy_interface.h',
1448 'tools/flip_server/spdy_ssl.cc', 1493 'tools/flip_server/spdy_ssl.cc',
1449 'tools/flip_server/spdy_ssl.h', 1494 'tools/flip_server/spdy_ssl.h',
1450 'tools/flip_server/spdy_interface.cc',
1451 'tools/flip_server/spdy_interface.h',
1452 'tools/flip_server/spdy_util.cc', 1495 'tools/flip_server/spdy_util.cc',
1453 'tools/flip_server/spdy_util.h', 1496 'tools/flip_server/spdy_util.h',
1454 'tools/flip_server/streamer_interface.cc', 1497 'tools/flip_server/streamer_interface.cc',
1455 'tools/flip_server/streamer_interface.h', 1498 'tools/flip_server/streamer_interface.h',
1456 ], 1499 ],
1457 }, 1500 },
1458 { 1501 {
1459 'target_name': 'flip_in_mem_edsm_server_unittests', 1502 'target_name': 'flip_in_mem_edsm_server_unittests',
1460 'type': 'executable', 1503 'type': 'executable',
1461 'dependencies': [ 1504 'dependencies': [
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1501 'epoll_server', 1544 'epoll_server',
1502 'net', 1545 'net',
1503 ], 1546 ],
1504 'sources': [ 1547 'sources': [
1505 'tools/quic/quic_client.cc', 1548 'tools/quic/quic_client.cc',
1506 'tools/quic/quic_client.h', 1549 'tools/quic/quic_client.h',
1507 'tools/quic/quic_client_session.cc', 1550 'tools/quic/quic_client_session.cc',
1508 'tools/quic/quic_client_session.h', 1551 'tools/quic/quic_client_session.h',
1509 'tools/quic/quic_default_packet_writer.cc', 1552 'tools/quic/quic_default_packet_writer.cc',
1510 'tools/quic/quic_default_packet_writer.h', 1553 'tools/quic/quic_default_packet_writer.h',
1554 'tools/quic/quic_dispatcher.cc',
1511 'tools/quic/quic_dispatcher.h', 1555 'tools/quic/quic_dispatcher.h',
1512 'tools/quic/quic_dispatcher.cc',
1513 'tools/quic/quic_epoll_clock.cc', 1556 'tools/quic/quic_epoll_clock.cc',
1514 'tools/quic/quic_epoll_clock.h', 1557 'tools/quic/quic_epoll_clock.h',
1515 'tools/quic/quic_epoll_connection_helper.cc', 1558 'tools/quic/quic_epoll_connection_helper.cc',
1516 'tools/quic/quic_epoll_connection_helper.h', 1559 'tools/quic/quic_epoll_connection_helper.h',
1517 'tools/quic/quic_in_memory_cache.cc', 1560 'tools/quic/quic_in_memory_cache.cc',
1518 'tools/quic/quic_in_memory_cache.h', 1561 'tools/quic/quic_in_memory_cache.h',
1519 'tools/quic/quic_packet_writer_wrapper.cc', 1562 'tools/quic/quic_packet_writer_wrapper.cc',
1520 'tools/quic/quic_packet_writer_wrapper.h', 1563 'tools/quic/quic_packet_writer_wrapper.h',
1521 'tools/quic/quic_per_connection_packet_writer.cc', 1564 'tools/quic/quic_per_connection_packet_writer.cc',
1522 'tools/quic/quic_per_connection_packet_writer.h', 1565 'tools/quic/quic_per_connection_packet_writer.h',
1523 'tools/quic/quic_server.cc', 1566 'tools/quic/quic_server.cc',
1524 'tools/quic/quic_server.h', 1567 'tools/quic/quic_server.h',
1525 'tools/quic/quic_server_session.cc', 1568 'tools/quic/quic_server_session.cc',
1526 'tools/quic/quic_server_session.h', 1569 'tools/quic/quic_server_session.h',
1527 'tools/quic/quic_socket_utils.cc', 1570 'tools/quic/quic_socket_utils.cc',
1528 'tools/quic/quic_socket_utils.h', 1571 'tools/quic/quic_socket_utils.h',
1529 'tools/quic/quic_spdy_client_stream.cc', 1572 'tools/quic/quic_spdy_client_stream.cc',
1530 'tools/quic/quic_spdy_client_stream.h', 1573 'tools/quic/quic_spdy_client_stream.h',
1531 'tools/quic/quic_spdy_server_stream.cc', 1574 'tools/quic/quic_spdy_server_stream.cc',
1532 'tools/quic/quic_spdy_server_stream.h', 1575 'tools/quic/quic_spdy_server_stream.h',
1576 'tools/quic/quic_time_wait_list_manager.cc',
1533 'tools/quic/quic_time_wait_list_manager.h', 1577 'tools/quic/quic_time_wait_list_manager.h',
1534 'tools/quic/quic_time_wait_list_manager.cc',
1535 ], 1578 ],
1536 }, 1579 },
1537 { 1580 {
1538 'target_name': 'quic_client', 1581 'target_name': 'quic_client',
1539 'type': 'executable', 1582 'type': 'executable',
1540 'dependencies': [ 1583 'dependencies': [
1541 '../base/base.gyp:base', 1584 '../base/base.gyp:base',
1542 'net', 1585 'net',
1543 'quic_base', 1586 'quic_base',
1544 ], 1587 ],
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
1766 '../build/isolate.gypi', 1809 '../build/isolate.gypi',
1767 ], 1810 ],
1768 'sources': [ 1811 'sources': [
1769 'net_unittests.isolate', 1812 'net_unittests.isolate',
1770 ], 1813 ],
1771 }, 1814 },
1772 ], 1815 ],
1773 }], 1816 }],
1774 ], 1817 ],
1775 } 1818 }
OLDNEW
« no previous file with comments | « net/interfaces/proxy_resolver_service.mojom ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698