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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/android/net_jni_registrar.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index b9c7dc665b8f0a2483a847e260d5631c6e6e210d..e65b15e16032ae254ac36fc03266b55677670f6a 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -3032,7 +3032,7 @@
'type': 'none',
'sources': [
'android/java/src/org/chromium/net/AndroidCertVerifyResult.java',
- 'android/java/src/org/chromium/net/AndroidKeyStore.java',
+ 'android/java/src/org/chromium/net/AndroidKeyStoreBridge.java',
'android/java/src/org/chromium/net/AndroidNetworkLibrary.java',
'android/java/src/org/chromium/net/GURLUtils.java',
'android/java/src/org/chromium/net/NetworkChangeNotifier.java',
« 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