From 3c0ef4309a77bbf172f081c99bbb33e732ea07af Mon Sep 17 00:00:00 2001 From: jbudorick Date: Wed, 3 Feb 2016 15:40:16 -0800 Subject: Move gn _run target generation into test(). (RELAND) This is a reland of https://codereview.chromium.org/1653003006/ Consolidating the _run targets into the test template should make them easier to maintain (and, eventually, remove). BUG=583694 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1662053002 Cr-Commit-Position: refs/heads/master@{#373385} --- extensions/shell/BUILD.gn | 9 --------- 1 file changed, 9 deletions(-) (limited to 'extensions/shell') diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn index 52e3cab..a98d704 100644 --- a/extensions/shell/BUILD.gn +++ b/extensions/shell/BUILD.gn @@ -145,15 +145,6 @@ if (!(is_chromeos && !use_ozone)) { } } -# TODO(GYP): Delete this after we've converted everything to GN. -# The _run targets exist only for compatibility w/ GYP. -group("app_shell_unittests_run") { - testonly = true - deps = [ - ":app_shell_unittests", - ] -} - test("app_shell_unittests") { sources = rebase_path(app_shell_gypi_values.app_shell_unittests_sources, ".", -- cgit v1.1