| Index: tools/gn/substitution_type.h
|
| diff --git a/tools/gn/substitution_type.h b/tools/gn/substitution_type.h
|
| index 42040c9c0be0da5b3428f3113cb3da57a37eba5d..7d7ea1276ffcdca845c095bf302c87ca5a3acb4e 100644
|
| --- a/tools/gn/substitution_type.h
|
| +++ b/tools/gn/substitution_type.h
|
| @@ -34,6 +34,7 @@ enum SubstitutionType {
|
| // Valid for all compiler and linker tools. These depend on the target and
|
| // no not vary on a per-file basis.
|
| SUBSTITUTION_LABEL, // {{label}}
|
| + SUBSTITUTION_LABEL_NAME, // {{label_name}}
|
| SUBSTITUTION_ROOT_GEN_DIR, // {{root_gen_dir}}
|
| SUBSTITUTION_ROOT_OUT_DIR, // {{root_out_dir}}
|
| SUBSTITUTION_TARGET_GEN_DIR, // {{target_gen_dir}}
|
|
|