| 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 061c9017db90ca89d112baa4f4434d3aa21c4172..0c561345e04cc3dbcaf57b2db22665c6a2c6d96d 100644
|
| --- a/tools/gn/function_process_file_template.cc
|
| +++ b/tools/gn/function_process_file_template.cc
|
| @@ -71,7 +71,8 @@ Value RunProcessFileTemplate(Scope* scope,
|
| return Value();
|
| }
|
|
|
| - FileTemplate file_template(scope->settings(), args[1], err);
|
| + FileTemplate file_template(scope->settings(), args[1],
|
| + FileTemplate::OUTPUT_ABSOLUTE, SourceDir(), err);
|
| if (err->has_error())
|
| return Value();
|
|
|
|
|