| Index: tools/gn/substitution_type.h
|
| diff --git a/tools/gn/substitution_type.h b/tools/gn/substitution_type.h
|
| index 7212157837bb1f2d02dc831df5cd8e2144839e76..e0f3a26e554011f62c679e73431adc10343b2b8b 100644
|
| --- a/tools/gn/substitution_type.h
|
| +++ b/tools/gn/substitution_type.h
|
| @@ -51,6 +51,7 @@ enum SubstitutionType {
|
|
|
| // Valid for linker tools.
|
| SUBSTITUTION_LINKER_INPUTS, // {{inputs}}
|
| + SUBSTITUTION_LINKER_INPUTS_NEWLINE, // {{inputs_newline}}
|
| SUBSTITUTION_LDFLAGS, // {{ldflags}}
|
| SUBSTITUTION_LIBS, // {{libs}}
|
| SUBSTITUTION_OUTPUT_EXTENSION, // {{output_extension}}
|
|
|