| Index: tools/gn/functions.h
|
| diff --git a/tools/gn/functions.h b/tools/gn/functions.h
|
| index 9c419cc48401f5f0a26aa041ecc72010cc892289..4a7833ad6700025823b20e07b08252a6f383df4e 100644
|
| --- a/tools/gn/functions.h
|
| +++ b/tools/gn/functions.h
|
| @@ -194,6 +194,14 @@ Value RunSharedLibrary(Scope* scope,
|
| BlockNode* block,
|
| Err* err);
|
|
|
| +extern const char kSourceSet[];
|
| +extern const char kSourceSet_Help[];
|
| +Value RunSourceSet(Scope* scope,
|
| + const FunctionCallNode* function,
|
| + const std::vector<Value>& args,
|
| + BlockNode* block,
|
| + Err* err);
|
| +
|
| extern const char kStaticLibrary[];
|
| extern const char kStaticLibrary_Help[];
|
| Value RunStaticLibrary(Scope* scope,
|
|
|