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

Unified Diff: build/build_config.h

Issue 2909733002: Add information on the requirements for a new Chromium port. (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | docs/new_port_policy.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | docs/new_port_policy.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698