Lines Matching refs:gn
9 #include "gn/commands.h"
10 #include "gn/header_checker.h"
11 #include "gn/setup.h"
12 #include "gn/standard_out.h"
13 #include "gn/switches.h"
14 #include "gn/target.h"
15 #include "gn/trace.h"
50 The topic "gn help check" has general information on how checking works and
52 "gn help check_includes".
58 R"(gn check <out_dir> [<label_pattern>] [--force] [--check-generated]
63 "gn check" is the same thing as "gn gen" with the "--check" flag except that
69 matching targets will be checked. See "gn help label_pattern" for details.
90 The .gn file may specify a list of targets to be checked in the list
91 check_targets (see "gn help dotfile"). Alternatively, the .gn file may
97 "gn help check_includes").
108 "gn help nogncheck").
127 ("gn path" is a good way to diagnose problems).
142 other target is annotated accordingly. See "gn help
153 "gn help nogncheck" for an example).
158 "gn help allow_circular_includes_from").
164 those headers. That source set's files will still need to pass "gn check" in
172 gn check out/Debug
175 gn check out/Default //foo:bar
178 gn check out/Default "//foo/*
184 Err(Location(), "Unknown command format. See \"gn help check\"",
185 "Usage: \"gn check <out_dir> [<target_label>]\"")
255 "no_check_targets defined in \".gn\".\n",