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

Unified Diff: testing/test.gni

Issue 1832723002: 🌵 Fix ninja warning: multiple rules generate bin/install_unittests_apk_incremental (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 8b63ba308d4affec94d9de29526c9915e143ad8d..1020b4a92426d8cfe1f1293c862b64e82739f50c 100644
--- a/testing/test.gni
+++ b/testing/test.gni
@@ -75,6 +75,7 @@ template("test") {
if (defined(invoker.output_name)) {
apk_name = invoker.output_name
unittests_binary = "lib${apk_name}.so"
+ install_script_name = "install_${invoker.output_name}"
}
deps += [ ":$library_name" ]
}
« 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