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

Unified Diff: tools/gn/function_process_file_template.cc

Issue 2387763002: Support for source_target_relative expansion in GN (Closed)
Patch Set: Reimplemented as source_target_relative Created 4 years, 2 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
Index: tools/gn/function_process_file_template.cc
diff --git a/tools/gn/function_process_file_template.cc b/tools/gn/function_process_file_template.cc
index b7828a6b8aa724c21433923d78f44a5e08b283f3..66bec3fe6baaeb0c54f02fcb58e41a59211f9e12 100644
--- a/tools/gn/function_process_file_template.cc
+++ b/tools/gn/function_process_file_template.cc
@@ -93,7 +93,7 @@ Value RunProcessFileTemplate(Scope* scope,
}
brettw 2016/10/05 19:47:50 Here can you check that subst.required_types() doe
Petr Hosek 2016/10/11 00:59:49 Done.
SubstitutionWriter::ApplyListToSourcesAsString(
- scope->settings(), subst, input_files, &result_files);
+ nullptr, scope->settings(), subst, input_files, &result_files);
// Convert the list of strings to the return Value.
Value ret(function, Value::LIST);

Powered by Google App Engine
This is Rietveld 408576698