Index: webrtc/webrtc_tests.gypi |
diff --git a/webrtc/webrtc_tests.gypi b/webrtc/webrtc_tests.gypi |
index 0c7dff2f5ea278934e2f7a46df8766fd06f39c84..afd34a4f62ec60c589930d2fdcdc66c9df7f5f77 100644 |
--- a/webrtc/webrtc_tests.gypi |
+++ b/webrtc/webrtc_tests.gypi |
@@ -353,6 +353,13 @@ |
'<(android_tests_path):webrtc_nonparallel_tests_apk', |
], |
}, |
+ { |
+ 'target_name': 'android_junit_tests_target', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ '<(android_tests_path):android_junit_tests', |
+ ], |
+ }, |
], |
'conditions': [ |
['test_isolation_mode != "noop"', |