| Index: tools/gn/functions.h
|
| diff --git a/tools/gn/functions.h b/tools/gn/functions.h
|
| index 3ce945e39fe42ed18a024e7fed034175cc42bc8a..aadc966f4d226bcc69cc03a2472d7f229735c238 100644
|
| --- a/tools/gn/functions.h
|
| +++ b/tools/gn/functions.h
|
| @@ -222,6 +222,14 @@ Value RunLoadableModule(Scope* scope,
|
| BlockNode* block,
|
| Err* err);
|
|
|
| +extern const char kPool[];
|
| +extern const char kPool_HelpShort[];
|
| +extern const char kPool_Help[];
|
| +Value RunPool(const FunctionCallNode* function,
|
| + const std::vector<Value>& args,
|
| + Scope* block_scope,
|
| + Err* err);
|
| +
|
| extern const char kPrint[];
|
| extern const char kPrint_HelpShort[];
|
| extern const char kPrint_Help[];
|
|
|