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

Unified Diff: tools/gn/docs/reference.md

Issue 2514333005: Add support for customizing GN's args text. (Closed)
Patch Set: Created 4 years, 1 month 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
Index: tools/gn/docs/reference.md
diff --git a/tools/gn/docs/reference.md b/tools/gn/docs/reference.md
index 1aa56f1d4542e1623bb07afb7f12549834472f46..749148071c7c1e4ac849d8b98961a98941a3355b 100644
--- a/tools/gn/docs/reference.md
+++ b/tools/gn/docs/reference.md
@@ -5846,6 +5846,10 @@
The secondary source root must be inside the main source tree.
+ arg_file_template [optional]
+ Label of a file that contains the text that should be used as the
+ default args.gn file when you run `gn args`.
+
```
### **Example .gn file contents**

Powered by Google App Engine
This is Rietveld 408576698