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

Side by Side Diff: components/cronet/cronet_static.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, 4 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 | « components/cronet/android/BUILD.gn ('k') | components/cronet/ios/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 # Included in 'cronet_static'. 6 # Included in 'cronet_static'.
7 'dependencies': [ 7 'dependencies': [
8 '../base/base.gyp:base', 8 '../base/base.gyp:base',
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
10 '../url/url.gyp:url_url_features', 10 '../url/url.gyp:url_url_features',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 'android/url_request_adapter.cc', 43 'android/url_request_adapter.cc',
44 'android/url_request_adapter.h', 44 'android/url_request_adapter.h',
45 'android/url_request_context_adapter.cc', 45 'android/url_request_context_adapter.cc',
46 'android/url_request_context_adapter.h', 46 'android/url_request_context_adapter.h',
47 'android/url_request_error.cc', 47 'android/url_request_error.cc',
48 'android/url_request_error.h', 48 'android/url_request_error.h',
49 'android/wrapped_channel_upload_element_reader.cc', 49 'android/wrapped_channel_upload_element_reader.cc',
50 'android/wrapped_channel_upload_element_reader.h', 50 'android/wrapped_channel_upload_element_reader.h',
51 'histogram_manager.cc', 51 'histogram_manager.cc',
52 'histogram_manager.h', 52 'histogram_manager.h',
53 'stale_host_resolver.cc',
54 'stale_host_resolver.h',
53 'url_request_context_config.cc', 55 'url_request_context_config.cc',
54 'url_request_context_config.h', 56 'url_request_context_config.h',
55 ], 57 ],
56 'cflags': [ 58 'cflags': [
57 '-DLOGGING=1', 59 '-DLOGGING=1',
58 '-fdata-sections', 60 '-fdata-sections',
59 '-ffunction-sections', 61 '-ffunction-sections',
60 '-fno-rtti', 62 '-fno-rtti',
61 '-fvisibility=hidden', 63 '-fvisibility=hidden',
62 '-fvisibility-inlines-hidden', 64 '-fvisibility-inlines-hidden',
(...skipping 16 matching lines...) Expand all
79 'DATA_REDUCTION_PROXY_SUPPORT' 81 'DATA_REDUCTION_PROXY_SUPPORT'
80 ], 82 ],
81 'sources': [ 83 'sources': [
82 'android/cronet_data_reduction_proxy.cc', 84 'android/cronet_data_reduction_proxy.cc',
83 'android/cronet_data_reduction_proxy.h', 85 'android/cronet_data_reduction_proxy.h',
84 ], 86 ],
85 } 87 }
86 ], 88 ],
87 ], 89 ],
88 } 90 }
OLDNEW
« no previous file with comments | « components/cronet/android/BUILD.gn ('k') | components/cronet/ios/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698