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

Side by Side Diff: tools/gn/docs/reference.md

Issue 1335313003: Replace instances of datadeps --> data_deps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make formatter recognize both datadeps and data_deps Created 5 years, 3 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 unified diff | Download patch
« no previous file with comments | « tools/gn/docs/language.md ('k') | tools/gn/variables.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 ```
OLDNEW
« no previous file with comments | « tools/gn/docs/language.md ('k') | tools/gn/variables.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698