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

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

Issue 2087683002: Extract media/capture/capture_unittests from media_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: media/base/run_all_unittests.cc shouldn't know about RegisterCaptureJni Created 4 years, 6 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 | « testing/buildbot/chromium.webrtc.json ('k') | testing/buildbot/chromium.win.json » ('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 "Android GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_public_apk" 4 "chrome_public_apk"
5 ] 5 ]
6 }, 6 },
7 "Android GN (dbg)": { 7 "Android GN (dbg)": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "chrome_public_apk" 9 "chrome_public_apk"
10 ] 10 ]
11 }, 11 },
12 "Linux Builder": { 12 "Linux Builder": {
13 "additional_compile_targets": [ 13 "additional_compile_targets": [
14 "browser_tests", 14 "browser_tests",
15 "capture_unittests",
15 "content_browsertests", 16 "content_browsertests",
16 "content_unittests", 17 "content_unittests",
17 "frame_analyzer", 18 "frame_analyzer",
18 "media_unittests", 19 "media_unittests",
19 "midi_unittests", 20 "midi_unittests",
20 "remoting_unittests", 21 "remoting_unittests",
21 "rgba_to_i420_converter" 22 "rgba_to_i420_converter"
22 ] 23 ]
23 }, 24 },
24 "Linux Tester": { 25 "Linux Tester": {
25 "gtest_tests": [] 26 "gtest_tests": []
26 }, 27 },
27 "Mac Builder": { 28 "Mac Builder": {
28 "additional_compile_targets": [ 29 "additional_compile_targets": [
29 "browser_tests", 30 "browser_tests",
31 "capture_unittests",
30 "content_browsertests", 32 "content_browsertests",
31 "content_unittests", 33 "content_unittests",
32 "frame_analyzer", 34 "frame_analyzer",
33 "media_unittests", 35 "media_unittests",
34 "midi_unittests", 36 "midi_unittests",
35 "remoting_unittests", 37 "remoting_unittests",
36 "rgba_to_i420_converter" 38 "rgba_to_i420_converter"
37 ] 39 ]
38 }, 40 },
39 "Mac GN": { 41 "Mac GN": {
40 "additional_compile_targets": [ 42 "additional_compile_targets": [
41 "browser_tests", 43 "browser_tests",
44 "capture_unittests",
42 "content_browsertests", 45 "content_browsertests",
43 "content_unittests", 46 "content_unittests",
44 "frame_analyzer", 47 "frame_analyzer",
45 "media_unittests", 48 "media_unittests",
46 "midi_unittests", 49 "midi_unittests",
47 "remoting_unittests", 50 "remoting_unittests",
48 "rgba_to_i420_converter" 51 "rgba_to_i420_converter"
49 ] 52 ]
50 }, 53 },
51 "Mac GN (dbg)": { 54 "Mac GN (dbg)": {
52 "additional_compile_targets": [ 55 "additional_compile_targets": [
53 "browser_tests", 56 "browser_tests",
57 "capture_unittests",
54 "content_browsertests", 58 "content_browsertests",
55 "content_unittests", 59 "content_unittests",
56 "frame_analyzer", 60 "frame_analyzer",
57 "media_unittests", 61 "media_unittests",
58 "midi_unittests", 62 "midi_unittests",
59 "remoting_unittests", 63 "remoting_unittests",
60 "rgba_to_i420_converter" 64 "rgba_to_i420_converter"
61 ] 65 ]
62 }, 66 },
63 "Mac Tester": { 67 "Mac Tester": {
64 "gtest_tests": [] 68 "gtest_tests": []
65 }, 69 },
66 "Win Builder": { 70 "Win Builder": {
67 "additional_compile_targets": [ 71 "additional_compile_targets": [
68 "browser_tests", 72 "browser_tests",
73 "capture_unittests",
69 "content_browsertests", 74 "content_browsertests",
70 "content_unittests", 75 "content_unittests",
71 "frame_analyzer", 76 "frame_analyzer",
72 "media_unittests", 77 "media_unittests",
73 "midi_unittests", 78 "midi_unittests",
74 "remoting_unittests", 79 "remoting_unittests",
75 "rgba_to_i420_converter" 80 "rgba_to_i420_converter"
76 ] 81 ]
77 }, 82 },
78 "Win x64 GN": { 83 "Win x64 GN": {
79 "additional_compile_targets": [ 84 "additional_compile_targets": [
80 "browser_tests", 85 "browser_tests",
86 "capture_unittests",
81 "content_browsertests", 87 "content_browsertests",
82 "content_unittests", 88 "content_unittests",
83 "frame_analyzer", 89 "frame_analyzer",
84 "media_unittests", 90 "media_unittests",
85 "midi_unittests", 91 "midi_unittests",
86 "remoting_unittests", 92 "remoting_unittests",
87 "rgba_to_i420_converter" 93 "rgba_to_i420_converter"
88 ] 94 ]
89 }, 95 },
90 "Win x64 GN (dbg)": { 96 "Win x64 GN (dbg)": {
91 "additional_compile_targets": [ 97 "additional_compile_targets": [
92 "browser_tests", 98 "browser_tests",
99 "capture_unittests",
93 "content_browsertests", 100 "content_browsertests",
94 "content_unittests", 101 "content_unittests",
95 "frame_analyzer", 102 "frame_analyzer",
96 "media_unittests", 103 "media_unittests",
97 "midi_unittests", 104 "midi_unittests",
98 "remoting_unittests", 105 "remoting_unittests",
99 "rgba_to_i420_converter" 106 "rgba_to_i420_converter"
100 ] 107 ]
101 }, 108 },
102 "Win10 Tester": { 109 "Win10 Tester": {
103 "gtest_tests": [] 110 "gtest_tests": []
104 }, 111 },
105 "Win7 Tester": { 112 "Win7 Tester": {
106 "gtest_tests": [] 113 "gtest_tests": []
107 }, 114 },
108 "WinXP Tester": { 115 "WinXP Tester": {
109 "gtest_tests": [] 116 "gtest_tests": []
110 } 117 }
111 } 118 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.webrtc.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698