Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: testing/test.gni

Issue 2814743003: Remove vestigial GYP_GONE test targets. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/test.gni
diff --git a/testing/test.gni b/testing/test.gni
index 535a74910137b3cd8d927a8cf56c269832bf77d2..78ca651a37598e4a0dbf7394706dc40450631420 100644
--- a/testing/test.gni
+++ b/testing/test.gni
@@ -266,15 +266,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")
@@ -353,15 +344,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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698