| Index: tools/gn/substitution_type.h
|
| diff --git a/tools/gn/substitution_type.h b/tools/gn/substitution_type.h
|
| index e3aa3a537f771f9cb5b2c3612126740797887b03..42040c9c0be0da5b3428f3113cb3da57a37eba5d 100644
|
| --- a/tools/gn/substitution_type.h
|
| +++ b/tools/gn/substitution_type.h
|
| @@ -41,6 +41,7 @@ enum SubstitutionType {
|
| SUBSTITUTION_TARGET_OUTPUT_NAME, // {{target_output_name}}
|
|
|
| // Valid for compiler tools.
|
| + SUBSTITUTION_ASMFLAGS, // {{asmflags}}
|
| SUBSTITUTION_CFLAGS, // {{cflags}}
|
| SUBSTITUTION_CFLAGS_C, // {{cflags_c}}
|
| SUBSTITUTION_CFLAGS_CC, // {{cflags_cc}}
|
|
|