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

Unified Diff: tools/gn/function_exec_script.cc

Issue 223783005: Add support for reading .gypi files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « build/gypi_to_gn.py ('k') | tools/gn/function_read_file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/function_exec_script.cc
diff --git a/tools/gn/function_exec_script.cc b/tools/gn/function_exec_script.cc
index 8bea2613a8d043ec5719527d8477ca2d7a0d98bc..56143eab7a870ec71f0872f37ee7aab944e3bcdf 100644
--- a/tools/gn/function_exec_script.cc
+++ b/tools/gn/function_exec_script.cc
@@ -410,7 +410,7 @@ Value RunExecScript(Scope* scope,
}
// Default to None value for the input conversion if unspecified.
- return ConvertInputToValue(output, function,
+ return ConvertInputToValue(scope->settings(), output, function,
args.size() >= 3 ? args[2] : Value(), err);
}
« no previous file with comments | « build/gypi_to_gn.py ('k') | tools/gn/function_read_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698