| 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',
|
|
|