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} --- extensions/BUILD.gn | 18 ------------------ extensions/shell/BUILD.gn | 9 --------- 2 files changed, 27 deletions(-) (limited to 'extensions') diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn index e3600d8..a624a45 100644 --- a/extensions/BUILD.gn +++ b/extensions/BUILD.gn @@ -141,15 +141,6 @@ repack("shell_and_test_pak") { ] } -# TODO(GYP): Delete this after we've converted everything to GN. -# The _run targets exist only for compatibility w/ GYP. -group("extensions_unittests_run") { - testonly = true - deps = [ - ":extensions_unittests", - ] -} - test("extensions_unittests") { sources = rebase_path(extensions_tests_gypi_values.extensions_unittests_sources, @@ -218,15 +209,6 @@ test("extensions_unittests") { } } -# TODO(GYP): Delete this after we've converted everything to GN. -# The _run targets exist only for compatibility w/ GYP. -group("extensions_browsertests_run") { - testonly = true - deps = [ - ":extensions_browsertests", - ] -} - test("extensions_browsertests") { sources = rebase_path(extensions_tests_gypi_values.extensions_browsertests_sources, 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