From 002f2226477126a477d38086b119073911fa231d Mon Sep 17 00:00:00 2001 From: dpranke Date: Wed, 3 Feb 2016 08:57:44 -0800 Subject: Revert of Move gn _run target generation into test(). (patchset #1 id:1 of https://codereview.chromium.org/1653003006/ ) Reason for revert: Broke angle_unittests_run, which doesn't follow the template: https://build.chromium.org/p/chromium.gpu.fyi/builders/GPU%20Linux%20Builder/builds/53646/steps/compile/logs/stdio Original issue's description: > Move gn _run target generation into test(). > > TBR=brettw@chromium.org > BUG= > CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel > > Committed: https://crrev.com/6b1b03783b81ea27bb521c02aa84b74f06d6f71a > Cr-Commit-Position: refs/heads/master@{#373232} TBR=phosek@chromium.org,brettw@chromium.org,jbudorick@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/1664653003 Cr-Commit-Position: refs/heads/master@{#373257} --- cc/BUILD.gn | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cc/BUILD.gn') diff --git a/cc/BUILD.gn b/cc/BUILD.gn index 6cbe28b..0a166e0 100644 --- a/cc/BUILD.gn +++ b/cc/BUILD.gn @@ -756,6 +756,15 @@ source_set("test_support") { } } +# TODO(GYP): Delete this after we've converted everything to GN. +# The _run targets exist only for compatibility w/ GYP. +group("cc_unittests_run") { + testonly = true + deps = [ + ":cc_unittests", + ] +} + test("cc_unittests") { sources = [ "animation/animation_host_unittest.cc", -- cgit v1.1