OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |