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

Unified Diff: net/BUILD.gn

Issue 2347893002: Revert of CertVerifyProcMac: Add Keychain re-ordering hack, check CRLsets in path pruning loop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl patch is broken so try a manual revert instead Created 4 years, 3 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 | net/cert/cert_verify_proc_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index df3d74b7c6c648001df0cfee8297d2c12f532ee0..47058d3fb825efd1405af30b3a08ea4a6f9bcb27 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1390,10 +1390,6 @@ test("net_unittests") {
sources += gypi_values.net_base_test_mac_ios_sources
}
- if (is_mac) {
- libs = [ "Security.framework" ]
- }
-
if (is_chromeos) {
sources -= [ "proxy/proxy_config_service_linux_unittest.cc" ]
}
« no previous file with comments | « no previous file | net/cert/cert_verify_proc_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698