| Index: tools/gn/action_target_generator.cc
|
| diff --git a/tools/gn/action_target_generator.cc b/tools/gn/action_target_generator.cc
|
| index b2d7e2757a5059397cf32089b2ddecd028f8114c..6f962b6dd2a4379fe0576baa4422ca7165364cfb 100644
|
| --- a/tools/gn/action_target_generator.cc
|
| +++ b/tools/gn/action_target_generator.cc
|
| @@ -85,9 +85,9 @@ void ActionTargetGenerator::DoRun() {
|
| return;
|
| }
|
| if (!target_->action_values().uses_rsp_file() && has_rsp_file_name) {
|
| - *err_ = Err(function_call_, "Missing response_file_content definition.",
|
| + *err_ = Err(function_call_, "Missing response_file_contents definition.",
|
| "This target uses {{response_file_name}} in the args, but does not\n"
|
| - "define response_file_content which means the response file\n"
|
| + "define response_file_contents which means the response file\n"
|
| "will be empty.");
|
| return;
|
| }
|
|
|