| Index: tools/gn/switches.h
|
| diff --git a/tools/gn/switches.h b/tools/gn/switches.h
|
| index cebb19c98e1a2205abab598a396c792c969fa0fd..9dc910f7c862fed0543d4f2e262de5aa1a1d13a3 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[];
|
|
|