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

Unified Diff: tools/grit/grit_rule.gni

Issue 1808963004: Adding macro to enable changing SSL library (Part 1) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove remoting_nacl change. Created 4 years, 9 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 | « tools/gn/docs/cookbook.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/grit_rule.gni
diff --git a/tools/grit/grit_rule.gni b/tools/grit/grit_rule.gni
index f60d8fa1076bb3b7dbb2ead6b28093c135a1e88c..68e5976fe1630a8a9b036295aec96b17ab2c4c63 100644
--- a/tools/grit/grit_rule.gni
+++ b/tools/grit/grit_rule.gni
@@ -159,6 +159,13 @@ if (use_nss_certs) {
]
}
+if (use_nss_verifier) {
+ grit_defines += [
+ "-D",
+ "use_nss_verifier",
+ ]
+}
+
if (use_ozone) {
grit_defines += [
"-D",
« no previous file with comments | « tools/gn/docs/cookbook.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698