| 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 28 matching lines...) Expand all Loading... |
| 39 'android/url_request_adapter.cc', | 39 'android/url_request_adapter.cc', |
| 40 'android/url_request_adapter.h', | 40 'android/url_request_adapter.h', |
| 41 'android/url_request_context_adapter.cc', | 41 'android/url_request_context_adapter.cc', |
| 42 'android/url_request_context_adapter.h', | 42 'android/url_request_context_adapter.h', |
| 43 'android/url_request_error.cc', | 43 'android/url_request_error.cc', |
| 44 'android/url_request_error.h', | 44 'android/url_request_error.h', |
| 45 'android/wrapped_channel_upload_element_reader.cc', | 45 'android/wrapped_channel_upload_element_reader.cc', |
| 46 'android/wrapped_channel_upload_element_reader.h', | 46 'android/wrapped_channel_upload_element_reader.h', |
| 47 'histogram_manager.cc', | 47 'histogram_manager.cc', |
| 48 'histogram_manager.h', | 48 'histogram_manager.h', |
| 49 'stale_host_resolver.cc', |
| 50 'stale_host_resolver.h', |
| 49 'url_request_context_config.cc', | 51 'url_request_context_config.cc', |
| 50 'url_request_context_config.h', | 52 'url_request_context_config.h', |
| 51 ], | 53 ], |
| 52 'cflags': [ | 54 'cflags': [ |
| 53 '-DLOGGING=1', | 55 '-DLOGGING=1', |
| 54 '-fdata-sections', | 56 '-fdata-sections', |
| 55 '-ffunction-sections', | 57 '-ffunction-sections', |
| 56 '-fno-rtti', | 58 '-fno-rtti', |
| 57 '-fvisibility=hidden', | 59 '-fvisibility=hidden', |
| 58 '-fvisibility-inlines-hidden', | 60 '-fvisibility-inlines-hidden', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 75 'DATA_REDUCTION_PROXY_SUPPORT' | 77 'DATA_REDUCTION_PROXY_SUPPORT' |
| 76 ], | 78 ], |
| 77 'sources': [ | 79 'sources': [ |
| 78 'android/cronet_data_reduction_proxy.cc', | 80 'android/cronet_data_reduction_proxy.cc', |
| 79 'android/cronet_data_reduction_proxy.h', | 81 'android/cronet_data_reduction_proxy.h', |
| 80 ], | 82 ], |
| 81 } | 83 } |
| 82 ], | 84 ], |
| 83 ], | 85 ], |
| 84 } | 86 } |
| OLD | NEW |