diff options
author | jbudorick <jbudorick@chromium.org> | 2017-04-11 11:01:14 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2017-04-11 11:01:14 -0700 |
commit | e6baec592965d6e7e8969ae22910306ff4fed98b (patch) | |
tree | 9678ad93ea00864d4c1666cedcc5f9a96152d28d /testing | |
parent | 2d8b899e77a7f32548a7198a33194987797ace69 (diff) | |
download | pdfium-e6baec592965d6e7e8969ae22910306ff4fed98b.tar.xz |
Remove vestigial GYP_GONE test targets.
BUG=pdfium:702
Review-Url: https://codereview.chromium.org/2814743003
Diffstat (limited to 'testing')
-rw-r--r-- | testing/test.gni | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/testing/test.gni b/testing/test.gni index 01b51cc955..eeda272430 100644 --- a/testing/test.gni +++ b/testing/test.gni @@ -188,15 +188,6 @@ template("test") { deps += [ ":$_apk_target" ] } } - - # TODO(GYP_GONE): Delete this after we've converted everything to GN. - # The _run targets exist only for compatibility w/ GYP. - group("${target_name}_apk_run") { - testonly = true - deps = [ - ":${invoker.target_name}", - ] - } } else if (is_ios) { import("//build/config/ios/rules.gni") @@ -266,15 +257,6 @@ template("test") { ] } - # TODO(GYP_GONE): Delete this after we've converted everything to GN. - # The _run targets exist only for compatibility with GYP. - group("${target_name}_run") { - testonly = true - deps = [ - ":${invoker.target_name}", - ] - } - if (defined(invoker.output_name) && target_name != invoker.output_name) { group("${invoker.output_name}_run") { testonly = true |