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

Unified Diff: webrtc/webrtc_tests.gypi

Issue 2028583002: Reland of Android: Change camera fps range selection (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix gyp problems Created 4 years, 7 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 | « webrtc/build/android_tests_noop.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"',
« no previous file with comments | « webrtc/build/android_tests_noop.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698