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

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: 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 # 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'android/url_request_adapter.cc', 42 'android/url_request_adapter.cc',
43 'android/url_request_adapter.h', 43 'android/url_request_adapter.h',
44 'android/url_request_context_adapter.cc', 44 'android/url_request_context_adapter.cc',
45 'android/url_request_context_adapter.h', 45 'android/url_request_context_adapter.h',
46 'android/url_request_error.cc', 46 'android/url_request_error.cc',
47 'android/url_request_error.h', 47 'android/url_request_error.h',
48 'android/wrapped_channel_upload_element_reader.cc', 48 'android/wrapped_channel_upload_element_reader.cc',
49 'android/wrapped_channel_upload_element_reader.h', 49 'android/wrapped_channel_upload_element_reader.h',
50 'histogram_manager.cc', 50 'histogram_manager.cc',
51 'histogram_manager.h', 51 'histogram_manager.h',
52 'stale_host_resolver.cc',
53 'stale_host_resolver.h',
52 'url_request_context_config.cc', 54 'url_request_context_config.cc',
53 'url_request_context_config.h', 55 'url_request_context_config.h',
54 ], 56 ],
55 'cflags': [ 57 'cflags': [
56 '-DLOGGING=1', 58 '-DLOGGING=1',
57 '-fdata-sections', 59 '-fdata-sections',
58 '-ffunction-sections', 60 '-ffunction-sections',
59 '-fno-rtti', 61 '-fno-rtti',
60 '-fvisibility=hidden', 62 '-fvisibility=hidden',
61 '-fvisibility-inlines-hidden', 63 '-fvisibility-inlines-hidden',
(...skipping 16 matching lines...) Expand all
78 'DATA_REDUCTION_PROXY_SUPPORT' 80 'DATA_REDUCTION_PROXY_SUPPORT'
79 ], 81 ],
80 'sources': [ 82 'sources': [
81 'android/cronet_data_reduction_proxy.cc', 83 'android/cronet_data_reduction_proxy.cc',
82 'android/cronet_data_reduction_proxy.h', 84 'android/cronet_data_reduction_proxy.h',
83 ], 85 ],
84 } 86 }
85 ], 87 ],
86 ], 88 ],
87 } 89 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698