From 6b1b03783b81ea27bb521c02aa84b74f06d6f71a Mon Sep 17 00:00:00 2001 From: jbudorick Date: Wed, 3 Feb 2016 06:35:10 -0800 Subject: Move gn _run target generation into test(). TBR=brettw@chromium.org BUG= CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1653003006 Cr-Commit-Position: refs/heads/master@{#373232} --- skia/BUILD.gn | 9 --------- 1 file changed, 9 deletions(-) (limited to 'skia') diff --git a/skia/BUILD.gn b/skia/BUILD.gn index 0bee78c..af09b70 100644 --- a/skia/BUILD.gn +++ b/skia/BUILD.gn @@ -657,15 +657,6 @@ source_set("skia_opts") { visibility = [ ":skia" ] } -# TODO(GYP): Delete this after we've converted everything to GN. -# The _run targets exist only for compatibility w/ GYP. -group("skia_unittests_run") { - testonly = true - deps = [ - ":skia_unittests", - ] -} - test("skia_unittests") { sources = [ "ext/analysis_canvas_unittest.cc", -- cgit v1.1