BUILD.gn: Remove the temporary group with Dawn migrated.
Bug: dawn:706 Change-Id: I60aa97845cdfce263afc34947c597ceb5b8e6fb0 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/44861 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
50f169dcc8
commit
9496f28775
9
BUILD.gn
9
BUILD.gn
|
@ -12,15 +12,6 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
import("//build_overrides/build.gni")
|
|
||||||
import("tint_overrides_with_defaults.gni")
|
|
||||||
|
|
||||||
# Temporary group to not break dependents while they rename their Tint GN
|
|
||||||
# targets
|
|
||||||
group("libtint") {
|
|
||||||
public_deps = [ "src:libtint" ]
|
|
||||||
}
|
|
||||||
|
|
||||||
# This target is built when no specific target is specified on the command line.
|
# This target is built when no specific target is specified on the command line.
|
||||||
group("default") {
|
group("default") {
|
||||||
testonly = true
|
testonly = true
|
||||||
|
|
Loading…
Reference in New Issue