| Index: tools/gn/args.cc
|
| diff --git a/tools/gn/args.cc b/tools/gn/args.cc
|
| index f81ffbe09a39e11a527d4dcf8741294c0dab03ee..ceeb46b7179ff661620d0d5e98dc35e3a3f6b8ac 100644
|
| --- a/tools/gn/args.cc
|
| +++ b/tools/gn/args.cc
|
| @@ -26,6 +26,9 @@ How build arguments are set
|
| - target_cpu
|
| - target_os
|
|
|
| + Next, project-specific overrides are applied. These are specified inside
|
| + the default_args variable of //.gn. See "gn help dotfile" for more.
|
| +
|
| If specified, arguments from the --args command line flag are used. If that
|
| flag is not specified, args from previous builds in the build directory will
|
| be used (this is in the file args.gn in the build directory).
|
|
|