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

Side by Side Diff: net/net.gyp

Issue 35763004: [net] Move android/x509_util.[cc|h] to cert/x509_util_android.[cc|h] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « net/cert/x509_util_android.cc ('k') | tools/gn/secondary/net/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'android/net_jni_registrar.cc', 71 'android/net_jni_registrar.cc',
72 'android/net_jni_registrar.h', 72 'android/net_jni_registrar.h',
73 'android/network_change_notifier_android.cc', 73 'android/network_change_notifier_android.cc',
74 'android/network_change_notifier_android.h', 74 'android/network_change_notifier_android.h',
75 'android/network_change_notifier_delegate_android.cc', 75 'android/network_change_notifier_delegate_android.cc',
76 'android/network_change_notifier_delegate_android.h', 76 'android/network_change_notifier_delegate_android.h',
77 'android/network_change_notifier_factory_android.cc', 77 'android/network_change_notifier_factory_android.cc',
78 'android/network_change_notifier_factory_android.h', 78 'android/network_change_notifier_factory_android.h',
79 'android/network_library.cc', 79 'android/network_library.cc',
80 'android/network_library.h', 80 'android/network_library.h',
81 'android/x509_util.cc',
82 'android/x509_util.h',
83 'base/address_family.h', 81 'base/address_family.h',
84 'base/address_list.cc', 82 'base/address_list.cc',
85 'base/address_list.h', 83 'base/address_list.h',
86 'base/address_tracker_linux.cc', 84 'base/address_tracker_linux.cc',
87 'base/address_tracker_linux.h', 85 'base/address_tracker_linux.h',
88 'base/auth.cc', 86 'base/auth.cc',
89 'base/auth.h', 87 'base/auth.h',
90 'base/backoff_entry.cc', 88 'base/backoff_entry.cc',
91 'base/backoff_entry.h', 89 'base/backoff_entry.h',
92 'base/bandwidth_metrics.cc', 90 'base/bandwidth_metrics.cc',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'cert/x509_cert_types_win.cc', 296 'cert/x509_cert_types_win.cc',
299 'cert/x509_certificate.cc', 297 'cert/x509_certificate.cc',
300 'cert/x509_certificate.h', 298 'cert/x509_certificate.h',
301 'cert/x509_certificate_ios.cc', 299 'cert/x509_certificate_ios.cc',
302 'cert/x509_certificate_mac.cc', 300 'cert/x509_certificate_mac.cc',
303 'cert/x509_certificate_net_log_param.cc', 301 'cert/x509_certificate_net_log_param.cc',
304 'cert/x509_certificate_net_log_param.h', 302 'cert/x509_certificate_net_log_param.h',
305 'cert/x509_certificate_nss.cc', 303 'cert/x509_certificate_nss.cc',
306 'cert/x509_certificate_openssl.cc', 304 'cert/x509_certificate_openssl.cc',
307 'cert/x509_certificate_win.cc', 305 'cert/x509_certificate_win.cc',
306 'cert/x509_util.cc',
308 'cert/x509_util.h', 307 'cert/x509_util.h',
309 'cert/x509_util.cc', 308 'cert/x509_util_android.cc',
309 'cert/x509_util_android.h',
310 'cert/x509_util_ios.cc', 310 'cert/x509_util_ios.cc',
311 'cert/x509_util_ios.h', 311 'cert/x509_util_ios.h',
312 'cert/x509_util_mac.cc', 312 'cert/x509_util_mac.cc',
313 'cert/x509_util_mac.h', 313 'cert/x509_util_mac.h',
314 'cert/x509_util_nss.cc', 314 'cert/x509_util_nss.cc',
315 'cert/x509_util_nss.h', 315 'cert/x509_util_nss.h',
316 'cert/x509_util_openssl.cc', 316 'cert/x509_util_openssl.cc',
317 'cert/x509_util_openssl.h', 317 'cert/x509_util_openssl.h',
318 'cookies/canonical_cookie.cc', 318 'cookies/canonical_cookie.cc',
319 'cookies/canonical_cookie.h', 319 'cookies/canonical_cookie.h',
(...skipping 2686 matching lines...) Expand 10 before | Expand all | Expand 10 after
3006 'net_unittests.isolate', 3006 'net_unittests.isolate',
3007 ], 3007 ],
3008 'sources': [ 3008 'sources': [
3009 'net_unittests.isolate', 3009 'net_unittests.isolate',
3010 ], 3010 ],
3011 }, 3011 },
3012 ], 3012 ],
3013 }], 3013 }],
3014 ], 3014 ],
3015 } 3015 }
OLDNEW
« no previous file with comments | « net/cert/x509_util_android.cc ('k') | tools/gn/secondary/net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698