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

Side by Side Diff: components/cronet.gypi

Issue 1898873006: Cronet: Use stale DNS cache entries experimentally. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dns_stale2
Patch Set: Add integration test, rebase, format, &c. Created 4 years, 5 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'conditions': [ 6 'conditions': [
7 ['OS=="android"', { 7 ['OS=="android"', {
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'cronet_jni_headers', 10 'target_name': 'cronet_jni_headers',
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 'cronet_static', 547 'cronet_static',
548 'metrics', 548 'metrics',
549 '../base/base.gyp:base', 549 '../base/base.gyp:base',
550 '../base/base.gyp:test_support_base', 550 '../base/base.gyp:test_support_base',
551 '../net/net.gyp:net_test_support', 551 '../net/net.gyp:net_test_support',
552 '../testing/gtest.gyp:gtest', 552 '../testing/gtest.gyp:gtest',
553 '../testing/android/native_test.gyp:native_test_native_code', 553 '../testing/android/native_test.gyp:native_test_native_code',
554 ], 554 ],
555 'sources': [ 555 'sources': [
556 'cronet/android/cert/cert_verifier_cache_serializer_unittest.cc', 556 'cronet/android/cert/cert_verifier_cache_serializer_unittest.cc',
557 'cronet/histogram_manager_unittest.cc',
557 'cronet/run_all_unittests.cc', 558 'cronet/run_all_unittests.cc',
559 'cronet/stale_host_resolver_unittest.cc',
558 'cronet/url_request_context_config_unittest.cc', 560 'cronet/url_request_context_config_unittest.cc',
559 'cronet/histogram_manager_unittest.cc',
560 ], 561 ],
561 }, 562 },
562 { 563 {
563 'target_name': 'cronet_unittests_apk', 564 'target_name': 'cronet_unittests_apk',
564 'type': 'none', 565 'type': 'none',
565 'dependencies': [ 566 'dependencies': [
566 'cronet_unittests', 567 'cronet_unittests',
567 ], 568 ],
568 'variables': { 569 'variables': {
569 'test_suite_name': 'cronet_unittests', 570 'test_suite_name': 'cronet_unittests',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 'type': 'static_library', 776 'type': 'static_library',
776 'sources': [ 777 'sources': [
777 'cronet/ios/Cronet.h', 778 'cronet/ios/Cronet.h',
778 'cronet/ios/Cronet.mm', 779 'cronet/ios/Cronet.mm',
779 'cronet/ios/cronet_bidirectional_stream.h', 780 'cronet/ios/cronet_bidirectional_stream.h',
780 'cronet/ios/cronet_bidirectional_stream.cc', 781 'cronet/ios/cronet_bidirectional_stream.cc',
781 'cronet/ios/cronet_c_for_grpc.h', 782 'cronet/ios/cronet_c_for_grpc.h',
782 'cronet/ios/cronet_c_for_grpc.cc', 783 'cronet/ios/cronet_c_for_grpc.cc',
783 'cronet/ios/cronet_environment.cc', 784 'cronet/ios/cronet_environment.cc',
784 'cronet/ios/cronet_environment.h', 785 'cronet/ios/cronet_environment.h',
786 'cronet/stale_host_resolver.cc',
787 'cronet/stale_host_resolver.h',
785 'cronet/url_request_context_config.cc', 788 'cronet/url_request_context_config.cc',
786 'cronet/url_request_context_config.h', 789 'cronet/url_request_context_config.h',
787 ], 790 ],
788 'dependencies': [ 791 'dependencies': [
789 'cronet_version_header', 792 'cronet_version_header',
790 '../base/base.gyp:base', 793 '../base/base.gyp:base',
791 '../net/net.gyp:net', 794 '../net/net.gyp:net',
792 ], 795 ],
793 'cflags': [ 796 'cflags': [
794 '-fdata-sections', 797 '-fdata-sections',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 'cronet/ios/test/cronet_bidirectional_stream_test.mm', 956 'cronet/ios/test/cronet_bidirectional_stream_test.mm',
954 'cronet/ios/test/cronet_test_runner.mm', 957 'cronet/ios/test/cronet_test_runner.mm',
955 ], 958 ],
956 }, 959 },
957 ], 960 ],
958 }, 961 },
959 ], 962 ],
960 }], # OS=="ios" 963 }], # OS=="ios"
961 ], 964 ],
962 } 965 }
OLDNEW
« no previous file with comments | « no previous file | components/cronet/android/BUILD.gn » ('j') | components/cronet/stale_host_resolver.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698