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

Unified Diff: webrtc/build/ios/tests/common_tests.json

Issue 1694353003: iOS: Add resource files for tests and implement OutputPath (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix ifdef for Android build Created 4 years, 10 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 | webrtc/common_video/common_video_unittests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/ios/tests/common_tests.json
diff --git a/webrtc/build/ios/tests/common_tests.json b/webrtc/build/ios/tests/common_tests.json
index 2d3f649f7d96ef188eb9893632cd38eb176ced6b..767fc1233f0a613875f3675df269623e6254b252 100644
--- a/webrtc/build/ios/tests/common_tests.json
+++ b/webrtc/build/ios/tests/common_tests.json
@@ -1,7 +1,31 @@
{
"tests": [
{
+ "app": "audio_decoder_unittests"
+ },
+ {
+ "app": "common_audio_unittests"
+ },
+ {
+ "app": "common_video_unittests"
+ },
+ {
+ "app": "modules_tests"
+ },
+ {
"app": "modules_unittests"
+ },
+ {
+ "app": "rtc_api_objc_tests"
+ },
+ {
+ "app": "rtc_pc_unittests"
+ },
+ {
+ "app": "system_wrappers_unittests"
+ },
+ {
+ "app": "voice_engine_unittests"
}
]
}
« no previous file with comments | « no previous file | webrtc/common_video/common_video_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698