| 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 # This target is included into both 'cronet_static' and 'cronet_static_small'. |
| 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 'cronet_jni_headers', | 10 'cronet_jni_headers', |
| 11 'cronet_url_request_java', | 11 'cronet_url_request_java', |
| 12 'cronet_version', | 12 'cronet_version', |
| 13 'cronet_version_header', | 13 'cronet_version_header', |
| 14 'metrics', | 14 'metrics', |
| 15 ], | 15 ], |
| 16 'sources': [ | 16 'sources': [ |
| 17 'android/chromium_url_request.cc', | 17 'android/chromium_url_request.cc', |
| 18 'android/chromium_url_request.h', | 18 'android/chromium_url_request.h', |
| 19 'android/chromium_url_request_context.cc', | 19 'android/chromium_url_request_context.cc', |
| 20 'android/chromium_url_request_context.h', | 20 'android/chromium_url_request_context.h', |
| 21 'android/cronet_bidirectional_stream.cc', |
| 22 'android/cronet_bidirectional_stream.h', |
| 21 'android/cronet_in_memory_pref_store.cc', | 23 'android/cronet_in_memory_pref_store.cc', |
| 22 'android/cronet_in_memory_pref_store.h', | 24 'android/cronet_in_memory_pref_store.h', |
| 23 'android/cronet_library_loader.cc', | 25 'android/cronet_library_loader.cc', |
| 24 'android/cronet_library_loader.h', | 26 'android/cronet_library_loader.h', |
| 25 'android/cronet_upload_data_stream.cc', | 27 'android/cronet_upload_data_stream.cc', |
| 26 'android/cronet_upload_data_stream.h', | 28 'android/cronet_upload_data_stream.h', |
| 27 'android/cronet_upload_data_stream_adapter.cc', | 29 'android/cronet_upload_data_stream_adapter.cc', |
| 28 'android/cronet_upload_data_stream_adapter.h', | 30 'android/cronet_upload_data_stream_adapter.h', |
| 29 'android/cronet_url_request_adapter.cc', | 31 'android/cronet_url_request_adapter.cc', |
| 30 'android/cronet_url_request_adapter.h', | 32 'android/cronet_url_request_adapter.h', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 'DATA_REDUCTION_PROXY_SUPPORT' | 69 'DATA_REDUCTION_PROXY_SUPPORT' |
| 68 ], | 70 ], |
| 69 'sources': [ | 71 'sources': [ |
| 70 'android/cronet_data_reduction_proxy.cc', | 72 'android/cronet_data_reduction_proxy.cc', |
| 71 'android/cronet_data_reduction_proxy.h', | 73 'android/cronet_data_reduction_proxy.h', |
| 72 ], | 74 ], |
| 73 } | 75 } |
| 74 ], | 76 ], |
| 75 ], | 77 ], |
| 76 } | 78 } |
| OLD | NEW |