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

Unified Diff: testing/test.gni

Issue 2884303002: android: Remove _apk_run targets (Closed)
Patch Set: mb Created 3 years, 7 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 | tools/mb/mb.py » ('j') | 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 0218ca8d04abf255ae3adfaa9ca8c36f9cd34956..b7e7bfc7cd86ef502673da2b818631a0a0869291 100644
--- a/testing/test.gni
+++ b/testing/test.gni
@@ -220,15 +220,6 @@ template("test") {
test_suite = _output_name
test_type = "gtest"
}
-
- # 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/ios_sdk.gni")
import("//build/config/ios/rules.gni")
« no previous file with comments | « no previous file | tools/mb/mb.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698