| Index: tools/gn/switches.h
|
| diff --git a/tools/gn/switches.h b/tools/gn/switches.h
|
| index b86bf330569cf8b183503d32f70a366363dd4746..effaa25ed3c815e13cedf3e9d524ea78cf8e0d02 100644
|
| --- a/tools/gn/switches.h
|
| +++ b/tools/gn/switches.h
|
| @@ -52,6 +52,10 @@ extern const char kNoColor[];
|
| extern const char kNoColor_HelpShort[];
|
| extern const char kNoColor_Help[];
|
|
|
| +extern const char kScriptExecutable[];
|
| +extern const char kScriptExecutable_HelpShort[];
|
| +extern const char kScriptExecutable_Help[];
|
| +
|
| extern const char kQuiet[];
|
| extern const char kQuiet_HelpShort[];
|
| extern const char kQuiet_Help[];
|
|
|