| Index: tools/gn/substitution_type.h
|
| diff --git a/tools/gn/substitution_type.h b/tools/gn/substitution_type.h
|
| index 3f7ec971abd96efc78099d3889ca33b921cfaf9b..2e63373d864b8614d6d730c6c5e3e2e5d70f181b 100644
|
| --- a/tools/gn/substitution_type.h
|
| +++ b/tools/gn/substitution_type.h
|
| @@ -56,6 +56,7 @@ enum SubstitutionType {
|
| SUBSTITUTION_LINKER_INPUTS_NEWLINE, // {{inputs_newline}}
|
| SUBSTITUTION_LDFLAGS, // {{ldflags}}
|
| SUBSTITUTION_LIBS, // {{libs}}
|
| + SUBSTITUTION_OUTPUT_DIR, // {{output_dir}}
|
| SUBSTITUTION_OUTPUT_EXTENSION, // {{output_extension}}
|
| SUBSTITUTION_SOLIBS, // {{solibs}}
|
|
|
|
|