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

Unified Diff: crypto/BUILD.gn

Issue 264463002: GN build improvements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « components/translate/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/BUILD.gn
diff --git a/crypto/BUILD.gn b/crypto/BUILD.gn
index 34f3ea04fdbf0f5208ea6bcd49733ac2691c3db3..31d56c122e35e87652158aa6b88b2c8169cbbc1c 100644
--- a/crypto/BUILD.gn
+++ b/crypto/BUILD.gn
@@ -212,12 +212,6 @@ test("crypto_unittests") {
"symmetric_key_unittest.cc",
]
- if (use_openssl) {
- sources -= [
- "nss_util_unittest.cc",
- ]
- }
-
if (use_openssl || !is_linux) {
sources -= [
"rsa_private_key_nss_unittest.cc",
« no previous file with comments | « components/translate/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698