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

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

Issue 1412243012: Initial implementation of CronetBidirectionalStream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Little cleanup. Created 5 years 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 # 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_engine_builder_list', 11 'cronet_engine_builder_list',
12 'cronet_url_request_java', 12 'cronet_url_request_java',
13 'cronet_version', 13 'cronet_version',
14 'cronet_version_header', 14 'cronet_version_header',
15 'metrics', 15 'metrics',
16 ], 16 ],
17 'sources': [ 17 'sources': [
18 'android/chromium_url_request.cc', 18 'android/chromium_url_request.cc',
19 'android/chromium_url_request.h', 19 'android/chromium_url_request.h',
20 'android/chromium_url_request_context.cc', 20 'android/chromium_url_request_context.cc',
21 'android/chromium_url_request_context.h', 21 'android/chromium_url_request_context.h',
22 'android/chromium_url_request_error_list.h', 22 'android/chromium_url_request_error_list.h',
23 'android/chromium_url_request_priority_list.h', 23 'android/chromium_url_request_priority_list.h',
24 'android/cronet_bidirectional_stream.cc',
25 'android/cronet_bidirectional_stream.h',
24 'android/cronet_in_memory_pref_store.cc', 26 'android/cronet_in_memory_pref_store.cc',
25 'android/cronet_in_memory_pref_store.h', 27 'android/cronet_in_memory_pref_store.h',
26 'android/cronet_library_loader.cc', 28 'android/cronet_library_loader.cc',
27 'android/cronet_library_loader.h', 29 'android/cronet_library_loader.h',
28 'android/cronet_upload_data_stream.cc', 30 'android/cronet_upload_data_stream.cc',
29 'android/cronet_upload_data_stream.h', 31 'android/cronet_upload_data_stream.h',
30 'android/cronet_upload_data_stream_adapter.cc', 32 'android/cronet_upload_data_stream_adapter.cc',
31 'android/cronet_upload_data_stream_adapter.h', 33 'android/cronet_upload_data_stream_adapter.h',
32 'android/cronet_url_request_adapter.cc', 34 'android/cronet_url_request_adapter.cc',
33 'android/cronet_url_request_adapter.h', 35 'android/cronet_url_request_adapter.h',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'DATA_REDUCTION_PROXY_SUPPORT' 73 'DATA_REDUCTION_PROXY_SUPPORT'
72 ], 74 ],
73 'sources': [ 75 'sources': [
74 'android/cronet_data_reduction_proxy.cc', 76 'android/cronet_data_reduction_proxy.cc',
75 'android/cronet_data_reduction_proxy.h', 77 'android/cronet_data_reduction_proxy.h',
76 ], 78 ],
77 } 79 }
78 ], 80 ],
79 ], 81 ],
80 } 82 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698