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

Unified Diff: chrome/chrome_common.gypi

Issue 1893203005: Remove x509_certificate_model_openssl.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove tests Created 4 years, 8 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 | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698