| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 246a177bdec86a9de16be54e90b7f0a0e26ed3d0..4a0e07125dffa533ed042ca1fbb348a62d3f7dce 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -564,7 +564,6 @@
|
| 'common/net/x509_certificate_model.cc',
|
| 'common/net/x509_certificate_model.h',
|
| 'common/net/x509_certificate_model_nss.cc',
|
| - 'common/net/x509_certificate_model_openssl.cc',
|
| ],
|
| 'dependencies': [
|
| '<(DEPTH)/base/base.gyp:base',
|
| @@ -590,15 +589,6 @@
|
| 'common/net/x509_certificate_model.cc',
|
| ],
|
| }],
|
| - ['use_openssl_certs == 1 and OS != "android"', {
|
| - 'dependencies': [
|
| - '<(DEPTH)/third_party/boringssl/boringssl.gyp:boringssl',
|
| - ],
|
| - }, {
|
| - 'sources!': [
|
| - 'common/net/x509_certificate_model_openssl.cc',
|
| - ],
|
| - }],
|
| ['use_nss_certs == 1', {
|
| 'sources': [
|
| # GN version: //chrome/third_party/mozilla_security_manager
|
|
|