| 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 # This target is included into both 'cronet_static' and 'cronet_static_small'. | 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', |
| 11 'chromium_url_request_java', |
| 10 'cronet_jni_headers', | 12 'cronet_jni_headers', |
| 11 'chromium_url_request_java', | |
| 12 'url_request_error_java', | |
| 13 'cronet_version', | 13 'cronet_version', |
| 14 'cronet_version_header', | 14 'cronet_version_header', |
| 15 'metrics', | 15 'metrics', |
| 16 'url_request_error_java', |
| 16 ], | 17 ], |
| 17 'sources': [ | 18 'sources': [ |
| 18 'android/chromium_url_request.cc', | 19 'android/chromium_url_request.cc', |
| 19 'android/chromium_url_request.h', | 20 'android/chromium_url_request.h', |
| 20 'android/chromium_url_request_context.cc', | 21 'android/chromium_url_request_context.cc', |
| 21 'android/chromium_url_request_context.h', | 22 'android/chromium_url_request_context.h', |
| 22 'android/cronet_bidirectional_stream_adapter.cc', | 23 'android/cronet_bidirectional_stream_adapter.cc', |
| 23 'android/cronet_bidirectional_stream_adapter.h', | 24 'android/cronet_bidirectional_stream_adapter.h', |
| 24 'android/cronet_in_memory_pref_store.cc', | 25 'android/cronet_in_memory_pref_store.cc', |
| 25 'android/cronet_in_memory_pref_store.h', | 26 'android/cronet_in_memory_pref_store.h', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 'DATA_REDUCTION_PROXY_SUPPORT' | 75 'DATA_REDUCTION_PROXY_SUPPORT' |
| 75 ], | 76 ], |
| 76 'sources': [ | 77 'sources': [ |
| 77 'android/cronet_data_reduction_proxy.cc', | 78 'android/cronet_data_reduction_proxy.cc', |
| 78 'android/cronet_data_reduction_proxy.h', | 79 'android/cronet_data_reduction_proxy.h', |
| 79 ], | 80 ], |
| 80 } | 81 } |
| 81 ], | 82 ], |
| 82 ], | 83 ], |
| 83 } | 84 } |
| OLD | NEW |