Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / tools / gn / functions.h
index 4a7833a..60eb202 100644 (file)
@@ -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,