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

Unified Diff: testing/android/junit/BUILD.gn

Issue 1036093002: Minor fixes to junit and robolectric BUILD.gn files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | third_party/junit/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/junit/BUILD.gn
diff --git a/testing/android/junit/BUILD.gn b/testing/android/junit/BUILD.gn
index f80d0b57377e5acef0e05f14ec981328c4285f5c..a338fca3e586185682a5e7786b1f70b3ac6a6f8a 100644
--- a/testing/android/junit/BUILD.gn
+++ b/testing/android/junit/BUILD.gn
@@ -8,6 +8,7 @@ import("//build/config/android/rules.gni")
# GYP: //testing/android/junit_test.gyp:junit_test_support
java_library("junit_test_support") {
+ testonly = true
DEPRECATED_java_in_dir = "java/src"
deps = [
"//third_party/junit",
@@ -18,6 +19,7 @@ java_library("junit_test_support") {
# GYP: //testing/android/junit_test.gyp:junit_unit_tests
java_binary("junit_unittests") {
+ testonly = true
deps = [
":junit_test_support",
"//third_party/junit",
« no previous file with comments | « no previous file | third_party/junit/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698