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

Unified Diff: testing/test.gni

Issue 1141793003: Update from https://crrev.com/329939 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 | « testing/gtest_ios/unittest-Info.plist ('k') | third_party/tcmalloc/vendor/packages/deb.sh » ('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 ec56f012893982241618686b4a683414ba0d8b22..b4cdbede08b9e3410b17930515260151be30433f 100644
--- a/testing/test.gni
+++ b/testing/test.gni
@@ -117,8 +117,8 @@ template("test") {
unittests_dep = ":$library_name"
apk_name = main_target_name
if (defined(invoker.output_name)) {
- test_output_name = invoker.output_name
- unittests_binary = "lib${test_output_name}.so"
+ apk_name = invoker.output_name
+ unittests_binary = "lib${apk_name}.so"
}
deps = [
":$library_name",
« no previous file with comments | « testing/gtest_ios/unittest-Info.plist ('k') | third_party/tcmalloc/vendor/packages/deb.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698