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

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

Issue 1708383002: Put generated non-test Java runner scripts into bin/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add used_by_test_only variable. Created 4 years, 10 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 | « build/config/android/internal_rules.gni ('k') | build/host_jar.gypi » ('j') | 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 c9db22a5b67aa4a3fef38e520f4cc9cec2a240d2..877af0936193875379fac3b8aaeebe8fc488b251 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -971,6 +971,7 @@ template("junit_binary") {
testonly = true
bypass_platform_checks = true
main_class = "org.chromium.testing.local.JunitTestMain"
+ used_only_by_tests = true
agrieve 2016/02/18 20:52:19 Sorry to be pedantic, but looking at this now, I'm
mikecase (-- gone --) 2016/02/18 21:31:47 Yep, I didn't give much thought to the variable na
wrapper_script_name = "$target_name"
deps += [
« no previous file with comments | « build/config/android/internal_rules.gni ('k') | build/host_jar.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698