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

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

Issue 923213002: Use "@NativeClassQualifiedName" in CronetUrlRequest.java (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nativeclass
Patch Set: Corrected a typo Created 5 years, 8 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 # 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 'type': 'static_library', 7 'type': 'static_library',
8 'dependencies': [ 8 'dependencies': [
9 '../base/base.gyp:base', 9 '../base/base.gyp:base',
10 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 10 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
(...skipping 11 matching lines...) Expand all
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_histogram_manager.cc', 24 'android/cronet_histogram_manager.cc',
25 'android/cronet_histogram_manager.h', 25 'android/cronet_histogram_manager.h',
26 'android/cronet_library_loader.cc', 26 'android/cronet_library_loader.cc',
27 'android/cronet_library_loader.h', 27 'android/cronet_library_loader.h',
28 'android/cronet_upload_data_stream_adapter.cc', 28 'android/cronet_upload_data_stream_adapter.cc',
29 'android/cronet_upload_data_stream_adapter.h', 29 'android/cronet_upload_data_stream_adapter.h',
30 'android/cronet_upload_data_stream_delegate.cc', 30 'android/cronet_upload_data_stream_delegate.cc',
31 'android/cronet_upload_data_stream_delegate.h', 31 'android/cronet_upload_data_stream_delegate.h',
32 'android/cronet_url_request.cc',
33 'android/cronet_url_request.h',
34 'android/cronet_url_request_adapter.cc', 32 'android/cronet_url_request_adapter.cc',
35 'android/cronet_url_request_adapter.h', 33 'android/cronet_url_request_adapter.h',
36 'android/cronet_url_request_context_adapter.cc', 34 'android/cronet_url_request_context_adapter.cc',
37 'android/cronet_url_request_context_adapter.h', 35 'android/cronet_url_request_context_adapter.h',
38 'android/url_request_adapter.cc', 36 'android/url_request_adapter.cc',
39 'android/url_request_adapter.h', 37 'android/url_request_adapter.h',
40 'android/url_request_context_adapter.cc', 38 'android/url_request_context_adapter.cc',
41 'android/url_request_context_adapter.h', 39 'android/url_request_context_adapter.h',
42 'android/wrapped_channel_upload_element_reader.cc', 40 'android/wrapped_channel_upload_element_reader.cc',
43 'android/wrapped_channel_upload_element_reader.h', 41 'android/wrapped_channel_upload_element_reader.h',
(...skipping 11 matching lines...) Expand all
55 '-Wno-sign-promo', 53 '-Wno-sign-promo',
56 '-Wno-missing-field-initializers', 54 '-Wno-missing-field-initializers',
57 ], 55 ],
58 'ldflags': [ 56 'ldflags': [
59 '-llog', 57 '-llog',
60 '-landroid', 58 '-landroid',
61 '-Wl,--gc-sections', 59 '-Wl,--gc-sections',
62 '-Wl,--exclude-libs,ALL' 60 '-Wl,--exclude-libs,ALL'
63 ], 61 ],
64 } 62 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698