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

Unified Diff: net/android/BUILD.gn

Issue 1474603004: Remove Android support for out-of-process KeyStores (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated comments Created 5 years 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/BUILD.gn ('k') | net/android/android_private_key.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/BUILD.gn
diff --git a/net/android/BUILD.gn b/net/android/BUILD.gn
index df00495ad2559cac5051f948d7f59693529e7c95..483aed8dfccf54b880e892c61ba08d83e64e62d6 100644
--- a/net/android/BUILD.gn
+++ b/net/android/BUILD.gn
@@ -13,16 +13,6 @@ android_library("net_java") {
srcjar_deps = [
":net_errors_java",
":net_android_java_enums_srcjar",
- ":remote_android_keystore_aidl",
- ]
-}
-
-android_aidl("remote_android_keystore_aidl") {
- interface_file =
- "java/src/org/chromium/net/IRemoteAndroidKeyStoreInterface.aidl"
- sources = [
- "java/src/org/chromium/net/IRemoteAndroidKeyStore.aidl",
- "java/src/org/chromium/net/IRemoteAndroidKeyStoreCallbacks.aidl",
]
}
« no previous file with comments | « net/BUILD.gn ('k') | net/android/android_private_key.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698