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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |