Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: tools/gn/functions.h

Issue 23606031: GN: Use build directory for CD for scripts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/function_to_build_path_unittest.cc ('k') | tools/gn/functions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/functions.h
diff --git a/tools/gn/functions.h b/tools/gn/functions.h
index 351861bc491cf35fa197aa1057c8839925f651b6..0ced17cc73c316c0dbf527f5cbc456f2ee080c70 100644
--- a/tools/gn/functions.h
+++ b/tools/gn/functions.h
@@ -211,6 +211,13 @@ Value RunTest(Scope* scope,
BlockNode* block,
Err* err);
+extern const char kToBuildPath[];
+extern const char kToBuildPath_Help[];
+Value RunToBuildPath(Scope* scope,
+ const FunctionCallNode* function,
+ const std::vector<Value>& args,
+ Err* err);
+
extern const char kTool[];
extern const char kTool_Help[];
Value RunTool(Scope* scope,
« no previous file with comments | « tools/gn/function_to_build_path_unittest.cc ('k') | tools/gn/functions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698