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

Unified Diff: build/config/BUILD.gn

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
« no previous file with comments | « no previous file | build/config/BUILDCONFIG.gn » ('j') | skia/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 1d58f8624d6e1e4ecf905e44bdfa98b8b3d2f2a9..1dfbfe7d1130f47ecad302d0c594b5620e2d96f0 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -102,11 +102,10 @@ config("feature_flags") {
if (use_glib) {
defines += [ "USE_GLIB=1" ]
}
- if (use_nss) {
- defines += [ "USE_NSS=1" ]
- }
if (use_openssl) {
defines += [ "USE_OPENSSL=1" ]
+ } else {
+ defines += [ "USE_NSS=1" ]
}
if (use_ozone) {
defines += [ "USE_OZONE=1" ]
« no previous file with comments | « no previous file | build/config/BUILDCONFIG.gn » ('j') | skia/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698