| OLD | NEW |
| 1 # GN Reference | 1 # GN Reference |
| 2 | 2 |
| 3 *This page is automatically generated from* `gn help --markdown all`. | 3 *This page is automatically generated from* `gn help --markdown all`. |
| 4 | 4 |
| 5 ## **\--args**: Specifies build arguments overrides. | 5 ## **\--args**: Specifies build arguments overrides. |
| 6 | 6 |
| 7 ``` | 7 ``` |
| 8 See "gn help buildargs" for an overview of how build arguments work. | 8 See "gn help buildargs" for an overview of how build arguments work. |
| 9 | 9 |
| 10 Most operations take a build directory. The build arguments are taken | 10 Most operations take a build directory. The build arguments are taken |
| (...skipping 3500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3511 See "gn help runtime_deps" for how these are used. | 3511 See "gn help runtime_deps" for how these are used. |
| 3512 | 3512 |
| 3513 | 3513 |
| 3514 ``` | 3514 ``` |
| 3515 ## **data_deps**: Non-linked dependencies. | 3515 ## **data_deps**: Non-linked dependencies. |
| 3516 | 3516 |
| 3517 ``` | 3517 ``` |
| 3518 A list of target labels. | 3518 A list of target labels. |
| 3519 | 3519 |
| 3520 Specifies dependencies of a target that are not actually linked into | 3520 Specifies dependencies of a target that are not actually linked into |
| 3521 the current target. Such dependencies will built and will be available | 3521 the current target. Such dependencies will be built and will be available |
| 3522 at runtime. | 3522 at runtime. |
| 3523 | 3523 |
| 3524 This is normally used for things like plugins or helper programs that | 3524 This is normally used for things like plugins or helper programs that |
| 3525 a target needs at runtime. | 3525 a target needs at runtime. |
| 3526 | 3526 |
| 3527 See also "gn help deps" and "gn help data". | 3527 See also "gn help deps" and "gn help data". |
| 3528 | 3528 |
| 3529 ``` | 3529 ``` |
| 3530 | 3530 |
| 3531 ### **Example**: | 3531 ### **Example**: |
| (...skipping 1292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4824 ** \--nocolor**: Force non-colored output. | 4824 ** \--nocolor**: Force non-colored output. |
| 4825 ** -q**: Quiet mode. Don't print output on success. | 4825 ** -q**: Quiet mode. Don't print output on success. |
| 4826 ** \--root**: Explicitly specify source root. | 4826 ** \--root**: Explicitly specify source root. |
| 4827 ** \--runtime-deps-list-file**: Save runtime dependencies for targets in file. | 4827 ** \--runtime-deps-list-file**: Save runtime dependencies for targets in file. |
| 4828 ** \--time**: Outputs a summary of how long everything took. | 4828 ** \--time**: Outputs a summary of how long everything took. |
| 4829 ** \--tracelog**: Writes a Chrome-compatible trace log to the given file. | 4829 ** \--tracelog**: Writes a Chrome-compatible trace log to the given file. |
| 4830 ** -v**: Verbose logging. | 4830 ** -v**: Verbose logging. |
| 4831 ** \--version**: Prints the GN version number and exits. | 4831 ** \--version**: Prints the GN version number and exits. |
| 4832 | 4832 |
| 4833 ``` | 4833 ``` |
| OLD | NEW |