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

Unified Diff: net/net.gyp

Issue 35763004: [net] Move android/x509_util.[cc|h] to cert/x509_util_android.[cc|h] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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/cert/x509_util_android.cc ('k') | tools/gn/secondary/net/BUILD.gn » ('j') | 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 3481f459f6773c6fcee0cbe7a3ee2520def12791..b98be2bc5f67d6fe8af05ef0dd654203a54ad78a 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -78,8 +78,6 @@
'android/network_change_notifier_factory_android.h',
'android/network_library.cc',
'android/network_library.h',
- 'android/x509_util.cc',
- 'android/x509_util.h',
'base/address_family.h',
'base/address_list.cc',
'base/address_list.h',
@@ -305,8 +303,10 @@
'cert/x509_certificate_nss.cc',
'cert/x509_certificate_openssl.cc',
'cert/x509_certificate_win.cc',
- 'cert/x509_util.h',
'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',
« no previous file with comments | « net/cert/x509_util_android.cc ('k') | tools/gn/secondary/net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698