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

Unified Diff: build/config/android/rules.gni

Issue 1926673002: 👀 Make sure Android GN instrumentation test targets expose a _run alias (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index d627b7f258d5530a7a18366678e422a7b670d43e..7658ec6857b4e7b56255093240634e680f1a0e5c 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -2055,6 +2055,13 @@ template("instrumentation_test_apk") {
public_deps += [ invoker.apk_under_test ]
}
}
+
+ # TODO(GYP): Delete once recipes no longer use this target.
+ group("${target_name}_run") {
+ public_deps = [
+ ":${invoker.target_name}",
jbudorick 2016/04/27 15:13:46 I'm assuming this gets the right target name (i.e.
agrieve 2016/04/27 15:25:37 it does :)
+ ]
+ }
group("${target_name}_incremental") {
public_deps = [
":${_apk_target_name}_dist_ijar",
« 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