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

Unified Diff: testing/android/junit/junit_test.gyp

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
« no previous file with comments | « testing/android/junit/java/src/org/chromium/testing/local/JunitTestMain.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/junit/junit_test.gyp
diff --git a/testing/android/junit/junit_test.gyp b/testing/android/junit/junit_test.gyp
index f0f8b8c1a19a314c3a45335600f700be8f30fbc8..733e79b4286bf781d329a5e0fd4e39438ff2ff4f 100644
--- a/testing/android/junit/junit_test.gyp
+++ b/testing/android/junit/junit_test.gyp
@@ -11,6 +11,7 @@
'dependencies': [
'../../../third_party/junit/junit.gyp:junit_jar',
'../../../third_party/mockito/mockito.gyp:mockito_jar',
+ '../../../third_party/robolectric/robolectric.gyp:robolectric_jar',
mikecase (-- gone --) 2015/03/11 18:44:27 Just to clarify. I need to add this as a dependenc
],
'variables': {
'src_paths': [
« no previous file with comments | « testing/android/junit/java/src/org/chromium/testing/local/JunitTestMain.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698