summaryrefslogtreecommitdiffstats
path: root/tools/gn/gyp_target_writer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gn/gyp_target_writer.cc')
-rw-r--r--tools/gn/gyp_target_writer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gn/gyp_target_writer.cc b/tools/gn/gyp_target_writer.cc
index eec2b89..ea431fd 100644
--- a/tools/gn/gyp_target_writer.cc
+++ b/tools/gn/gyp_target_writer.cc
@@ -50,7 +50,7 @@ void GypTargetWriter::WriteFile(const SourceFile& gyp_file,
case Target::SHARED_LIBRARY:
case Target::SOURCE_SET: {
GypBinaryTargetWriter writer(targets[i].debug, targets[i].release,
- file);
+ NULL, NULL, file);
writer.Run();
break;
}