summaryrefslogtreecommitdiffstats
path: root/components/BUILD.gn
diff options
context:
space:
mode:
authorjbudorick <jbudorick@chromium.org>2016-02-03 06:35:10 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-03 14:36:58 +0000
commit6b1b03783b81ea27bb521c02aa84b74f06d6f71a (patch)
treecbb75cd5364f7b4cd83794d5bd0d33f2cca2d9fd /components/BUILD.gn
parent7e67b1df9b5a63bd0441056862b75c515ff224b1 (diff)
downloadchromium_src-6b1b03783b81ea27bb521c02aa84b74f06d6f71a.zip
chromium_src-6b1b03783b81ea27bb521c02aa84b74f06d6f71a.tar.gz
chromium_src-6b1b03783b81ea27bb521c02aa84b74f06d6f71a.tar.bz2
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}
Diffstat (limited to 'components/BUILD.gn')
-rw-r--r--components/BUILD.gn18
1 files changed, 0 insertions, 18 deletions
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 565b4d9..1ae5399 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -12,15 +12,6 @@ if (is_android) {
import("//build/config/android/rules.gni")
}
-# TODO(GYP): Delete this after we've converted everything to GN.
-# The _run targets exist only for compatibility w/ GYP.
-group("components_unittests_run") {
- testonly = true
- deps = [
- ":components_unittests",
- ]
-}
-
# To add a unit test to this target, make a "unit_test" source_set in your
# component (it's important to use a source_set instead of a static library or
# no tests will run) and add a reference here. You can add more than one unit
@@ -330,15 +321,6 @@ if (is_android) {
}
}
-# TODO(GYP): Delete this after we've converted everything to GN.
-# The _run targets exist only for compatibility w/ GYP.
-group("components_browsertests_run") {
- testonly = true
- deps = [
- ":components_browsertests",
- ]
-}
-
test("components_browsertests") {
sources = []
defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]