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
3 # found in the LICENSE file.
9 'linux_link_kerberos%': 0,
11 ['chromeos==1 or embedded==1 or OS=="android" or OS=="ios"', {
12 # Disable Kerberos on ChromeOS, Android and iOS, at least for now.
13 # It needs configuration (krb5.conf and so on).
15 }, { # chromeos == 0 and embedded==0 and OS!="android" and OS!="ios"
18 ['OS=="android" and target_arch != "ia32"', {
19 # The way the cache uses mmap() is inefficient on some Android devices.
20 # If this flag is set, we hackily avoid using mmap() in the disk cache.
21 # We are pretty confident that mmap-ing the index would not hurt any
22 # existing x86 android devices, but we cannot be so sure about the
23 # variety of ARM devices. So enable it for x86 only for now.
24 'posix_avoid_mmap%': 1,
26 'posix_avoid_mmap%': 0,
29 # Websockets and socket stream are not used on iOS.
30 'enable_websockets%': 0,
31 # iOS does not use V8.
33 'enable_built_in_dns%': 0,
35 'enable_websockets%': 1,
37 'enable_built_in_dns%': 1,
42 '../build/win_precompile.gypi',
47 'target_name': 'net_derived_sources',
50 'base/registry_controlled_domains/effective_tld_names.gperf',
51 'base/registry_controlled_domains/effective_tld_names_unittest1.gperf',
52 'base/registry_controlled_domains/effective_tld_names_unittest2.gperf',
53 'base/registry_controlled_domains/effective_tld_names_unittest3.gperf',
54 'base/registry_controlled_domains/effective_tld_names_unittest4.gperf',
55 'base/registry_controlled_domains/effective_tld_names_unittest5.gperf',
56 'base/registry_controlled_domains/effective_tld_names_unittest6.gperf',
63 '<(SHARED_INTERMEDIATE_DIR)/net/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-inc.cc',
66 'tools/tld_cleanup/make_dafsa.py',
70 'tools/tld_cleanup/make_dafsa.py',
72 '<(SHARED_INTERMEDIATE_DIR)/net/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-inc.cc',
76 'direct_dependent_settings': {
78 '<(SHARED_INTERMEDIATE_DIR)'
84 'type': '<(component)',
85 'variables': { 'enable_wexit_time_destructors': 1, },
87 '../base/base.gyp:base',
88 '../base/base.gyp:base_i18n',
89 '../base/base.gyp:base_prefs',
90 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
91 '../crypto/crypto.gyp:crypto',
92 '../sdch/sdch.gyp:sdch',
93 '../third_party/icu/icu.gyp:icui18n',
94 '../third_party/icu/icu.gyp:icuuc',
95 '../third_party/zlib/zlib.gyp:zlib',
96 '../url/url.gyp:url_lib',
97 'net_derived_sources',
101 '<@(net_nacl_common_sources)',
102 '<@(net_non_nacl_sources)',
105 'NET_IMPLEMENTATION',
107 'export_dependent_settings': [
108 '../base/base.gyp:base',
113 'base/network_change_notifier_linux.cc',
114 'base/network_change_notifier_linux.h',
115 'base/network_change_notifier_netlink_linux.cc',
116 'base/network_change_notifier_netlink_linux.h',
117 'proxy/proxy_config_service_linux.cc',
118 'proxy/proxy_config_service_linux.h',
121 ['use_kerberos==1', {
128 '/usr/include/kerberosV'
131 ['linux_link_kerberos==1', {
134 '<!@(krb5-config --libs gssapi)',
137 }, { # linux_link_kerberos==0
143 }, { # use_kerberos == 0
145 'http/http_auth_gssapi_posix.cc',
146 'http/http_auth_gssapi_posix.h',
147 'http/http_auth_handler_negotiate.h',
148 'http/http_auth_handler_negotiate.cc',
151 ['posix_avoid_mmap==1', {
155 'direct_dependent_settings': {
161 'disk_cache/blockfile/mapped_file_posix.cc',
165 'disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc',
168 ['disable_file_support==1', {
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
171 # directory listings. Also used outside of net/).
173 'base/directory_lister.cc',
174 'base/directory_lister.h',
175 'url_request/url_request_file_dir_job.cc',
176 'url_request/url_request_file_dir_job.h',
177 'url_request/url_request_file_job.cc',
178 'url_request/url_request_file_job.h',
179 'url_request/file_protocol_handler.cc',
180 'url_request/file_protocol_handler.h',
183 ['disable_ftp_support==1', {
185 ['exclude', '^ftp/'],
188 'url_request/ftp_protocol_handler.cc',
189 'url_request/ftp_protocol_handler.h',
190 'url_request/url_request_ftp_job.cc',
191 'url_request/url_request_ftp_job.h',
194 ['enable_built_in_dns==1', {
196 'ENABLE_BUILT_IN_DNS',
200 'dns/address_sorter_posix.cc',
201 'dns/address_sorter_posix.h',
207 'base/crypto_module_nss.cc',
208 'base/keygen_handler_nss.cc',
211 'cert/cert_database_nss.cc',
212 'cert/cert_verify_proc_nss.cc',
213 'cert/cert_verify_proc_nss.h',
214 'cert/ct_log_verifier_nss.cc',
215 'cert/ct_objects_extractor_nss.cc',
216 'cert/jwk_serializer_nss.cc',
217 'cert/nss_cert_database.cc',
218 'cert/nss_cert_database.h',
219 'cert/nss_cert_database_chromeos.cc',
220 'cert/nss_cert_database_chromeos.h',
221 'cert/nss_profile_filter_chromeos.cc',
222 'cert/nss_profile_filter_chromeos.h',
223 'cert/sha256_legacy_support_nss_win.cc',
224 'cert/scoped_nss_types.h',
225 'cert/test_root_certs_nss.cc',
226 'cert/x509_certificate_nss.cc',
227 'cert/x509_util_nss.cc',
228 'cert/x509_util_nss.h',
231 'quic/crypto/aead_base_decrypter_nss.cc',
232 'quic/crypto/aead_base_encrypter_nss.cc',
233 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc',
234 'quic/crypto/aes_128_gcm_12_encrypter_nss.cc',
235 'quic/crypto/chacha20_poly1305_decrypter_nss.cc',
236 'quic/crypto/chacha20_poly1305_encrypter_nss.cc',
237 'quic/crypto/channel_id_nss.cc',
238 'quic/crypto/p256_key_exchange_nss.cc',
239 'socket/nss_ssl_util.cc',
240 'socket/nss_ssl_util.h',
241 'socket/ssl_client_socket_nss.cc',
242 'socket/ssl_client_socket_nss.h',
243 'socket/ssl_server_socket_nss.cc',
244 'socket/ssl_server_socket_nss.h',
245 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
246 'third_party/mozilla_security_manager/nsKeygenHandler.h',
247 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
248 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
249 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
250 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
253 '../third_party/boringssl/boringssl.gyp:boringssl',
256 { # else !use_openssl: remove the unneeded files and depend on NSS.
258 'base/crypto_module_openssl.cc',
259 'cert/ct_log_verifier_openssl.cc',
260 'cert/ct_objects_extractor_openssl.cc',
261 'cert/jwk_serializer_openssl.cc',
262 'cert/sha256_legacy_support_openssl_win.cc',
263 'cert/x509_util_openssl.cc',
264 'cert/x509_util_openssl.h',
265 'crypto/scoped_openssl_types.h',
266 'quic/crypto/aead_base_decrypter_openssl.cc',
267 'quic/crypto/aead_base_encrypter_openssl.cc',
268 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc',
269 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc',
270 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc',
271 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc',
272 'quic/crypto/channel_id_openssl.cc',
273 'quic/crypto/p256_key_exchange_openssl.cc',
274 'quic/crypto/scoped_evp_aead_ctx.cc',
275 'quic/crypto/scoped_evp_aead_ctx.h',
276 'socket/ssl_client_socket_openssl.cc',
277 'socket/ssl_client_socket_openssl.h',
278 'socket/ssl_server_socket_openssl.cc',
279 'socket/ssl_server_socket_openssl.h',
280 'socket/ssl_session_cache_openssl.cc',
281 'socket/ssl_session_cache_openssl.h',
282 'ssl/openssl_platform_key_mac.cc',
283 'ssl/openssl_platform_key_win.cc',
284 'ssl/openssl_platform_key.h',
285 'ssl/openssl_ssl_util.cc',
286 'ssl/openssl_ssl_util.h',
289 # Pull in the bundled or system NSS as appropriate.
290 [ 'desktop_linux == 1 or chromeos == 1', {
292 '../build/linux/system.gyp:ssl',
296 '../third_party/nss/nss.gyp:nspr',
297 '../third_party/nss/nss.gyp:nss',
298 'third_party/nss/ssl.gyp:libssl',
304 [ 'use_openssl_certs == 0', {
306 'base/keygen_handler_openssl.cc',
307 'base/openssl_private_key_store.h',
308 'base/openssl_private_key_store_android.cc',
309 'base/openssl_private_key_store_memory.cc',
310 'cert/cert_database_openssl.cc',
311 'cert/cert_verify_proc_openssl.cc',
312 'cert/cert_verify_proc_openssl.h',
313 'cert/test_root_certs_openssl.cc',
314 'cert/x509_certificate_openssl.cc',
315 'ssl/openssl_client_key_store.cc',
316 'ssl/openssl_client_key_store.h',
321 '../build/linux/system.gyp:gconf',
322 '../build/linux/system.gyp:gio',
325 [ 'desktop_linux == 1 or chromeos == 1', {
329 'base/network_change_notifier_linux.cc',
330 'base/network_change_notifier_netlink_linux.cc',
331 'proxy/proxy_config_service_linux.cc',
335 '../build/linux/system.gyp:libresolv',
347 { # else: OS is not in the above list
349 'base/crypto_module_nss.cc',
350 'base/keygen_handler_nss.cc',
351 'cert/cert_database_nss.cc',
352 'cert/nss_cert_database.cc',
353 'cert/nss_cert_database.h',
354 'cert/test_root_certs_nss.cc',
355 'cert/x509_certificate_nss.cc',
358 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
359 'third_party/mozilla_security_manager/nsKeygenHandler.h',
360 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
361 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
362 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
363 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
369 'cert/cert_verify_proc_nss.cc',
370 'cert/cert_verify_proc_nss.h',
371 'ssl/client_cert_store_nss.cc',
372 'ssl/client_cert_store_nss.h',
373 'ssl/client_cert_store_chromeos.cc',
374 'ssl/client_cert_store_chromeos.h',
377 [ 'enable_websockets != 1', {
379 ['exclude', '^websockets/'],
382 [ 'enable_mdns != 1', {
386 'dns/mdns_client.cc',
388 'dns/mdns_client_impl.cc',
389 'dns/mdns_client_impl.h',
390 'dns/record_parsed.cc',
391 'dns/record_parsed.h',
392 'dns/record_rdata.cc',
393 'dns/record_rdata.h',
398 'http/http_auth_handler_ntlm_portable.cc',
399 'socket/socket_libevent.cc',
400 'socket/socket_libevent.h',
401 'socket/tcp_socket_libevent.cc',
402 'socket/tcp_socket_libevent.h',
403 'udp/udp_socket_libevent.cc',
404 'udp/udp_socket_libevent.h',
406 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
407 'msvs_disabled_warnings': [4267, ],
408 }, { # else: OS != "win"
410 'base/winsock_init.cc',
411 'base/winsock_init.h',
412 'base/winsock_util.cc',
413 'base/winsock_util.h',
414 'proxy/proxy_resolver_winhttp.cc',
415 'proxy/proxy_resolver_winhttp.h',
422 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
423 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
424 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
425 '$(SDKROOT)/usr/lib/libresolv.dylib',
432 'disk_cache/blockfile/file_posix.cc',
436 '$(SDKROOT)/System/Library/Frameworks/CFNetwork.framework',
437 '$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework',
438 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
439 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
440 '$(SDKROOT)/usr/lib/libresolv.dylib',
445 ['OS=="android" and _toolset=="target" and android_webview_build == 0', {
450 [ 'OS == "android"', {
455 'base/openssl_private_key_store_memory.cc',
456 'cert/cert_database_openssl.cc',
457 'cert/cert_verify_proc_openssl.cc',
458 'cert/test_root_certs_openssl.cc',
462 [ 'use_icu_alternatives_on_android == 1', {
464 '../base/base.gyp:base_i18n',
465 '../third_party/icu/icu.gyp:icui18n',
466 '../third_party/icu/icu.gyp:icuuc',
469 'base/filename_util_icu.cc',
470 'base/net_string_util_icu.cc',
471 'base/net_util_icu.cc',
474 'base/net_string_util_icu_alternatives_android.cc',
475 'base/net_string_util_icu_alternatives_android.h',
480 'target_conditions': [
481 # These source files are excluded by default platform rules, but they
482 # are needed in specific cases on other platforms. Re-including them can
483 # only be done in target_conditions as it is evaluated after the
485 ['OS == "android"', {
487 ['include', '^base/platform_mime_util_linux\\.cc$'],
488 ['include', '^base/address_tracker_linux\\.cc$'],
489 ['include', '^base/address_tracker_linux\\.h$'],
494 ['include', '^base/network_change_notifier_mac\\.cc$'],
495 ['include', '^base/network_config_watcher_mac\\.cc$'],
496 ['include', '^base/platform_mime_util_mac\\.mm$'],
497 # The iOS implementation only partially uses NSS and thus does not
498 # defines |use_nss|. In particular the |USE_NSS| preprocessor
499 # definition is not used. The following files are needed though:
500 ['include', '^cert/cert_verify_proc_nss\\.cc$'],
501 ['include', '^cert/cert_verify_proc_nss\\.h$'],
502 ['include', '^cert/test_root_certs_nss\\.cc$'],
503 ['include', '^cert/x509_util_nss\\.cc$'],
504 ['include', '^cert/x509_util_nss\\.h$'],
505 ['include', '^proxy/proxy_resolver_mac\\.cc$'],
506 ['include', '^proxy/proxy_server_mac\\.cc$'],
507 ['include', '^ocsp/nss_ocsp\\.cc$'],
508 ['include', '^ocsp/nss_ocsp\\.h$'],
514 'target_name': 'net_unittests',
515 'type': '<(gtest_target_type)',
517 '../base/base.gyp:base',
518 '../base/base.gyp:base_i18n',
519 '../base/base.gyp:base_prefs_test_support',
520 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
521 '../crypto/crypto.gyp:crypto',
522 '../crypto/crypto.gyp:crypto_test_support',
523 '../testing/gmock.gyp:gmock',
524 '../testing/gtest.gyp:gtest',
525 '../third_party/zlib/zlib.gyp:zlib',
526 '../url/url.gyp:url_lib',
530 'net_derived_sources',
536 '<@(net_test_sources)',
539 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
542 'flip_in_mem_edsm_server_base',
546 '<@(net_linux_test_sources)',
551 'proxy/proxy_config_service_linux_unittest.cc',
554 [ 'OS == "android"', {
556 # See bug http://crbug.com/344533.
557 'disk_cache/blockfile/index_table_v3_unittest.cc',
558 # No res_ninit() et al on Android, so this doesn't make a lot of
560 'dns/dns_config_service_posix_unittest.cc',
564 'net_test_jni_headers',
569 'ssl/client_cert_store_nss_unittest.cc',
570 'ssl/client_cert_store_chromeos_unittest.cc',
573 [ 'use_openssl == 1', {
574 # Avoid compiling/linking with the system library.
576 '../third_party/boringssl/boringssl.gyp:boringssl',
578 }, { # use_openssl == 0
580 [ 'desktop_linux == 1 or chromeos == 1', {
582 '../build/linux/system.gyp:ssl',
584 }, { # desktop_linux == 0 and chromeos == 0
586 '../third_party/nss/nss.gyp:nspr',
587 '../third_party/nss/nss.gyp:nss',
588 'third_party/nss/ssl.gyp:libssl',
591 'cert/nss_cert_database_unittest.cc',
596 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
598 ['use_allocator!="none"', {
600 '../base/allocator/allocator.gyp:allocator',
605 [ 'use_kerberos==1', {
609 }, { # use_kerberos == 0
611 'http/http_auth_gssapi_posix_unittest.cc',
612 'http/http_auth_handler_negotiate_unittest.cc',
613 'http/mock_gssapi_library_posix.cc',
614 'http/mock_gssapi_library_posix.h',
617 [ 'use_openssl == 1 or (desktop_linux == 0 and chromeos == 0 and OS != "ios")', {
618 # Only include this test when on Posix and using NSS for
619 # cert verification or on iOS (which also uses NSS for certs).
621 'ocsp/nss_ocsp_unittest.cc',
624 [ 'use_openssl==1', {
625 # When building for OpenSSL, we need to exclude NSS specific tests
626 # or functionality not supported by OpenSSL yet.
627 # TODO(bulach): Add equivalent tests when the underlying
628 # functionality is ported to OpenSSL.
630 'cert/nss_cert_database_unittest.cc',
631 'cert/nss_cert_database_chromeos_unittest.cc',
632 'cert/nss_profile_filter_chromeos_unittest.cc',
633 'cert/x509_util_nss_unittest.cc',
634 'quic/test_tools/crypto_test_utils_nss.cc',
636 }, { # else !use_openssl: remove the unneeded files and pull in NSS.
638 'cert/x509_util_openssl_unittest.cc',
639 'quic/test_tools/crypto_test_utils_openssl.cc',
640 'socket/ssl_client_socket_openssl_unittest.cc',
641 'socket/ssl_session_cache_openssl_unittest.cc',
645 [ 'use_openssl_certs == 0', {
647 'ssl/openssl_client_key_store_unittest.cc',
650 [ 'enable_websockets != 1', {
652 ['exclude', '^websockets/'],
655 ['disable_file_support==1', {
657 'base/directory_lister_unittest.cc',
658 'url_request/url_request_file_job_unittest.cc',
661 [ 'disable_ftp_support==1', {
663 ['exclude', '^ftp/'],
666 'url_request/url_request_ftp_job_unittest.cc',
670 [ 'enable_built_in_dns!=1', {
672 'dns/address_sorter_posix_unittest.cc',
673 'dns/address_sorter_unittest.cc',
677 # Always need use_v8_in_net to be 1 to run gyp on Android, so just
678 # remove net_unittest's dependency on v8 when using icu alternatives
679 # instead of setting use_v8_in_net to 0.
680 [ 'use_v8_in_net==1 and use_icu_alternatives_on_android==0', {
684 }, { # else: !use_v8_in_net
686 'proxy/proxy_resolver_v8_unittest.cc',
687 'proxy/proxy_resolver_v8_tracing_unittest.cc',
692 [ 'enable_mdns != 1', {
694 'dns/mdns_cache_unittest.cc',
695 'dns/mdns_client_unittest.cc',
696 'dns/mdns_query_unittest.cc',
697 'dns/record_parsed_unittest.cc',
698 'dns/record_rdata_unittest.cc',
703 'dns/dns_config_service_posix_unittest.cc',
704 'http/http_auth_gssapi_posix_unittest.cc',
706 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
707 'msvs_disabled_warnings': [4267, ],
709 [ 'icu_use_data_file_flag == 0', {
710 # This is needed to trigger the dll copy step on windows.
711 # TODO(mark): Specifying this here shouldn't be necessary.
713 '../third_party/icu/icu.gyp:icudata',
722 'action_name': 'copy_test_data',
725 'data/ssl/certificates/',
727 'data/url_request_unittest/',
729 'test_data_prefix': 'net',
731 'includes': [ '../build/copy_test_data_ios.gypi' ],
735 # TODO(droger): The following tests are disabled because the
736 # implementation is missing or incomplete.
737 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS.
738 'base/keygen_handler_unittest.cc',
739 'disk_cache/backend_unittest.cc',
740 'disk_cache/blockfile/block_files_unittest.cc',
741 # Need to read input data files.
742 'filter/gzip_filter_unittest.cc',
743 'socket/ssl_server_socket_unittest.cc',
744 'spdy/fuzzing/hpack_fuzz_util_test.cc',
746 'proxy/proxy_script_fetcher_impl_unittest.cc',
747 'socket/ssl_client_socket_unittest.cc',
748 'url_request/url_fetcher_impl_unittest.cc',
749 'url_request/url_request_context_builder_unittest.cc',
750 # Needs GetAppOutput().
751 'test/python_utils_unittest.cc',
753 # The following tests are disabled because they don't apply to
755 # OS is not "linux" or "freebsd" or "openbsd".
756 'socket/unix_domain_client_socket_posix_unittest.cc',
757 'socket/unix_domain_listen_socket_posix_unittest.cc',
758 'socket/unix_domain_server_socket_posix_unittest.cc',
760 # See bug http://crbug.com/344533.
761 'disk_cache/blockfile/index_table_v3_unittest.cc',
764 [ 'OS == "android"', {
766 'dns/dns_config_service_posix_unittest.cc',
770 ['OS == "android"', {
771 # TODO(mmenke): This depends on test_support_base, which depends on
772 # icu. Figure out a way to remove that dependency.
774 '../testing/android/native_test.gyp:native_test_native_code',
777 [ 'use_icu_alternatives_on_android == 1', {
779 '../base/base.gyp:base_i18n',
782 'base/filename_util_unittest.cc',
783 'base/net_util_icu_unittest.cc',
787 ['v8_use_external_startup_data==1', {
789 '../gin/gin.gyp:gin',
793 'target_conditions': [
794 # These source files are excluded by default platform rules, but they
795 # are needed in specific cases on other platforms. Re-including them can
796 # only be done in target_conditions as it is evaluated after the
798 ['OS == "android"', {
800 ['include', '^base/address_tracker_linux_unittest\\.cc$'],
806 'target_name': 'net_perftests',
807 'type': 'executable',
809 '../base/base.gyp:base',
810 '../base/base.gyp:base_i18n',
811 '../base/base.gyp:test_support_perf',
812 '../testing/gtest.gyp:gtest',
813 '../url/url.gyp:url_lib',
818 'cookies/cookie_monster_perftest.cc',
819 'disk_cache/blockfile/disk_cache_perftest.cc',
820 'proxy/proxy_resolver_perftest.cc',
821 'websockets/websocket_frame_perftest.cc',
824 [ 'use_v8_in_net==1', {
828 }, { # else: !use_v8_in_net
830 'proxy/proxy_resolver_perftest.cc',
836 [ 'icu_use_data_file_flag == 0', {
837 # This is needed to trigger the dll copy step on windows.
838 # TODO(mark): Specifying this here shouldn't be necessary.
840 '../third_party/icu/icu.gyp:icudata',
844 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
845 'msvs_disabled_warnings': [4267, ],
847 [ 'enable_websockets != 1', {
849 'websockets/websocket_frame_perftest.cc',
855 'target_name': 'net_test_support',
856 'type': 'static_library',
858 '../base/base.gyp:base',
859 '../base/base.gyp:test_support_base',
860 '../net/tools/tld_cleanup/tld_cleanup.gyp:tld_cleanup_util',
861 '../testing/gtest.gyp:gtest',
862 '../testing/gmock.gyp:gmock',
863 '../url/url.gyp:url_lib',
866 'export_dependent_settings': [
867 '../base/base.gyp:base',
868 # TODO(mmenke): This depends on icu, figure out a way to build tests
870 '../base/base.gyp:test_support_base',
871 '../testing/gtest.gyp:gtest',
872 '../testing/gmock.gyp:gmock',
875 'base/capturing_net_log.cc',
876 'base/capturing_net_log.h',
877 'base/load_timing_info_test_util.cc',
878 'base/load_timing_info_test_util.h',
879 'base/mock_file_stream.cc',
880 'base/mock_file_stream.h',
881 'base/test_completion_callback.cc',
882 'base/test_completion_callback.h',
883 'base/test_data_directory.cc',
884 'base/test_data_directory.h',
885 'cert/mock_cert_verifier.cc',
886 'cert/mock_cert_verifier.h',
887 'cookies/cookie_monster_store_test.cc',
888 'cookies/cookie_monster_store_test.h',
889 'cookies/cookie_store_test_callbacks.cc',
890 'cookies/cookie_store_test_callbacks.h',
891 'cookies/cookie_store_test_helpers.cc',
892 'cookies/cookie_store_test_helpers.h',
893 'disk_cache/disk_cache_test_base.cc',
894 'disk_cache/disk_cache_test_base.h',
895 'disk_cache/disk_cache_test_util.cc',
896 'disk_cache/disk_cache_test_util.h',
897 'dns/dns_test_util.cc',
898 'dns/dns_test_util.h',
899 'dns/mock_host_resolver.cc',
900 'dns/mock_host_resolver.h',
901 'dns/mock_mdns_socket_factory.cc',
902 'dns/mock_mdns_socket_factory.h',
903 'http/http_transaction_test_util.cc',
904 'http/http_transaction_test_util.h',
905 'proxy/mock_proxy_resolver.cc',
906 'proxy/mock_proxy_resolver.h',
907 'proxy/mock_proxy_script_fetcher.cc',
908 'proxy/mock_proxy_script_fetcher.h',
909 'proxy/proxy_config_service_common_unittest.cc',
910 'proxy/proxy_config_service_common_unittest.h',
911 'socket/socket_test_util.cc',
912 'socket/socket_test_util.h',
913 'test/cert_test_util.cc',
914 'test/cert_test_util.h',
915 'test/cert_test_util_nss.cc',
916 'test/ct_test_util.cc',
917 'test/ct_test_util.h',
918 'test/embedded_test_server/embedded_test_server.cc',
919 'test/embedded_test_server/embedded_test_server.h',
920 'test/embedded_test_server/http_connection.cc',
921 'test/embedded_test_server/http_connection.h',
922 'test/embedded_test_server/http_request.cc',
923 'test/embedded_test_server/http_request.h',
924 'test/embedded_test_server/http_response.cc',
925 'test/embedded_test_server/http_response.h',
926 'test/net_test_suite.cc',
927 'test/net_test_suite.h',
928 'test/python_utils.cc',
929 'test/python_utils.h',
930 'test/spawned_test_server/base_test_server.cc',
931 'test/spawned_test_server/base_test_server.h',
932 'test/spawned_test_server/local_test_server_posix.cc',
933 'test/spawned_test_server/local_test_server_win.cc',
934 'test/spawned_test_server/local_test_server.cc',
935 'test/spawned_test_server/local_test_server.h',
936 'test/spawned_test_server/remote_test_server.cc',
937 'test/spawned_test_server/remote_test_server.h',
938 'test/spawned_test_server/spawned_test_server.h',
939 'test/spawned_test_server/spawner_communicator.cc',
940 'test/spawned_test_server/spawner_communicator.h',
941 'test/url_request/url_request_failed_job.cc',
942 'test/url_request/url_request_failed_job.h',
943 'test/url_request/url_request_mock_http_job.cc',
944 'test/url_request/url_request_mock_http_job.h',
945 'url_request/test_url_fetcher_factory.cc',
946 'url_request/test_url_fetcher_factory.h',
947 'url_request/test_url_request_interceptor.cc',
948 'url_request/test_url_request_interceptor.h',
949 'url_request/url_request_test_util.cc',
950 'url_request/url_request_test_util.h',
955 '../third_party/protobuf/protobuf.gyp:py_proto',
958 ['use_openssl == 0 and (use_nss == 1 or OS == "ios")', {
960 [ 'desktop_linux == 1 or chromeos == 1', {
962 '../build/linux/system.gyp:ssl',
964 }, { # desktop_linux == 0 and chromeos == 0
966 '../third_party/nss/nss.gyp:nspr',
967 '../third_party/nss/nss.gyp:nss',
968 'third_party/nss/ssl.gyp:libssl',
973 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
975 ['use_allocator!="none"', {
977 '../base/allocator/allocator.gyp:allocator',
982 ['OS != "android"', {
984 'test/spawned_test_server/remote_test_server.cc',
985 'test/spawned_test_server/remote_test_server.h',
986 'test/spawned_test_server/spawner_communicator.cc',
987 'test/spawned_test_server/spawner_communicator.h',
990 [ 'use_v8_in_net==1', {
996 [ 'enable_mdns != 1', {
998 'dns/mock_mdns_socket_factory.cc',
999 'dns/mock_mdns_socket_factory.h'
1004 'test/cert_test_util_nss.cc',
1008 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1009 'msvs_disabled_warnings': [4267, ],
1012 'target_name': 'net_resources',
1015 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/net',
1019 'action_name': 'net_resources',
1021 'grit_grd_file': 'base/net_resources.grd',
1023 'includes': [ '../build/grit_action.gypi' ],
1028 'target_name': 'net_extras',
1029 'type': 'static_library',
1030 'variables': { 'enable_wexit_time_destructors': 1, },
1032 '../base/base.gyp:base',
1033 '../sql/sql.gyp:sql',
1037 '<@(net_extras_sources)',
1041 'target_name': 'http_server',
1042 'type': 'static_library',
1043 'variables': { 'enable_wexit_time_destructors': 1, },
1045 '../base/base.gyp:base',
1049 'server/http_connection.cc',
1050 'server/http_connection.h',
1051 'server/http_server.cc',
1052 'server/http_server.h',
1053 'server/http_server_request_info.cc',
1054 'server/http_server_request_info.h',
1055 'server/http_server_response_info.cc',
1056 'server/http_server_response_info.h',
1057 'server/web_socket.cc',
1058 'server/web_socket.h',
1060 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1061 'msvs_disabled_warnings': [4267, ],
1064 'target_name': 'balsa',
1065 'type': 'static_library',
1067 '../base/base.gyp:base',
1071 'tools/balsa/balsa_enums.h',
1072 'tools/balsa/balsa_frame.cc',
1073 'tools/balsa/balsa_frame.h',
1074 'tools/balsa/balsa_headers.cc',
1075 'tools/balsa/balsa_headers.h',
1076 'tools/balsa/balsa_headers_token_utils.cc',
1077 'tools/balsa/balsa_headers_token_utils.h',
1078 'tools/balsa/balsa_visitor_interface.h',
1079 'tools/balsa/http_message_constants.cc',
1080 'tools/balsa/http_message_constants.h',
1081 'tools/balsa/noop_balsa_visitor.h',
1082 'tools/balsa/simple_buffer.cc',
1083 'tools/balsa/simple_buffer.h',
1084 'tools/balsa/split.cc',
1085 'tools/balsa/split.h',
1086 'tools/balsa/string_piece_utils.h',
1087 'tools/quic/spdy_utils.cc',
1088 'tools/quic/spdy_utils.h',
1092 'target_name': 'dump_cache',
1093 'type': 'executable',
1095 '../base/base.gyp:base',
1100 'tools/dump_cache/cache_dumper.cc',
1101 'tools/dump_cache/cache_dumper.h',
1102 'tools/dump_cache/dump_cache.cc',
1103 'tools/dump_cache/dump_files.cc',
1104 'tools/dump_cache/dump_files.h',
1105 'tools/dump_cache/simple_cache_dumper.cc',
1106 'tools/dump_cache/simple_cache_dumper.h',
1107 'tools/dump_cache/url_to_filename_encoder.cc',
1108 'tools/dump_cache/url_to_filename_encoder.h',
1109 'tools/dump_cache/url_utilities.h',
1110 'tools/dump_cache/url_utilities.cc',
1112 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1113 'msvs_disabled_warnings': [4267, ],
1116 # This is a temporary target which will be merged into 'net' once the
1117 # dependency on balsa is eliminated and the classes are actually used.
1118 'target_name': 'quic_tools',
1119 'type': 'static_library',
1121 '../base/base.gyp:base',
1122 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
1123 '../url/url.gyp:url_lib',
1127 'quic/quic_dispatcher.cc',
1128 'quic/quic_dispatcher.h',
1129 'quic/quic_in_memory_cache.cc',
1130 'quic/quic_in_memory_cache.h',
1131 'quic/quic_per_connection_packet_writer.cc',
1132 'quic/quic_per_connection_packet_writer.h',
1133 'quic/quic_server.cc',
1134 'quic/quic_server.h',
1135 'quic/quic_server_packet_writer.cc',
1136 'quic/quic_server_packet_writer.h',
1137 'quic/quic_server_session.cc',
1138 'quic/quic_server_session.h',
1139 'quic/quic_spdy_server_stream.cc',
1140 'quic/quic_spdy_server_stream.h',
1141 'quic/quic_time_wait_list_manager.cc',
1142 'quic/quic_time_wait_list_manager.h',
1147 ['use_v8_in_net == 1', {
1150 'target_name': 'net_with_v8',
1151 'type': '<(component)',
1152 'variables': { 'enable_wexit_time_destructors': 1, },
1154 '../base/base.gyp:base',
1155 '../gin/gin.gyp:gin',
1156 '../url/url.gyp:url_lib',
1157 '../v8/tools/gyp/v8.gyp:v8',
1161 'NET_IMPLEMENTATION',
1164 'proxy/proxy_resolver_v8.cc',
1165 'proxy/proxy_resolver_v8.h',
1166 'proxy/proxy_resolver_v8_tracing.cc',
1167 'proxy/proxy_resolver_v8_tracing.h',
1168 'proxy/proxy_service_v8.cc',
1169 'proxy/proxy_service_v8.h',
1171 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1172 'msvs_disabled_warnings': [4267, ],
1176 ['OS != "ios" and OS != "android"', {
1178 # iOS doesn't have the concept of simple executables, these targets
1179 # can't be compiled on the platform.
1181 'target_name': 'crash_cache',
1182 'type': 'executable',
1184 '../base/base.gyp:base',
1189 'tools/crash_cache/crash_cache.cc',
1191 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1192 'msvs_disabled_warnings': [4267, ],
1195 'target_name': 'crl_set_dump',
1196 'type': 'executable',
1198 '../base/base.gyp:base',
1202 'tools/crl_set_dump/crl_set_dump.cc',
1204 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1205 'msvs_disabled_warnings': [4267, ],
1208 'target_name': 'dns_fuzz_stub',
1209 'type': 'executable',
1211 '../base/base.gyp:base',
1215 'tools/dns_fuzz_stub/dns_fuzz_stub.cc',
1217 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1218 'msvs_disabled_warnings': [4267, ],
1221 'target_name': 'gdig',
1222 'type': 'executable',
1224 '../base/base.gyp:base',
1228 'tools/gdig/file_net_log.cc',
1229 'tools/gdig/gdig.cc',
1233 'target_name': 'get_server_time',
1234 'type': 'executable',
1236 '../base/base.gyp:base',
1237 '../base/base.gyp:base_i18n',
1238 '../url/url.gyp:url_lib',
1242 'tools/get_server_time/get_server_time.cc',
1244 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1245 'msvs_disabled_warnings': [4267, ],
1248 'target_name': 'hpack_example_generator',
1249 'type': 'executable',
1251 '../base/base.gyp:base',
1255 'spdy/fuzzing/hpack_example_generator.cc',
1257 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1258 'msvs_disabled_warnings': [4267, ],
1261 'target_name': 'hpack_fuzz_mutator',
1262 'type': 'executable',
1264 '../base/base.gyp:base',
1268 'spdy/fuzzing/hpack_fuzz_mutator.cc',
1270 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1271 'msvs_disabled_warnings': [4267, ],
1274 'target_name': 'hpack_fuzz_wrapper',
1275 'type': 'executable',
1277 '../base/base.gyp:base',
1281 'spdy/fuzzing/hpack_fuzz_wrapper.cc',
1283 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1284 'msvs_disabled_warnings': [4267, ],
1287 'target_name': 'net_watcher',
1288 'type': 'executable',
1290 '../base/base.gyp:base',
1295 [ 'use_glib == 1', {
1297 '../build/linux/system.gyp:gconf',
1298 '../build/linux/system.gyp:gio',
1304 'tools/net_watcher/net_watcher.cc',
1308 'target_name': 'run_testserver',
1309 'type': 'executable',
1311 '../base/base.gyp:base',
1312 '../base/base.gyp:test_support_base',
1313 '../testing/gtest.gyp:gtest',
1317 'tools/testserver/run_testserver.cc',
1321 'target_name': 'stress_cache',
1322 'type': 'executable',
1324 '../base/base.gyp:base',
1329 'disk_cache/blockfile/stress_cache.cc',
1331 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1332 'msvs_disabled_warnings': [4267, ],
1335 'target_name': 'tld_cleanup',
1336 'type': 'executable',
1338 '../base/base.gyp:base',
1339 '../base/base.gyp:base_i18n',
1340 '../net/tools/tld_cleanup/tld_cleanup.gyp:tld_cleanup_util',
1343 'tools/tld_cleanup/tld_cleanup.cc',
1345 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1346 'msvs_disabled_warnings': [4267, ],
1350 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
1353 'target_name': 'epoll_server',
1354 'type': 'static_library',
1356 '../base/base.gyp:base',
1360 'tools/epoll_server/epoll_server.cc',
1361 'tools/epoll_server/epoll_server.h',
1365 'target_name': 'flip_in_mem_edsm_server_base',
1366 'type': 'static_library',
1371 '../base/base.gyp:base',
1372 '../third_party/boringssl/boringssl.gyp:boringssl',
1378 'tools/dump_cache/url_to_filename_encoder.cc',
1379 'tools/dump_cache/url_to_filename_encoder.h',
1380 'tools/dump_cache/url_utilities.h',
1381 'tools/dump_cache/url_utilities.cc',
1382 'tools/flip_server/acceptor_thread.h',
1383 'tools/flip_server/acceptor_thread.cc',
1384 'tools/flip_server/create_listener.cc',
1385 'tools/flip_server/create_listener.h',
1386 'tools/flip_server/constants.h',
1387 'tools/flip_server/flip_config.cc',
1388 'tools/flip_server/flip_config.h',
1389 'tools/flip_server/http_interface.cc',
1390 'tools/flip_server/http_interface.h',
1391 'tools/flip_server/loadtime_measurement.h',
1392 'tools/flip_server/mem_cache.h',
1393 'tools/flip_server/mem_cache.cc',
1394 'tools/flip_server/output_ordering.cc',
1395 'tools/flip_server/output_ordering.h',
1396 'tools/flip_server/ring_buffer.cc',
1397 'tools/flip_server/ring_buffer.h',
1398 'tools/flip_server/sm_connection.cc',
1399 'tools/flip_server/sm_connection.h',
1400 'tools/flip_server/sm_interface.h',
1401 'tools/flip_server/spdy_ssl.cc',
1402 'tools/flip_server/spdy_ssl.h',
1403 'tools/flip_server/spdy_interface.cc',
1404 'tools/flip_server/spdy_interface.h',
1405 'tools/flip_server/spdy_util.cc',
1406 'tools/flip_server/spdy_util.h',
1407 'tools/flip_server/streamer_interface.cc',
1408 'tools/flip_server/streamer_interface.h',
1412 'target_name': 'flip_in_mem_edsm_server_unittests',
1413 'type': 'executable',
1415 '../testing/gtest.gyp:gtest',
1416 '../testing/gmock.gyp:gmock',
1417 '../third_party/boringssl/boringssl.gyp:boringssl',
1418 'flip_in_mem_edsm_server_base',
1423 'tools/flip_server/flip_test_utils.cc',
1424 'tools/flip_server/flip_test_utils.h',
1425 'tools/flip_server/http_interface_test.cc',
1426 'tools/flip_server/mem_cache_test.cc',
1427 'tools/flip_server/run_all_tests.cc',
1428 'tools/flip_server/spdy_interface_test.cc',
1432 'target_name': 'flip_in_mem_edsm_server',
1433 'type': 'executable',
1438 '../base/base.gyp:base',
1439 'flip_in_mem_edsm_server_base',
1443 'tools/flip_server/flip_in_mem_edsm_server.cc',
1447 'target_name': 'quic_base',
1448 'type': 'static_library',
1450 '../base/base.gyp:base',
1451 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
1452 '../url/url.gyp:url_lib',
1458 'tools/quic/quic_client.cc',
1459 'tools/quic/quic_client.h',
1460 'tools/quic/quic_client_session.cc',
1461 'tools/quic/quic_client_session.h',
1462 'tools/quic/quic_default_packet_writer.cc',
1463 'tools/quic/quic_default_packet_writer.h',
1464 'tools/quic/quic_dispatcher.h',
1465 'tools/quic/quic_dispatcher.cc',
1466 'tools/quic/quic_epoll_clock.cc',
1467 'tools/quic/quic_epoll_clock.h',
1468 'tools/quic/quic_epoll_connection_helper.cc',
1469 'tools/quic/quic_epoll_connection_helper.h',
1470 'tools/quic/quic_in_memory_cache.cc',
1471 'tools/quic/quic_in_memory_cache.h',
1472 'tools/quic/quic_packet_writer_wrapper.cc',
1473 'tools/quic/quic_packet_writer_wrapper.h',
1474 'tools/quic/quic_per_connection_packet_writer.cc',
1475 'tools/quic/quic_per_connection_packet_writer.h',
1476 'tools/quic/quic_server.cc',
1477 'tools/quic/quic_server.h',
1478 'tools/quic/quic_server_session.cc',
1479 'tools/quic/quic_server_session.h',
1480 'tools/quic/quic_socket_utils.cc',
1481 'tools/quic/quic_socket_utils.h',
1482 'tools/quic/quic_spdy_client_stream.cc',
1483 'tools/quic/quic_spdy_client_stream.h',
1484 'tools/quic/quic_spdy_server_stream.cc',
1485 'tools/quic/quic_spdy_server_stream.h',
1486 'tools/quic/quic_time_wait_list_manager.h',
1487 'tools/quic/quic_time_wait_list_manager.cc',
1491 'target_name': 'quic_client',
1492 'type': 'executable',
1494 '../base/base.gyp:base',
1499 'tools/quic/quic_client_bin.cc',
1503 'target_name': 'quic_server',
1504 'type': 'executable',
1506 '../base/base.gyp:base',
1511 'quic/quic_server_bin.cc',
1519 'target_name': 'net_jni_headers',
1522 'android/java/src/org/chromium/net/AndroidCertVerifyResult.java',
1523 'android/java/src/org/chromium/net/AndroidKeyStore.java',
1524 'android/java/src/org/chromium/net/AndroidNetworkLibrary.java',
1525 'android/java/src/org/chromium/net/AndroidPrivateKey.java',
1526 'android/java/src/org/chromium/net/GURLUtils.java',
1527 'android/java/src/org/chromium/net/NetworkChangeNotifier.java',
1528 'android/java/src/org/chromium/net/ProxyChangeListener.java',
1529 'android/java/src/org/chromium/net/X509Util.java',
1532 'jni_gen_package': 'net',
1534 'includes': [ '../build/jni_generator.gypi' ],
1537 ['use_icu_alternatives_on_android==1', {
1539 'android/java/src/org/chromium/net/NetStringUtil.java',
1545 'target_name': 'net_test_jni_headers',
1548 'android/javatests/src/org/chromium/net/AndroidKeyStoreTestUtil.java',
1551 'jni_gen_package': 'net',
1553 'includes': [ '../build/jni_generator.gypi' ],
1556 'target_name': 'net_java',
1559 'java_in_dir': '../net/android/java',
1562 '../base/base.gyp:base',
1563 'cert_verify_status_android_java',
1564 'certificate_mime_types_java',
1566 'private_key_types_java',
1567 'remote_android_keystore_aidl',
1569 'includes': [ '../build/java.gypi' ],
1572 # Processes the interface files for communication with an Android KeyStore
1573 # running in a separate process.
1574 'target_name': 'remote_android_keystore_aidl',
1577 'aidl_interface_file': '../net/android/java/src/org/chromium/net/IRemoteAndroidKeyStoreInterface.aidl',
1580 '../net/android/java/src/org/chromium/net/IRemoteAndroidKeyStore.aidl',
1581 '../net/android/java/src/org/chromium/net/IRemoteAndroidKeyStoreCallbacks.aidl',
1583 'includes': [ '../build/java_aidl.gypi' ],
1586 'target_name': 'net_java_test_support',
1589 'java_in_dir': '../net/test/android/javatests',
1591 'includes': [ '../build/java.gypi' ],
1594 'target_name': 'net_javatests',
1597 'java_in_dir': '../net/android/javatests',
1600 '../base/base.gyp:base',
1601 '../base/base.gyp:base_java_test_support',
1604 'includes': [ '../build/java.gypi' ],
1607 'target_name': 'net_errors_java',
1610 'android/java/NetError.template',
1613 'package_name': 'org/chromium/net',
1614 'template_deps': ['base/net_error_list.h'],
1616 'includes': [ '../build/android/java_cpp_template.gypi' ],
1619 'target_name': 'certificate_mime_types_java',
1622 'source_file': 'base/mime_util.h',
1624 'includes': [ '../build/android/java_cpp_enum.gypi' ],
1627 'target_name': 'cert_verify_status_android_java',
1630 'source_file': 'android/cert_verify_result_android.h',
1632 'includes': [ '../build/android/java_cpp_enum.gypi' ],
1635 'target_name': 'private_key_types_java',
1638 'source_file': 'android/keystore.h',
1640 'includes': [ '../build/android/java_cpp_enum.gypi' ],
1643 'target_name': 'net_unittests_apk',
1651 'test_suite_name': 'net_unittests',
1653 ['v8_use_external_startup_data==1', {
1654 'additional_input_paths': [
1655 '<(PRODUCT_DIR)/natives_blob.bin',
1656 '<(PRODUCT_DIR)/snapshot_blob.bin',
1660 'destination': '<(PRODUCT_DIR)/net_unittests_apk/assets',
1662 '<(PRODUCT_DIR)/natives_blob.bin',
1663 '<(PRODUCT_DIR)/snapshot_blob.bin',
1670 'includes': [ '../build/apk_test.gypi' ],
1674 ['OS == "android" or OS == "linux"', {
1677 'target_name': 'disk_cache_memory_test',
1678 'type': 'executable',
1680 '../base/base.gyp:base',
1684 'tools/disk_cache_memory_test/disk_cache_memory_test.cc',
1689 ['test_isolation_mode != "noop"', {
1692 'target_name': 'net_unittests_run',
1698 '../build/isolate.gypi',
1701 'net_unittests.isolate',