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

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

Issue 1097423002: Stop generating the [TOC] in the GN reference docs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « tools/gn/command_help.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/docs/reference.md
diff --git a/tools/gn/docs/reference.md b/tools/gn/docs/reference.md
index 39550a2ab8fb91e643dca97bcda0926cdb6d3f0e..a405a34f70889ed483df94e8c59422bcf531132d 100644
--- a/tools/gn/docs/reference.md
+++ b/tools/gn/docs/reference.md
@@ -1,7 +1,5 @@
# GN Reference
-[TOC]
-
*This page is automatically generated from* `gn help --markdown all`.
## **--args**: Specifies build arguments overrides.
@@ -565,7 +563,7 @@
```
-## **gn refs <out_dir> (<label_pattern>|<label>|<file>)* [--all]**
+## **gn refs <out_dir> (<label_pattern>|<label>|<file>|@<response_file>)* [--all]**
```
[--all-toolchains] [--as=...] [--testonly=...] [--type=...]
@@ -587,6 +585,11 @@
that does not contain wildcards and does not match a target or a
config will be treated as a file.
+ - Response file: If the input starts with an "@", it will be
+ interpreted as a path to a file containing a list of labels or
+ file names, one per line. This allows us to handle long lists
+ of inputs without worrying about command line limits.
+
```
### **Options**
« no previous file with comments | « tools/gn/command_help.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698