| Index: tools/gn/functions.h
|
| diff --git a/tools/gn/functions.h b/tools/gn/functions.h
|
| index 262fc60480258193d0e217f822d09d11fb0cbf36..b746515625cccb4d332547f90674dcb390a97e44 100644
|
| --- a/tools/gn/functions.h
|
| +++ b/tools/gn/functions.h
|
| @@ -195,6 +195,15 @@ Value RunImport(Scope* scope,
|
| const std::vector<Value>& args,
|
| Err* err);
|
|
|
| +extern const char kLoadableModule[];
|
| +extern const char kLoadableModule_HelpShort[];
|
| +extern const char kLoadableModule_Help[];
|
| +Value RunLoadableModule(Scope* scope,
|
| + const FunctionCallNode* function,
|
| + const std::vector<Value>& args,
|
| + BlockNode* block,
|
| + Err* err);
|
| +
|
| extern const char kPrint[];
|
| extern const char kPrint_HelpShort[];
|
| extern const char kPrint_Help[];
|
|
|