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

Unified Diff: net/net.gyp

Issue 147533004: Remove unneeded JNI registrations. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Fix android webview build issues. Created 6 years, 9 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 28dcd4d7fce7ff4d94ba8dd5a3754c9ef8d5bc04..ae4ae0d3121cf34a99fd6075cd5cebaf65ae65be 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -64,7 +64,6 @@
'android/cert_verify_result_android.h',
'android/cert_verify_status_android_list.h',
'android/gurl_utils.cc',
- 'android/gurl_utils.h',
'android/android_private_key.cc',
'android/android_private_key.h',
'android/keystore.cc',
@@ -325,7 +324,6 @@
'cert/x509_util.cc',
'cert/x509_util.h',
'cert/x509_util_android.cc',
- 'cert/x509_util_android.h',
'cert/x509_util_ios.cc',
'cert/x509_util_ios.h',
'cert/x509_util_mac.cc',

Powered by Google App Engine
This is Rietveld 408576698