| Index: tools/gn/substitution_type.h
|
| diff --git a/tools/gn/substitution_type.h b/tools/gn/substitution_type.h
|
| index 7d7ea1276ffcdca845c095bf302c87ca5a3acb4e..dfe9b54ce7663f0fced85d324943db21122b5c3e 100644
|
| --- a/tools/gn/substitution_type.h
|
| +++ b/tools/gn/substitution_type.h
|
| @@ -59,6 +59,9 @@ enum SubstitutionType {
|
| SUBSTITUTION_OUTPUT_EXTENSION, // {{output_extension}}
|
| SUBSTITUTION_SOLIBS, // {{solibs}}
|
|
|
| + // Used only for the args of actions.
|
| + SUBSTITUTION_RSP_FILE_NAME, // {{response_file_name}}
|
| +
|
| SUBSTITUTION_NUM_TYPES // Must be last.
|
| };
|
|
|
|
|