| Index: tools/gn/ninja_helper.cc
|
| diff --git a/tools/gn/ninja_helper.cc b/tools/gn/ninja_helper.cc
|
| index 9af5c386f536d26f6cef6d7b0c9f7e8cbfbc5426..d90b698cd87b9a6c39add00d682a510658854c81 100644
|
| --- a/tools/gn/ninja_helper.cc
|
| +++ b/tools/gn/ninja_helper.cc
|
| @@ -132,6 +132,7 @@ OutputFile NinjaHelper::GetTargetOutputFile(const Target* target) const {
|
|
|
| const char* extension;
|
| if (target->output_type() == Target::GROUP ||
|
| + target->output_type() == Target::SOURCE_SET ||
|
| target->output_type() == Target::COPY_FILES ||
|
| target->output_type() == Target::CUSTOM) {
|
| extension = "stamp";
|
|
|