Index: tools/gn/target.cc |
diff --git a/tools/gn/target.cc b/tools/gn/target.cc |
index d512894302eb2691c0bf9f58f6a1e785a4f63586..9368749856f2bc7ed154e06244a6bc1181b8244c 100644 |
--- a/tools/gn/target.cc |
+++ b/tools/gn/target.cc |
@@ -322,7 +322,7 @@ void Target::FillOutputFiles() { |
if (!tool->depend_output().empty()) { |
dependency_output_file_ = |
SubstitutionWriter::ApplyPatternToLinkerAsOutputFile( |
- this, tool, tool->link_output()); |
+ this, tool, tool->depend_output()); |
ckocagil
2014/09/21 02:05:05
I assume this was a copy/paste error.
brettw
2014/09/21 02:55:01
This should be fixed if you merge.
ckocagil
2014/09/21 11:47:27
I don't see a change on ToT: https://chromium.goog
brettw
2014/09/22 04:45:56
Oh whoops, haven't checked it in yet. See https://
ckocagil
2014/09/22 16:39:33
Okay, I removed the change here.
|
} |
} |
break; |