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

Unified Diff: chrome/common/net/BUILD.gn

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 | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/net/x509_certificate_model_openssl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/net/BUILD.gn
diff --git a/chrome/common/net/BUILD.gn b/chrome/common/net/BUILD.gn
index a6d51519f39b696b34cbcadf564ff6d9ae16f85d..1268d6a6804047033227f136c3e4531a8ffca788 100644
--- a/chrome/common/net/BUILD.gn
+++ b/chrome/common/net/BUILD.gn
@@ -12,7 +12,6 @@ static_library("net") {
"x509_certificate_model.cc",
"x509_certificate_model.h",
"x509_certificate_model_nss.cc",
- "x509_certificate_model_openssl.cc",
]
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
@@ -38,12 +37,6 @@ static_library("net") {
sources -= [ "x509_certificate_model.cc" ]
}
- if (use_openssl_certs && !is_android) {
- deps += [ "//third_party/boringssl" ]
- } else {
- sources -= [ "x509_certificate_model_openssl.cc" ]
- }
-
if (use_nss_certs) {
deps += [
"//chrome/third_party/mozilla_security_manager",
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/net/x509_certificate_model_openssl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698