| 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', |
| 11 'chromium_url_request_java', | 11 'chromium_url_request_java', |
| 12 'cronet_android_cert_proto', |
| 12 'cronet_jni_headers', | 13 'cronet_jni_headers', |
| 13 'cronet_version', | 14 'cronet_version', |
| 14 'cronet_version_header', | 15 'cronet_version_header', |
| 15 'metrics', | 16 'metrics', |
| 16 'url_request_error_java', | 17 'url_request_error_java', |
| 17 ], | 18 ], |
| 18 'sources': [ | 19 'sources': [ |
| 20 'android/cert/cert_verifier_cache_serializer.cc', |
| 21 'android/cert/cert_verifier_cache_serializer.h', |
| 19 'android/chromium_url_request.cc', | 22 'android/chromium_url_request.cc', |
| 20 'android/chromium_url_request.h', | 23 'android/chromium_url_request.h', |
| 21 'android/chromium_url_request_context.cc', | 24 'android/chromium_url_request_context.cc', |
| 22 'android/chromium_url_request_context.h', | 25 'android/chromium_url_request_context.h', |
| 23 'android/cronet_bidirectional_stream_adapter.cc', | 26 'android/cronet_bidirectional_stream_adapter.cc', |
| 24 'android/cronet_bidirectional_stream_adapter.h', | 27 'android/cronet_bidirectional_stream_adapter.h', |
| 25 'android/cronet_in_memory_pref_store.cc', | 28 'android/cronet_in_memory_pref_store.cc', |
| 26 'android/cronet_in_memory_pref_store.h', | 29 'android/cronet_in_memory_pref_store.h', |
| 27 'android/cronet_library_loader.cc', | 30 'android/cronet_library_loader.cc', |
| 28 'android/cronet_library_loader.h', | 31 'android/cronet_library_loader.h', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'DATA_REDUCTION_PROXY_SUPPORT' | 78 'DATA_REDUCTION_PROXY_SUPPORT' |
| 76 ], | 79 ], |
| 77 'sources': [ | 80 'sources': [ |
| 78 'android/cronet_data_reduction_proxy.cc', | 81 'android/cronet_data_reduction_proxy.cc', |
| 79 'android/cronet_data_reduction_proxy.h', | 82 'android/cronet_data_reduction_proxy.h', |
| 80 ], | 83 ], |
| 81 } | 84 } |
| 82 ], | 85 ], |
| 83 ], | 86 ], |
| 84 } | 87 } |
| OLD | NEW |