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

Unified Diff: build/config/crypto.gni

Issue 239543013: Work on Mac GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix line endings 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
Index: build/config/crypto.gni
diff --git a/build/config/crypto.gni b/build/config/crypto.gni
index f3d8590edade4cb9dd1848f77dfce7f89d019ef2..44e5bc92390f5fe77286eb6a1d5ad22f2d133be1 100644
--- a/build/config/crypto.gni
+++ b/build/config/crypto.gni
@@ -12,9 +12,3 @@ declare_args() {
# code, and is experimental in other cases (see http://crbug.com/62803).
use_openssl = is_android || is_nacl
}
-
-if (is_linux && !use_openssl) {
- use_nss = true
-} else {
- use_nss = false
-}
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | build/config/ios/ios_sdk.gni » ('j') | skia/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698