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

Side by Side Diff: net/net.gyp

Issue 164053004: Refactor AndroidKeyStore to allow remote key handling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switch to abstract AndroidPrivateKey. Created 6 years, 10 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
« no previous file with comments | « net/android/net_jni_registrar.cc ('k') | no next file » | 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 3014 matching lines...) Expand 10 before | Expand all | Expand 10 after
3025 } 3025 }
3026 ] 3026 ]
3027 }], 3027 }],
3028 ['OS=="android"', { 3028 ['OS=="android"', {
3029 'targets': [ 3029 'targets': [
3030 { 3030 {
3031 'target_name': 'net_jni_headers', 3031 'target_name': 'net_jni_headers',
3032 'type': 'none', 3032 'type': 'none',
3033 'sources': [ 3033 'sources': [
3034 'android/java/src/org/chromium/net/AndroidCertVerifyResult.java', 3034 'android/java/src/org/chromium/net/AndroidCertVerifyResult.java',
3035 'android/java/src/org/chromium/net/AndroidKeyStore.java', 3035 'android/java/src/org/chromium/net/AndroidKeyStoreBridge.java',
3036 'android/java/src/org/chromium/net/AndroidNetworkLibrary.java', 3036 'android/java/src/org/chromium/net/AndroidNetworkLibrary.java',
3037 'android/java/src/org/chromium/net/GURLUtils.java', 3037 'android/java/src/org/chromium/net/GURLUtils.java',
3038 'android/java/src/org/chromium/net/NetworkChangeNotifier.java', 3038 'android/java/src/org/chromium/net/NetworkChangeNotifier.java',
3039 'android/java/src/org/chromium/net/ProxyChangeListener.java', 3039 'android/java/src/org/chromium/net/ProxyChangeListener.java',
3040 'android/java/src/org/chromium/net/X509Util.java', 3040 'android/java/src/org/chromium/net/X509Util.java',
3041 ], 3041 ],
3042 'variables': { 3042 'variables': {
3043 'jni_gen_package': 'net', 3043 'jni_gen_package': 'net',
3044 'jni_generator_ptr_type': 'long', 3044 'jni_generator_ptr_type': 'long',
3045 }, 3045 },
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
3192 'net_unittests.isolate', 3192 'net_unittests.isolate',
3193 ], 3193 ],
3194 'sources': [ 3194 'sources': [
3195 'net_unittests.isolate', 3195 'net_unittests.isolate',
3196 ], 3196 ],
3197 }, 3197 },
3198 ], 3198 ],
3199 }], 3199 }],
3200 ], 3200 ],
3201 } 3201 }
OLDNEW
« no previous file with comments | « net/android/net_jni_registrar.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698