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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/common_video/common_video_unittests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "tests": [ 2 "tests": [
3 { 3 {
4 "app": "audio_decoder_unittests"
5 },
6 {
7 "app": "common_audio_unittests"
8 },
9 {
10 "app": "common_video_unittests"
11 },
12 {
13 "app": "modules_tests"
14 },
15 {
4 "app": "modules_unittests" 16 "app": "modules_unittests"
17 },
18 {
19 "app": "rtc_api_objc_tests"
20 },
21 {
22 "app": "rtc_pc_unittests"
23 },
24 {
25 "app": "system_wrappers_unittests"
26 },
27 {
28 "app": "voice_engine_unittests"
5 } 29 }
6 ] 30 ]
7 } 31 }
OLDNEW
« 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