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

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: Resolve merge conflict. Created 4 years, 3 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 | « no previous file | components/cronet/android/BUILD.gn » ('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 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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 'cronet_static', 595 'cronet_static',
596 'metrics', 596 'metrics',
597 '../base/base.gyp:base', 597 '../base/base.gyp:base',
598 '../base/base.gyp:test_support_base', 598 '../base/base.gyp:test_support_base',
599 '../net/net.gyp:net_test_support', 599 '../net/net.gyp:net_test_support',
600 '../testing/gtest.gyp:gtest', 600 '../testing/gtest.gyp:gtest',
601 '../testing/android/native_test.gyp:native_test_native_code', 601 '../testing/android/native_test.gyp:native_test_native_code',
602 ], 602 ],
603 'sources': [ 603 'sources': [
604 'cronet/android/cert/cert_verifier_cache_serializer_unittest.cc', 604 'cronet/android/cert/cert_verifier_cache_serializer_unittest.cc',
605 'cronet/histogram_manager_unittest.cc',
605 'cronet/run_all_unittests.cc', 606 'cronet/run_all_unittests.cc',
607 'cronet/stale_host_resolver_unittest.cc',
606 'cronet/url_request_context_config_unittest.cc', 608 'cronet/url_request_context_config_unittest.cc',
607 'cronet/histogram_manager_unittest.cc',
608 ], 609 ],
609 }, 610 },
610 { 611 {
611 'target_name': 'cronet_unittests_apk', 612 'target_name': 'cronet_unittests_apk',
612 'type': 'none', 613 'type': 'none',
613 'dependencies': [ 614 'dependencies': [
614 'cronet_unittests', 615 'cronet_unittests',
615 ], 616 ],
616 'variables': { 617 'variables': {
617 'test_suite_name': 'cronet_unittests', 618 'test_suite_name': 'cronet_unittests',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 'type': 'static_library', 824 'type': 'static_library',
824 'sources': [ 825 'sources': [
825 'cronet/ios/Cronet.h', 826 'cronet/ios/Cronet.h',
826 'cronet/ios/Cronet.mm', 827 'cronet/ios/Cronet.mm',
827 'cronet/ios/cronet_bidirectional_stream.h', 828 'cronet/ios/cronet_bidirectional_stream.h',
828 'cronet/ios/cronet_bidirectional_stream.cc', 829 'cronet/ios/cronet_bidirectional_stream.cc',
829 'cronet/ios/cronet_c_for_grpc.h', 830 'cronet/ios/cronet_c_for_grpc.h',
830 'cronet/ios/cronet_c_for_grpc.cc', 831 'cronet/ios/cronet_c_for_grpc.cc',
831 'cronet/ios/cronet_environment.cc', 832 'cronet/ios/cronet_environment.cc',
832 'cronet/ios/cronet_environment.h', 833 'cronet/ios/cronet_environment.h',
834 'cronet/stale_host_resolver.cc',
835 'cronet/stale_host_resolver.h',
833 'cronet/url_request_context_config.cc', 836 'cronet/url_request_context_config.cc',
834 'cronet/url_request_context_config.h', 837 'cronet/url_request_context_config.h',
835 ], 838 ],
836 'dependencies': [ 839 'dependencies': [
837 'cronet_version_header', 840 'cronet_version_header',
838 '../base/base.gyp:base', 841 '../base/base.gyp:base',
839 '../net/net.gyp:net', 842 '../net/net.gyp:net',
840 ], 843 ],
841 'cflags': [ 844 'cflags': [
842 '-fdata-sections', 845 '-fdata-sections',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 'cronet/ios/test/cronet_bidirectional_stream_test.mm', 1004 'cronet/ios/test/cronet_bidirectional_stream_test.mm',
1002 'cronet/ios/test/cronet_test_runner.mm', 1005 'cronet/ios/test/cronet_test_runner.mm',
1003 ], 1006 ],
1004 }, 1007 },
1005 ], 1008 ],
1006 }, 1009 },
1007 ], 1010 ],
1008 }], # OS=="ios" 1011 }], # OS=="ios"
1009 ], 1012 ],
1010 } 1013 }
OLDNEW
« no previous file with comments | « no previous file | components/cronet/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698