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',
302 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
303 'msvs_disabled_warnings': [4267, ],
306 [ 'use_openssl_certs == 0', {
308 'base/keygen_handler_openssl.cc',
309 'base/openssl_private_key_store.h',
310 'base/openssl_private_key_store_android.cc',
311 'base/openssl_private_key_store_memory.cc',
312 'cert/cert_database_openssl.cc',
313 'cert/cert_verify_proc_openssl.cc',
314 'cert/cert_verify_proc_openssl.h',
315 'cert/test_root_certs_openssl.cc',
316 'cert/x509_certificate_openssl.cc',
317 'ssl/openssl_client_key_store.cc',
318 'ssl/openssl_client_key_store.h',
323 '../build/linux/system.gyp:gconf',
324 '../build/linux/system.gyp:gio',
327 [ 'desktop_linux == 1 or chromeos == 1', {
331 'base/network_change_notifier_linux.cc',
332 'base/network_change_notifier_netlink_linux.cc',
333 'proxy/proxy_config_service_linux.cc',
337 '../build/linux/system.gyp:libresolv',
349 { # else: OS is not in the above list
351 'base/crypto_module_nss.cc',
352 'base/keygen_handler_nss.cc',
353 'cert/cert_database_nss.cc',
354 'cert/nss_cert_database.cc',
355 'cert/nss_cert_database.h',
356 'cert/test_root_certs_nss.cc',
357 'cert/x509_certificate_nss.cc',
360 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
361 'third_party/mozilla_security_manager/nsKeygenHandler.h',
362 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
363 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
364 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
365 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
371 'cert/cert_verify_proc_nss.cc',
372 'cert/cert_verify_proc_nss.h',
373 'ssl/client_cert_store_nss.cc',
374 'ssl/client_cert_store_nss.h',
375 'ssl/client_cert_store_chromeos.cc',
376 'ssl/client_cert_store_chromeos.h',
379 [ 'enable_websockets != 1', {
381 ['exclude', '^socket_stream/'],
382 ['exclude', '^websockets/'],
385 'spdy/spdy_websocket_stream.cc',
386 'spdy/spdy_websocket_stream.h',
389 [ 'enable_mdns != 1', {
393 'dns/mdns_client.cc',
395 'dns/mdns_client_impl.cc',
396 'dns/mdns_client_impl.h',
397 'dns/record_parsed.cc',
398 'dns/record_parsed.h',
399 'dns/record_rdata.cc',
400 'dns/record_rdata.h',
405 'http/http_auth_handler_ntlm_portable.cc',
406 'socket/socket_libevent.cc',
407 'socket/socket_libevent.h',
408 'socket/tcp_socket_libevent.cc',
409 'socket/tcp_socket_libevent.h',
410 'udp/udp_socket_libevent.cc',
411 'udp/udp_socket_libevent.h',
413 }, { # else: OS != "win"
415 'base/winsock_init.cc',
416 'base/winsock_init.h',
417 'base/winsock_util.cc',
418 'base/winsock_util.h',
419 'proxy/proxy_resolver_winhttp.cc',
420 'proxy/proxy_resolver_winhttp.h',
427 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
428 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
429 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
430 '$(SDKROOT)/usr/lib/libresolv.dylib',
437 'disk_cache/blockfile/file_posix.cc',
441 '$(SDKROOT)/System/Library/Frameworks/CFNetwork.framework',
442 '$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework',
443 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
444 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
445 '$(SDKROOT)/usr/lib/libresolv.dylib',
450 ['OS=="android" and _toolset=="target" and android_webview_build == 0', {
455 [ 'OS == "android"', {
460 'base/openssl_private_key_store_memory.cc',
461 'cert/cert_database_openssl.cc',
462 'cert/cert_verify_proc_openssl.cc',
463 'cert/test_root_certs_openssl.cc',
467 [ 'use_icu_alternatives_on_android == 1', {
469 '../base/base.gyp:base_i18n',
470 '../third_party/icu/icu.gyp:icui18n',
471 '../third_party/icu/icu.gyp:icuuc',
474 'base/filename_util_icu.cc',
475 'base/net_string_util_icu.cc',
476 'base/net_util_icu.cc',
479 'base/net_string_util_icu_alternatives_android.cc',
480 'base/net_string_util_icu_alternatives_android.h',
485 'target_conditions': [
486 # These source files are excluded by default platform rules, but they
487 # are needed in specific cases on other platforms. Re-including them can
488 # only be done in target_conditions as it is evaluated after the
490 ['OS == "android"', {
492 ['include', '^base/platform_mime_util_linux\\.cc$'],
493 ['include', '^base/address_tracker_linux\\.cc$'],
494 ['include', '^base/address_tracker_linux\\.h$'],
499 ['include', '^base/network_change_notifier_mac\\.cc$'],
500 ['include', '^base/network_config_watcher_mac\\.cc$'],
501 ['include', '^base/platform_mime_util_mac\\.mm$'],
502 # The iOS implementation only partially uses NSS and thus does not
503 # defines |use_nss|. In particular the |USE_NSS| preprocessor
504 # definition is not used. The following files are needed though:
505 ['include', '^cert/cert_verify_proc_nss\\.cc$'],
506 ['include', '^cert/cert_verify_proc_nss\\.h$'],
507 ['include', '^cert/test_root_certs_nss\\.cc$'],
508 ['include', '^cert/x509_util_nss\\.cc$'],
509 ['include', '^cert/x509_util_nss\\.h$'],
510 ['include', '^proxy/proxy_resolver_mac\\.cc$'],
511 ['include', '^proxy/proxy_server_mac\\.cc$'],
512 ['include', '^ocsp/nss_ocsp\\.cc$'],
513 ['include', '^ocsp/nss_ocsp\\.h$'],
519 'target_name': 'net_unittests',
520 'type': '<(gtest_target_type)',
522 '../base/base.gyp:base',
523 '../base/base.gyp:base_i18n',
524 '../base/base.gyp:base_prefs_test_support',
525 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
526 '../crypto/crypto.gyp:crypto',
527 '../crypto/crypto.gyp:crypto_test_support',
528 '../testing/gmock.gyp:gmock',
529 '../testing/gtest.gyp:gtest',
530 '../third_party/zlib/zlib.gyp:zlib',
531 '../url/url.gyp:url_lib',
535 'net_derived_sources',
541 '<@(net_test_sources)',
544 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
547 'flip_in_mem_edsm_server_base',
551 '<@(net_linux_test_sources)',
556 'proxy/proxy_config_service_linux_unittest.cc',
559 [ 'OS == "android"', {
561 # See bug http://crbug.com/344533.
562 'disk_cache/blockfile/index_table_v3_unittest.cc',
563 # No res_ninit() et al on Android, so this doesn't make a lot of
565 'dns/dns_config_service_posix_unittest.cc',
569 'net_test_jni_headers',
574 'ssl/client_cert_store_nss_unittest.cc',
575 'ssl/client_cert_store_chromeos_unittest.cc',
578 [ 'use_openssl == 1', {
579 # Avoid compiling/linking with the system library.
581 '../third_party/boringssl/boringssl.gyp:boringssl',
583 }, { # use_openssl == 0
585 [ 'desktop_linux == 1 or chromeos == 1', {
587 '../build/linux/system.gyp:ssl',
589 }, { # desktop_linux == 0 and chromeos == 0
591 '../third_party/nss/nss.gyp:nspr',
592 '../third_party/nss/nss.gyp:nss',
593 'third_party/nss/ssl.gyp:libssl',
596 'cert/nss_cert_database_unittest.cc',
600 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
601 'msvs_disabled_warnings': [4267, ],
603 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
605 ['use_allocator!="none"', {
607 '../base/allocator/allocator.gyp:allocator',
612 [ 'use_kerberos==1', {
616 }, { # use_kerberos == 0
618 'http/http_auth_gssapi_posix_unittest.cc',
619 'http/http_auth_handler_negotiate_unittest.cc',
620 'http/mock_gssapi_library_posix.cc',
621 'http/mock_gssapi_library_posix.h',
624 [ 'use_openssl == 1 or (desktop_linux == 0 and chromeos == 0 and OS != "ios")', {
625 # Only include this test when on Posix and using NSS for
626 # cert verification or on iOS (which also uses NSS for certs).
628 'ocsp/nss_ocsp_unittest.cc',
631 [ 'use_openssl==1', {
632 # When building for OpenSSL, we need to exclude NSS specific tests
633 # or functionality not supported by OpenSSL yet.
634 # TODO(bulach): Add equivalent tests when the underlying
635 # functionality is ported to OpenSSL.
637 'cert/nss_cert_database_unittest.cc',
638 'cert/nss_cert_database_chromeos_unittest.cc',
639 'cert/nss_profile_filter_chromeos_unittest.cc',
640 'cert/x509_util_nss_unittest.cc',
641 'quic/test_tools/crypto_test_utils_nss.cc',
643 }, { # else !use_openssl: remove the unneeded files and pull in NSS.
645 'cert/x509_util_openssl_unittest.cc',
646 'quic/test_tools/crypto_test_utils_openssl.cc',
647 'socket/ssl_client_socket_openssl_unittest.cc',
648 'socket/ssl_session_cache_openssl_unittest.cc',
652 [ 'use_openssl_certs == 0', {
654 'ssl/openssl_client_key_store_unittest.cc',
657 [ 'enable_websockets != 1', {
659 ['exclude', '^socket_stream/'],
660 ['exclude', '^websockets/'],
661 ['exclude', '^spdy/spdy_websocket_stream_unittest\\.cc$'],
664 ['disable_file_support==1', {
666 'base/directory_lister_unittest.cc',
667 'url_request/url_request_file_job_unittest.cc',
670 [ 'disable_ftp_support==1', {
672 ['exclude', '^ftp/'],
675 'url_request/url_request_ftp_job_unittest.cc',
679 [ 'enable_built_in_dns!=1', {
681 'dns/address_sorter_posix_unittest.cc',
682 'dns/address_sorter_unittest.cc',
686 # Always need use_v8_in_net to be 1 to run gyp on Android, so just
687 # remove net_unittest's dependency on v8 when using icu alternatives
688 # instead of setting use_v8_in_net to 0.
689 [ 'use_v8_in_net==1 and use_icu_alternatives_on_android==0', {
693 }, { # else: !use_v8_in_net
695 'proxy/proxy_resolver_v8_unittest.cc',
696 'proxy/proxy_resolver_v8_tracing_unittest.cc',
701 [ 'enable_mdns != 1', {
703 'dns/mdns_cache_unittest.cc',
704 'dns/mdns_client_unittest.cc',
705 'dns/mdns_query_unittest.cc',
706 'dns/record_parsed_unittest.cc',
707 'dns/record_rdata_unittest.cc',
712 'dns/dns_config_service_posix_unittest.cc',
713 'http/http_auth_gssapi_posix_unittest.cc',
716 [ 'icu_use_data_file_flag == 0', {
717 # This is needed to trigger the dll copy step on windows.
718 # TODO(mark): Specifying this here shouldn't be necessary.
720 '../third_party/icu/icu.gyp:icudata',
729 'action_name': 'copy_test_data',
732 'data/ssl/certificates/',
734 'data/url_request_unittest/',
736 'test_data_prefix': 'net',
738 'includes': [ '../build/copy_test_data_ios.gypi' ],
742 # TODO(droger): The following tests are disabled because the
743 # implementation is missing or incomplete.
744 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS.
745 'base/keygen_handler_unittest.cc',
746 'disk_cache/backend_unittest.cc',
747 'disk_cache/blockfile/block_files_unittest.cc',
748 # Need to read input data files.
749 'filter/gzip_filter_unittest.cc',
750 'socket/ssl_server_socket_unittest.cc',
751 'spdy/fuzzing/hpack_fuzz_util_test.cc',
753 'proxy/proxy_script_fetcher_impl_unittest.cc',
754 'socket/ssl_client_socket_unittest.cc',
755 'url_request/url_fetcher_impl_unittest.cc',
756 'url_request/url_request_context_builder_unittest.cc',
757 # Needs GetAppOutput().
758 'test/python_utils_unittest.cc',
760 # The following tests are disabled because they don't apply to
762 # OS is not "linux" or "freebsd" or "openbsd".
763 'socket/unix_domain_client_socket_posix_unittest.cc',
764 'socket/unix_domain_listen_socket_posix_unittest.cc',
765 'socket/unix_domain_server_socket_posix_unittest.cc',
767 # See bug http://crbug.com/344533.
768 'disk_cache/blockfile/index_table_v3_unittest.cc',
771 [ 'OS == "android"', {
773 'dns/dns_config_service_posix_unittest.cc',
777 ['OS == "android"', {
778 # TODO(mmenke): This depends on test_support_base, which depends on
779 # icu. Figure out a way to remove that dependency.
781 '../testing/android/native_test.gyp:native_test_native_code',
784 [ 'use_icu_alternatives_on_android == 1', {
786 '../base/base.gyp:base_i18n',
789 'base/filename_util_unittest.cc',
790 'base/net_util_icu_unittest.cc',
794 ['v8_use_external_startup_data==1', {
796 '../gin/gin.gyp:gin',
800 'target_conditions': [
801 # These source files are excluded by default platform rules, but they
802 # are needed in specific cases on other platforms. Re-including them can
803 # only be done in target_conditions as it is evaluated after the
805 ['OS == "android"', {
807 ['include', '^base/address_tracker_linux_unittest\\.cc$'],
813 'target_name': 'net_perftests',
814 'type': 'executable',
816 '../base/base.gyp:base',
817 '../base/base.gyp:base_i18n',
818 '../base/base.gyp:test_support_perf',
819 '../testing/gtest.gyp:gtest',
820 '../url/url.gyp:url_lib',
825 'cookies/cookie_monster_perftest.cc',
826 'disk_cache/blockfile/disk_cache_perftest.cc',
827 'proxy/proxy_resolver_perftest.cc',
828 'websockets/websocket_frame_perftest.cc',
831 [ 'use_v8_in_net==1', {
835 }, { # else: !use_v8_in_net
837 'proxy/proxy_resolver_perftest.cc',
843 [ 'icu_use_data_file_flag == 0', {
844 # This is needed to trigger the dll copy step on windows.
845 # TODO(mark): Specifying this here shouldn't be necessary.
847 '../third_party/icu/icu.gyp:icudata',
851 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
852 'msvs_disabled_warnings': [4267, ],
854 [ 'enable_websockets != 1', {
856 'websockets/websocket_frame_perftest.cc',
862 'target_name': 'net_test_support',
863 'type': 'static_library',
865 '../base/base.gyp:base',
866 '../base/base.gyp:test_support_base',
867 '../net/tools/tld_cleanup/tld_cleanup.gyp:tld_cleanup_util',
868 '../testing/gtest.gyp:gtest',
869 '../testing/gmock.gyp:gmock',
870 '../url/url.gyp:url_lib',
873 'export_dependent_settings': [
874 '../base/base.gyp:base',
875 # TODO(mmenke): This depends on icu, figure out a way to build tests
877 '../base/base.gyp:test_support_base',
878 '../testing/gtest.gyp:gtest',
879 '../testing/gmock.gyp:gmock',
882 'base/capturing_net_log.cc',
883 'base/capturing_net_log.h',
884 'base/load_timing_info_test_util.cc',
885 'base/load_timing_info_test_util.h',
886 'base/mock_file_stream.cc',
887 'base/mock_file_stream.h',
888 'base/test_completion_callback.cc',
889 'base/test_completion_callback.h',
890 'base/test_data_directory.cc',
891 'base/test_data_directory.h',
892 'cert/mock_cert_verifier.cc',
893 'cert/mock_cert_verifier.h',
894 'cookies/cookie_monster_store_test.cc',
895 'cookies/cookie_monster_store_test.h',
896 'cookies/cookie_store_test_callbacks.cc',
897 'cookies/cookie_store_test_callbacks.h',
898 'cookies/cookie_store_test_helpers.cc',
899 'cookies/cookie_store_test_helpers.h',
900 'disk_cache/disk_cache_test_base.cc',
901 'disk_cache/disk_cache_test_base.h',
902 'disk_cache/disk_cache_test_util.cc',
903 'disk_cache/disk_cache_test_util.h',
904 'dns/dns_test_util.cc',
905 'dns/dns_test_util.h',
906 'dns/mock_host_resolver.cc',
907 'dns/mock_host_resolver.h',
908 'dns/mock_mdns_socket_factory.cc',
909 'dns/mock_mdns_socket_factory.h',
910 'http/http_transaction_test_util.cc',
911 'http/http_transaction_test_util.h',
912 'proxy/mock_proxy_resolver.cc',
913 'proxy/mock_proxy_resolver.h',
914 'proxy/mock_proxy_script_fetcher.cc',
915 'proxy/mock_proxy_script_fetcher.h',
916 'proxy/proxy_config_service_common_unittest.cc',
917 'proxy/proxy_config_service_common_unittest.h',
918 'socket/socket_test_util.cc',
919 'socket/socket_test_util.h',
920 'test/cert_test_util.cc',
921 'test/cert_test_util.h',
922 'test/cert_test_util_nss.cc',
923 'test/ct_test_util.cc',
924 'test/ct_test_util.h',
925 'test/embedded_test_server/embedded_test_server.cc',
926 'test/embedded_test_server/embedded_test_server.h',
927 'test/embedded_test_server/http_connection.cc',
928 'test/embedded_test_server/http_connection.h',
929 'test/embedded_test_server/http_request.cc',
930 'test/embedded_test_server/http_request.h',
931 'test/embedded_test_server/http_response.cc',
932 'test/embedded_test_server/http_response.h',
933 'test/net_test_suite.cc',
934 'test/net_test_suite.h',
935 'test/python_utils.cc',
936 'test/python_utils.h',
937 'test/spawned_test_server/base_test_server.cc',
938 'test/spawned_test_server/base_test_server.h',
939 'test/spawned_test_server/local_test_server_posix.cc',
940 'test/spawned_test_server/local_test_server_win.cc',
941 'test/spawned_test_server/local_test_server.cc',
942 'test/spawned_test_server/local_test_server.h',
943 'test/spawned_test_server/remote_test_server.cc',
944 'test/spawned_test_server/remote_test_server.h',
945 'test/spawned_test_server/spawned_test_server.h',
946 'test/spawned_test_server/spawner_communicator.cc',
947 'test/spawned_test_server/spawner_communicator.h',
948 'test/url_request/url_request_failed_job.cc',
949 'test/url_request/url_request_failed_job.h',
950 'test/url_request/url_request_mock_http_job.cc',
951 'test/url_request/url_request_mock_http_job.h',
952 'url_request/test_url_fetcher_factory.cc',
953 'url_request/test_url_fetcher_factory.h',
954 'url_request/test_url_request_interceptor.cc',
955 'url_request/test_url_request_interceptor.h',
956 'url_request/url_request_test_util.cc',
957 'url_request/url_request_test_util.h',
962 '../third_party/protobuf/protobuf.gyp:py_proto',
965 ['use_openssl == 0 and (use_nss == 1 or OS == "ios")', {
967 [ 'desktop_linux == 1 or chromeos == 1', {
969 '../build/linux/system.gyp:ssl',
971 }, { # desktop_linux == 0 and chromeos == 0
973 '../third_party/nss/nss.gyp:nspr',
974 '../third_party/nss/nss.gyp:nss',
975 'third_party/nss/ssl.gyp:libssl',
979 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
980 'msvs_disabled_warnings': [4267, ],
982 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
984 ['use_allocator!="none"', {
986 '../base/allocator/allocator.gyp:allocator',
991 ['OS != "android"', {
993 'test/spawned_test_server/remote_test_server.cc',
994 'test/spawned_test_server/remote_test_server.h',
995 'test/spawned_test_server/spawner_communicator.cc',
996 'test/spawned_test_server/spawner_communicator.h',
999 [ 'use_v8_in_net==1', {
1005 [ 'enable_mdns != 1', {
1007 'dns/mock_mdns_socket_factory.cc',
1008 'dns/mock_mdns_socket_factory.h'
1013 'test/cert_test_util_nss.cc',
1017 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1018 'msvs_disabled_warnings': [4267, ],
1021 'target_name': 'net_resources',
1024 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/net',
1028 'action_name': 'net_resources',
1030 'grit_grd_file': 'base/net_resources.grd',
1032 'includes': [ '../build/grit_action.gypi' ],
1037 'target_name': 'net_extras',
1038 'type': 'static_library',
1039 'variables': { 'enable_wexit_time_destructors': 1, },
1041 '../base/base.gyp:base',
1042 '../sql/sql.gyp:sql',
1046 '<@(net_extras_sources)',
1050 'target_name': 'http_server',
1051 'type': 'static_library',
1052 'variables': { 'enable_wexit_time_destructors': 1, },
1054 '../base/base.gyp:base',
1058 'server/http_connection.cc',
1059 'server/http_connection.h',
1060 'server/http_server.cc',
1061 'server/http_server.h',
1062 'server/http_server_request_info.cc',
1063 'server/http_server_request_info.h',
1064 'server/http_server_response_info.cc',
1065 'server/http_server_response_info.h',
1066 'server/web_socket.cc',
1067 'server/web_socket.h',
1069 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1070 'msvs_disabled_warnings': [4267, ],
1073 'target_name': 'balsa',
1074 'type': 'static_library',
1076 '../base/base.gyp:base',
1080 'tools/balsa/balsa_enums.h',
1081 'tools/balsa/balsa_frame.cc',
1082 'tools/balsa/balsa_frame.h',
1083 'tools/balsa/balsa_headers.cc',
1084 'tools/balsa/balsa_headers.h',
1085 'tools/balsa/balsa_headers_token_utils.cc',
1086 'tools/balsa/balsa_headers_token_utils.h',
1087 'tools/balsa/balsa_visitor_interface.h',
1088 'tools/balsa/http_message_constants.cc',
1089 'tools/balsa/http_message_constants.h',
1090 'tools/balsa/noop_balsa_visitor.h',
1091 'tools/balsa/simple_buffer.cc',
1092 'tools/balsa/simple_buffer.h',
1093 'tools/balsa/split.cc',
1094 'tools/balsa/split.h',
1095 'tools/balsa/string_piece_utils.h',
1096 'tools/quic/spdy_utils.cc',
1097 'tools/quic/spdy_utils.h',
1101 'target_name': 'dump_cache',
1102 'type': 'executable',
1104 '../base/base.gyp:base',
1109 'tools/dump_cache/cache_dumper.cc',
1110 'tools/dump_cache/cache_dumper.h',
1111 'tools/dump_cache/dump_cache.cc',
1112 'tools/dump_cache/dump_files.cc',
1113 'tools/dump_cache/dump_files.h',
1114 'tools/dump_cache/simple_cache_dumper.cc',
1115 'tools/dump_cache/simple_cache_dumper.h',
1116 'tools/dump_cache/url_to_filename_encoder.cc',
1117 'tools/dump_cache/url_to_filename_encoder.h',
1118 'tools/dump_cache/url_utilities.h',
1119 'tools/dump_cache/url_utilities.cc',
1121 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1122 'msvs_disabled_warnings': [4267, ],
1125 # This is a temporary target which will be merged into 'net' once the
1126 # dependency on balsa is eliminated and the classes are actually used.
1127 'target_name': 'quic_tools',
1128 'type': 'static_library',
1130 '../base/base.gyp:base',
1131 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
1132 '../url/url.gyp:url_lib',
1136 'quic/quic_dispatcher.cc',
1137 'quic/quic_dispatcher.h',
1138 'quic/quic_in_memory_cache.cc',
1139 'quic/quic_in_memory_cache.h',
1140 'quic/quic_per_connection_packet_writer.cc',
1141 'quic/quic_per_connection_packet_writer.h',
1142 'quic/quic_server.cc',
1143 'quic/quic_server.h',
1144 'quic/quic_server_packet_writer.cc',
1145 'quic/quic_server_packet_writer.h',
1146 'quic/quic_server_session.cc',
1147 'quic/quic_server_session.h',
1148 'quic/quic_spdy_server_stream.cc',
1149 'quic/quic_spdy_server_stream.h',
1150 'quic/quic_time_wait_list_manager.cc',
1151 'quic/quic_time_wait_list_manager.h',
1156 ['use_v8_in_net == 1', {
1159 'target_name': 'net_with_v8',
1160 'type': '<(component)',
1161 'variables': { 'enable_wexit_time_destructors': 1, },
1163 '../base/base.gyp:base',
1164 '../gin/gin.gyp:gin',
1165 '../url/url.gyp:url_lib',
1166 '../v8/tools/gyp/v8.gyp:v8',
1170 'NET_IMPLEMENTATION',
1173 'proxy/proxy_resolver_v8.cc',
1174 'proxy/proxy_resolver_v8.h',
1175 'proxy/proxy_resolver_v8_tracing.cc',
1176 'proxy/proxy_resolver_v8_tracing.h',
1177 'proxy/proxy_service_v8.cc',
1178 'proxy/proxy_service_v8.h',
1180 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1181 'msvs_disabled_warnings': [4267, ],
1185 ['OS != "ios" and OS != "android"', {
1187 # iOS doesn't have the concept of simple executables, these targets
1188 # can't be compiled on the platform.
1190 'target_name': 'crash_cache',
1191 'type': 'executable',
1193 '../base/base.gyp:base',
1198 'tools/crash_cache/crash_cache.cc',
1200 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1201 'msvs_disabled_warnings': [4267, ],
1204 'target_name': 'crl_set_dump',
1205 'type': 'executable',
1207 '../base/base.gyp:base',
1211 'tools/crl_set_dump/crl_set_dump.cc',
1213 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1214 'msvs_disabled_warnings': [4267, ],
1217 'target_name': 'dns_fuzz_stub',
1218 'type': 'executable',
1220 '../base/base.gyp:base',
1224 'tools/dns_fuzz_stub/dns_fuzz_stub.cc',
1226 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1227 'msvs_disabled_warnings': [4267, ],
1230 'target_name': 'gdig',
1231 'type': 'executable',
1233 '../base/base.gyp:base',
1237 'tools/gdig/file_net_log.cc',
1238 'tools/gdig/gdig.cc',
1242 'target_name': 'get_server_time',
1243 'type': 'executable',
1245 '../base/base.gyp:base',
1246 '../base/base.gyp:base_i18n',
1247 '../url/url.gyp:url_lib',
1251 'tools/get_server_time/get_server_time.cc',
1253 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1254 'msvs_disabled_warnings': [4267, ],
1257 'target_name': 'hpack_example_generator',
1258 'type': 'executable',
1260 '../base/base.gyp:base',
1264 'spdy/fuzzing/hpack_example_generator.cc',
1266 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1267 'msvs_disabled_warnings': [4267, ],
1270 'target_name': 'hpack_fuzz_mutator',
1271 'type': 'executable',
1273 '../base/base.gyp:base',
1277 'spdy/fuzzing/hpack_fuzz_mutator.cc',
1279 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1280 'msvs_disabled_warnings': [4267, ],
1283 'target_name': 'hpack_fuzz_wrapper',
1284 'type': 'executable',
1286 '../base/base.gyp:base',
1290 'spdy/fuzzing/hpack_fuzz_wrapper.cc',
1292 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1293 'msvs_disabled_warnings': [4267, ],
1296 'target_name': 'net_watcher',
1297 'type': 'executable',
1299 '../base/base.gyp:base',
1304 [ 'use_glib == 1', {
1306 '../build/linux/system.gyp:gconf',
1307 '../build/linux/system.gyp:gio',
1313 'tools/net_watcher/net_watcher.cc',
1317 'target_name': 'run_testserver',
1318 'type': 'executable',
1320 '../base/base.gyp:base',
1321 '../base/base.gyp:test_support_base',
1322 '../testing/gtest.gyp:gtest',
1326 'tools/testserver/run_testserver.cc',
1330 'target_name': 'stress_cache',
1331 'type': 'executable',
1333 '../base/base.gyp:base',
1338 'disk_cache/blockfile/stress_cache.cc',
1340 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1341 'msvs_disabled_warnings': [4267, ],
1344 'target_name': 'tld_cleanup',
1345 'type': 'executable',
1347 '../base/base.gyp:base',
1348 '../base/base.gyp:base_i18n',
1349 '../net/tools/tld_cleanup/tld_cleanup.gyp:tld_cleanup_util',
1352 'tools/tld_cleanup/tld_cleanup.cc',
1354 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1355 'msvs_disabled_warnings': [4267, ],
1359 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
1362 'target_name': 'epoll_server',
1363 'type': 'static_library',
1365 '../base/base.gyp:base',
1369 'tools/epoll_server/epoll_server.cc',
1370 'tools/epoll_server/epoll_server.h',
1374 'target_name': 'flip_in_mem_edsm_server_base',
1375 'type': 'static_library',
1380 '../base/base.gyp:base',
1381 '../third_party/boringssl/boringssl.gyp:boringssl',
1387 'tools/dump_cache/url_to_filename_encoder.cc',
1388 'tools/dump_cache/url_to_filename_encoder.h',
1389 'tools/dump_cache/url_utilities.h',
1390 'tools/dump_cache/url_utilities.cc',
1391 'tools/flip_server/acceptor_thread.h',
1392 'tools/flip_server/acceptor_thread.cc',
1393 'tools/flip_server/create_listener.cc',
1394 'tools/flip_server/create_listener.h',
1395 'tools/flip_server/constants.h',
1396 'tools/flip_server/flip_config.cc',
1397 'tools/flip_server/flip_config.h',
1398 'tools/flip_server/http_interface.cc',
1399 'tools/flip_server/http_interface.h',
1400 'tools/flip_server/loadtime_measurement.h',
1401 'tools/flip_server/mem_cache.h',
1402 'tools/flip_server/mem_cache.cc',
1403 'tools/flip_server/output_ordering.cc',
1404 'tools/flip_server/output_ordering.h',
1405 'tools/flip_server/ring_buffer.cc',
1406 'tools/flip_server/ring_buffer.h',
1407 'tools/flip_server/sm_connection.cc',
1408 'tools/flip_server/sm_connection.h',
1409 'tools/flip_server/sm_interface.h',
1410 'tools/flip_server/spdy_ssl.cc',
1411 'tools/flip_server/spdy_ssl.h',
1412 'tools/flip_server/spdy_interface.cc',
1413 'tools/flip_server/spdy_interface.h',
1414 'tools/flip_server/spdy_util.cc',
1415 'tools/flip_server/spdy_util.h',
1416 'tools/flip_server/streamer_interface.cc',
1417 'tools/flip_server/streamer_interface.h',
1421 'target_name': 'flip_in_mem_edsm_server_unittests',
1422 'type': 'executable',
1424 '../testing/gtest.gyp:gtest',
1425 '../testing/gmock.gyp:gmock',
1426 '../third_party/boringssl/boringssl.gyp:boringssl',
1427 'flip_in_mem_edsm_server_base',
1432 'tools/flip_server/flip_test_utils.cc',
1433 'tools/flip_server/flip_test_utils.h',
1434 'tools/flip_server/http_interface_test.cc',
1435 'tools/flip_server/mem_cache_test.cc',
1436 'tools/flip_server/run_all_tests.cc',
1437 'tools/flip_server/spdy_interface_test.cc',
1441 'target_name': 'flip_in_mem_edsm_server',
1442 'type': 'executable',
1447 '../base/base.gyp:base',
1448 'flip_in_mem_edsm_server_base',
1452 'tools/flip_server/flip_in_mem_edsm_server.cc',
1456 'target_name': 'quic_base',
1457 'type': 'static_library',
1459 '../base/base.gyp:base',
1460 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
1461 '../url/url.gyp:url_lib',
1467 'tools/quic/quic_client.cc',
1468 'tools/quic/quic_client.h',
1469 'tools/quic/quic_client_session.cc',
1470 'tools/quic/quic_client_session.h',
1471 'tools/quic/quic_default_packet_writer.cc',
1472 'tools/quic/quic_default_packet_writer.h',
1473 'tools/quic/quic_dispatcher.h',
1474 'tools/quic/quic_dispatcher.cc',
1475 'tools/quic/quic_epoll_clock.cc',
1476 'tools/quic/quic_epoll_clock.h',
1477 'tools/quic/quic_epoll_connection_helper.cc',
1478 'tools/quic/quic_epoll_connection_helper.h',
1479 'tools/quic/quic_in_memory_cache.cc',
1480 'tools/quic/quic_in_memory_cache.h',
1481 'tools/quic/quic_packet_writer_wrapper.cc',
1482 'tools/quic/quic_packet_writer_wrapper.h',
1483 'tools/quic/quic_per_connection_packet_writer.cc',
1484 'tools/quic/quic_per_connection_packet_writer.h',
1485 'tools/quic/quic_server.cc',
1486 'tools/quic/quic_server.h',
1487 'tools/quic/quic_server_session.cc',
1488 'tools/quic/quic_server_session.h',
1489 'tools/quic/quic_socket_utils.cc',
1490 'tools/quic/quic_socket_utils.h',
1491 'tools/quic/quic_spdy_client_stream.cc',
1492 'tools/quic/quic_spdy_client_stream.h',
1493 'tools/quic/quic_spdy_server_stream.cc',
1494 'tools/quic/quic_spdy_server_stream.h',
1495 'tools/quic/quic_time_wait_list_manager.h',
1496 'tools/quic/quic_time_wait_list_manager.cc',
1500 'target_name': 'quic_client',
1501 'type': 'executable',
1503 '../base/base.gyp:base',
1508 'tools/quic/quic_client_bin.cc',
1512 'target_name': 'quic_server',
1513 'type': 'executable',
1515 '../base/base.gyp:base',
1520 'quic/quic_server_bin.cc',
1528 'target_name': 'net_jni_headers',
1531 'android/java/src/org/chromium/net/AndroidCertVerifyResult.java',
1532 'android/java/src/org/chromium/net/AndroidKeyStore.java',
1533 'android/java/src/org/chromium/net/AndroidNetworkLibrary.java',
1534 'android/java/src/org/chromium/net/AndroidPrivateKey.java',
1535 'android/java/src/org/chromium/net/GURLUtils.java',
1536 'android/java/src/org/chromium/net/NetworkChangeNotifier.java',
1537 'android/java/src/org/chromium/net/ProxyChangeListener.java',
1538 'android/java/src/org/chromium/net/X509Util.java',
1541 'jni_gen_package': 'net',
1543 'includes': [ '../build/jni_generator.gypi' ],
1546 ['use_icu_alternatives_on_android==1', {
1548 'android/java/src/org/chromium/net/NetStringUtil.java',
1554 'target_name': 'net_test_jni_headers',
1557 'android/javatests/src/org/chromium/net/AndroidKeyStoreTestUtil.java',
1560 'jni_gen_package': 'net',
1562 'includes': [ '../build/jni_generator.gypi' ],
1565 'target_name': 'net_java',
1568 'java_in_dir': '../net/android/java',
1571 '../base/base.gyp:base',
1572 'cert_verify_status_android_java',
1573 'certificate_mime_types_java',
1575 'private_key_types_java',
1576 'remote_android_keystore_aidl',
1578 'includes': [ '../build/java.gypi' ],
1581 # Processes the interface files for communication with an Android KeyStore
1582 # running in a separate process.
1583 'target_name': 'remote_android_keystore_aidl',
1586 'aidl_interface_file': '../net/android/java/src/org/chromium/net/IRemoteAndroidKeyStoreInterface.aidl',
1589 '../net/android/java/src/org/chromium/net/IRemoteAndroidKeyStore.aidl',
1590 '../net/android/java/src/org/chromium/net/IRemoteAndroidKeyStoreCallbacks.aidl',
1592 'includes': [ '../build/java_aidl.gypi' ],
1595 'target_name': 'net_java_test_support',
1598 'java_in_dir': '../net/test/android/javatests',
1600 'includes': [ '../build/java.gypi' ],
1603 'target_name': 'net_javatests',
1606 'java_in_dir': '../net/android/javatests',
1609 '../base/base.gyp:base',
1610 '../base/base.gyp:base_java_test_support',
1613 'includes': [ '../build/java.gypi' ],
1616 'target_name': 'net_errors_java',
1619 'android/java/NetError.template',
1622 'package_name': 'org/chromium/net',
1623 'template_deps': ['base/net_error_list.h'],
1625 'includes': [ '../build/android/java_cpp_template.gypi' ],
1628 'target_name': 'certificate_mime_types_java',
1631 'source_file': 'base/mime_util.h',
1633 'includes': [ '../build/android/java_cpp_enum.gypi' ],
1636 'target_name': 'cert_verify_status_android_java',
1639 'source_file': 'android/cert_verify_result_android.h',
1641 'includes': [ '../build/android/java_cpp_enum.gypi' ],
1644 'target_name': 'private_key_types_java',
1647 'source_file': 'android/keystore.h',
1649 'includes': [ '../build/android/java_cpp_enum.gypi' ],
1652 'target_name': 'net_unittests_apk',
1660 'test_suite_name': 'net_unittests',
1662 ['v8_use_external_startup_data==1', {
1663 'additional_input_paths': [
1664 '<(PRODUCT_DIR)/natives_blob.bin',
1665 '<(PRODUCT_DIR)/snapshot_blob.bin',
1669 'destination': '<(PRODUCT_DIR)/net_unittests_apk/assets',
1671 '<(PRODUCT_DIR)/natives_blob.bin',
1672 '<(PRODUCT_DIR)/snapshot_blob.bin',
1679 'includes': [ '../build/apk_test.gypi' ],
1683 ['OS == "android" or OS == "linux"', {
1686 'target_name': 'disk_cache_memory_test',
1687 'type': 'executable',
1689 '../base/base.gyp:base',
1693 'tools/disk_cache_memory_test/disk_cache_memory_test.cc',
1698 ['test_isolation_mode != "noop"', {
1701 'target_name': 'net_unittests_run',
1707 '../build/isolate.gypi',
1710 'net_unittests.isolate',