Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(466)

Side by Side Diff: components/cronet/cronet_static.gypi

Issue 1849753002: [Cronet] Separate Cronet implementation and API by package name. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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_android_cert_proto',
13 'cronet_jni_headers', 13 'cronet_jni_headers',
14 'cronet_version', 14 'cronet_api_version',
15 'cronet_impl_version',
15 'cronet_version_header', 16 'cronet_version_header',
16 'metrics', 17 'metrics',
17 'url_request_error_java', 18 'url_request_error_java',
18 ], 19 ],
19 'sources': [ 20 'sources': [
20 'android/cert/cert_verifier_cache_serializer.cc', 21 'android/cert/cert_verifier_cache_serializer.cc',
21 'android/cert/cert_verifier_cache_serializer.h', 22 'android/cert/cert_verifier_cache_serializer.h',
22 'android/chromium_url_request.cc', 23 'android/chromium_url_request.cc',
23 'android/chromium_url_request.h', 24 'android/chromium_url_request.h',
24 'android/chromium_url_request_context.cc', 25 'android/chromium_url_request_context.cc',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'DATA_REDUCTION_PROXY_SUPPORT' 79 'DATA_REDUCTION_PROXY_SUPPORT'
79 ], 80 ],
80 'sources': [ 81 'sources': [
81 'android/cronet_data_reduction_proxy.cc', 82 'android/cronet_data_reduction_proxy.cc',
82 'android/cronet_data_reduction_proxy.h', 83 'android/cronet_data_reduction_proxy.h',
83 ], 84 ],
84 } 85 }
85 ], 86 ],
86 ], 87 ],
87 } 88 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698