Index: build/config/crypto.gni |
diff --git a/build/config/crypto.gni b/build/config/crypto.gni |
index 7f090b7a5446d66c6d696d61dc505faca829c1c0..4d42a375bc71e85c8305847deb21e44e5131b2a4 100644 |
--- a/build/config/crypto.gni |
+++ b/build/config/crypto.gni |
@@ -6,6 +6,10 @@ |
# |
# TODO(brettw) this should probably be moved to src/crypto or somewhere, and |
# the global build dependency on it should be removed. |
+# |
+# PLEASE TRY TO AVOID ADDING FLAGS TO THIS FILE in cases where grit isn't |
+# required. See the declare_args block of BUILDCONFIG.gn for advice on how |
+# to set up feature flags. |
declare_args() { |
# Use OpenSSL instead of NSS. This is used for Android, Mac, NaCl untrusted |