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

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

Issue 1003463002: Add json output to Junit tests. (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
Index: testing/android/junit/BUILD.gn
diff --git a/testing/android/junit/BUILD.gn b/testing/android/junit/BUILD.gn
index e4cd871ef240404bc5470a471708d2f8bf90ba52..f80d0b57377e5acef0e05f14ec981328c4285f5c 100644
--- a/testing/android/junit/BUILD.gn
+++ b/testing/android/junit/BUILD.gn
@@ -12,6 +12,7 @@ java_library("junit_test_support") {
deps = [
"//third_party/junit",
"//third_party/mockito:mockito_java",
+ "//third_party/robolectric:robolectric_java",
]
}

Powered by Google App Engine
This is Rietveld 408576698