| 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" ]
 | 
| 
 |