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

Unified Diff: tools/gn/args.cc

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 | « docs/new_port_policy.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/args.cc
diff --git a/tools/gn/args.cc b/tools/gn/args.cc
index 800996bd267b8569e2063899ccdc93312cbf54c2..0dcceecd5a5fe396402b1558b071a5f059650465 100644
--- a/tools/gn/args.cc
+++ b/tools/gn/args.cc
@@ -307,6 +307,8 @@ void Args::SetSystemVarsLocked(Scope* dest) const {
#else
#error Unknown OS type.
#endif
+ // NOTE: Adding a new port? Please follow
+ // https://chromium.googlesource.com/chromium/src/+/master/docs/new_port_policy.md
// Host architecture.
static const char kX86[] = "x86";
« no previous file with comments | « docs/new_port_policy.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698