| Index: tools/gn/target_generator.cc
|
| diff --git a/tools/gn/target_generator.cc b/tools/gn/target_generator.cc
|
| index 2132a5b06bdca2565ce9e04c2aa8d2bf05f12ab1..90642d47d201b36895f3c0693807e9befa5acec1 100644
|
| --- a/tools/gn/target_generator.cc
|
| +++ b/tools/gn/target_generator.cc
|
| @@ -403,6 +403,5 @@ bool TargetGenerator::FillWriteRuntimeDeps() {
|
| OutputFile output_file(GetBuildSettings(), source_file);
|
| target_->set_write_runtime_deps_output(output_file);
|
|
|
| - g_scheduler->AddWriteRuntimeDepsTarget(target_);
|
| return true;
|
| }
|
|
|