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

Side by Side Diff: testing/buildbot/chromium.webrtc.json

Issue 2854823002: Add jingle_unittests to Chromium WebRTC bots. (Closed)
Patch Set: Created 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | 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 "Linux Builder": { 2 "Linux Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "browser_tests", 4 "browser_tests",
5 "capture_unittests", 5 "capture_unittests",
6 "content_browsertests", 6 "content_browsertests",
7 "content_unittests", 7 "content_unittests",
8 "frame_analyzer", 8 "frame_analyzer",
9 "gpu_ipc_service_unittests", 9 "jingle_unittests",
10 "media_unittests",
11 "midi_unittests",
12 "remoting_unittests" 10 "remoting_unittests"
13 ] 11 ]
14 }, 12 },
15 "Mac Builder": { 13 "Mac Builder": {
16 "additional_compile_targets": [ 14 "additional_compile_targets": [
17 "browser_tests", 15 "browser_tests",
18 "capture_unittests", 16 "capture_unittests",
19 "content_browsertests", 17 "content_browsertests",
20 "content_unittests", 18 "content_unittests",
21 "frame_analyzer", 19 "frame_analyzer",
22 "gpu_ipc_service_unittests", 20 "jingle_unittests",
23 "media_unittests",
24 "midi_unittests",
25 "remoting_unittests" 21 "remoting_unittests"
26 ] 22 ]
27 }, 23 },
28 "Win Builder": { 24 "Win Builder": {
29 "additional_compile_targets": [ 25 "additional_compile_targets": [
30 "browser_tests", 26 "browser_tests",
31 "capture_unittests", 27 "capture_unittests",
32 "content_browsertests", 28 "content_browsertests",
33 "content_unittests", 29 "content_unittests",
34 "frame_analyzer", 30 "frame_analyzer",
35 "gpu_ipc_service_unittests", 31 "jingle_unittests",
36 "media_unittests",
37 "midi_unittests",
38 "remoting_unittests" 32 "remoting_unittests"
39 ] 33 ]
40 } 34 }
41 } 35 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698