| Index: tools/gn/commands.h
|
| diff --git a/tools/gn/commands.h b/tools/gn/commands.h
|
| index 1fac4a3eac8b431da272989a43e13940d167ec48..b64a9b86c1c758ed32ac16afe65aaeb310daf8dd 100644
|
| --- a/tools/gn/commands.h
|
| +++ b/tools/gn/commands.h
|
| @@ -32,6 +32,11 @@ extern const char kCheck_HelpShort[];
|
| extern const char kCheck_Help[];
|
| int RunCheck(const std::vector<std::string>& args);
|
|
|
| +extern const char kClean[];
|
| +extern const char kClean_HelpShort[];
|
| +extern const char kClean_Help[];
|
| +int RunClean(const std::vector<std::string>& args);
|
| +
|
| extern const char kDesc[];
|
| extern const char kDesc_HelpShort[];
|
| extern const char kDesc_Help[];
|
|
|