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

Unified Diff: net/net.gyp

Issue 1474603004: Remove Android support for out-of-process KeyStores (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 1749a46246ba395b797266bc7b442453c56bfc56..1495daba96e3eb937ad19670f3003e174ecaf912 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1394,26 +1394,11 @@
'network_change_notifier_android_types_java',
'net_errors_java',
'private_key_types_java',
- 'remote_android_keystore_aidl',
'traffic_stats_error_java',
],
'includes': [ '../build/java.gypi' ],
},
{
- # Processes the interface files for communication with an Android KeyStore
- # running in a separate process.
- 'target_name': 'remote_android_keystore_aidl',
- 'type': 'none',
- 'variables': {
- 'aidl_interface_file': '../net/android/java/src/org/chromium/net/IRemoteAndroidKeyStoreInterface.aidl',
- },
- 'sources': [
- '../net/android/java/src/org/chromium/net/IRemoteAndroidKeyStore.aidl',
- '../net/android/java/src/org/chromium/net/IRemoteAndroidKeyStoreCallbacks.aidl',
- ],
- 'includes': [ '../build/java_aidl.gypi' ],
- },
- {
'target_name': 'net_java_test_support',
'type': 'none',
'variables': {

Powered by Google App Engine
This is Rietveld 408576698