Chromium Code Reviews| Index: build/config/BUILD.gn |
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
| index cfa910d3eeea22710778e7abb96255e7224d2aa3..dca62fd788c23783a60e1db73554987ae198a448 100644 |
| --- a/build/config/BUILD.gn |
| +++ b/build/config/BUILD.gn |
| @@ -128,6 +128,9 @@ config("feature_flags") { |
| if (use_nss_certs) { |
| defines += [ "USE_NSS_CERTS=1" ] |
| } |
| + if (use_nss_verifier) { |
| + defines += [ "USE_NSS_VERIFIER=1" ] |
| + } |
| if (use_ozone) { |
| defines += [ "USE_OZONE=1" ] |
| } |