{{/* Copyright 2024 The Chromium Authors Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. */}} {{define "content"}}

{{.target}}

{{$outdirBaseURL:=.outdirBaseURL}} {{$inputType:=.inputType}} {{if .rule}}

target is built using rule {{.rule}} of

{{if .outputs}}

dependent edges build:

{{end}}
{{else}}

no rule to build {{.target}}

{{end}} {{end}}