| Index: tools/gn/functions.h
|
| diff --git a/tools/gn/functions.h b/tools/gn/functions.h
|
| index aadc966f4d226bcc69cc03a2472d7f229735c238..48e9302267ee17f50608360940ae6a1026de2748 100644
|
| --- a/tools/gn/functions.h
|
| +++ b/tools/gn/functions.h
|
| @@ -305,6 +305,14 @@ Value RunSourceSet(Scope* scope,
|
| BlockNode* block,
|
| Err* err);
|
|
|
| +extern const char kSplitList[];
|
| +extern const char kSplitList_HelpShort[];
|
| +extern const char kSplitList_Help[];
|
| +Value RunSplitList(Scope* scope,
|
| + const FunctionCallNode* function,
|
| + const ListNode* args_list,
|
| + Err* err);
|
| +
|
| extern const char kStaticLibrary[];
|
| extern const char kStaticLibrary_HelpShort[];
|
| extern const char kStaticLibrary_Help[];
|
|
|