Index: tools/gn/functions.h |
diff --git a/tools/gn/functions.h b/tools/gn/functions.h |
index 4a7833ad6700025823b20e07b08252a6f383df4e..60eb202a343a31ca0cfcbc505172984887072e17 100644 |
--- a/tools/gn/functions.h |
+++ b/tools/gn/functions.h |
@@ -121,6 +121,13 @@ Value RunExecutable(Scope* scope, |
BlockNode* block, |
Err* err); |
+extern const char kGetEnv[]; |
+extern const char kGetEnv_Help[]; |
+Value RunGetEnv(Scope* scope, |
+ const FunctionCallNode* function, |
+ const std::vector<Value>& args, |
+ Err* err); |
+ |
extern const char kGroup[]; |
extern const char kGroup_Help[]; |
Value RunGroup(Scope* scope, |