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

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

Issue 2021433004: Cert - protobufs to serialize and deserialize CertVerifierCache. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Add_support_for_walking_1999733002
Patch Set: Fix comments Created 4 years, 6 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_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': [
19 'android/chromium_url_request.cc', 20 'android/chromium_url_request.cc',
20 'android/chromium_url_request.h', 21 'android/chromium_url_request.h',
21 'android/chromium_url_request_context.cc', 22 'android/chromium_url_request_context.cc',
(...skipping 15 matching lines...) Expand all
37 'android/io_buffer_with_byte_buffer.cc', 38 'android/io_buffer_with_byte_buffer.cc',
38 'android/io_buffer_with_byte_buffer.h', 39 'android/io_buffer_with_byte_buffer.h',
39 'android/url_request_adapter.cc', 40 'android/url_request_adapter.cc',
40 'android/url_request_adapter.h', 41 'android/url_request_adapter.h',
41 'android/url_request_context_adapter.cc', 42 'android/url_request_context_adapter.cc',
42 'android/url_request_context_adapter.h', 43 'android/url_request_context_adapter.h',
43 'android/url_request_error.cc', 44 'android/url_request_error.cc',
44 'android/url_request_error.h', 45 'android/url_request_error.h',
45 'android/wrapped_channel_upload_element_reader.cc', 46 'android/wrapped_channel_upload_element_reader.cc',
46 'android/wrapped_channel_upload_element_reader.h', 47 'android/wrapped_channel_upload_element_reader.h',
48 'cert/cert_verifier_cache_serializer.cc',
49 'cert/cert_verifier_cache_serializer.h',
47 'histogram_manager.cc', 50 'histogram_manager.cc',
48 'histogram_manager.h', 51 'histogram_manager.h',
49 'url_request_context_config.cc', 52 'url_request_context_config.cc',
50 'url_request_context_config.h', 53 'url_request_context_config.h',
51 ], 54 ],
52 'cflags': [ 55 'cflags': [
53 '-DLOGGING=1', 56 '-DLOGGING=1',
54 '-fdata-sections', 57 '-fdata-sections',
55 '-ffunction-sections', 58 '-ffunction-sections',
56 '-fno-rtti', 59 '-fno-rtti',
(...skipping 18 matching lines...) Expand all
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698