Index: build/build_config.h |
diff --git a/build/build_config.h b/build/build_config.h |
index 090641907bdb49f4906159472962b7493e225943..fb569400ad6e0d58e78206fcb7624fe9802c2fb6 100644 |
--- a/build/build_config.h |
+++ b/build/build_config.h |
@@ -66,6 +66,8 @@ |
#else |
#error Please add support for your platform in build/build_config.h |
#endif |
+// NOTE: Adding a new port? Please follow |
+// https://chromium.googlesource.com/chromium/src/+/master/docs/new_port_policy.md |
#if defined(USE_OPENSSL_CERTS) && defined(USE_NSS_CERTS) |
#error Cannot use both OpenSSL and NSS for certificates |