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

Side by Side Diff: testing/buildbot/chromium.webrtc.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.memory.fyi.json ('k') | testing/buildbot/chromium.webrtc.fyi.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 "Linux Builder": { 2 "Linux Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "browser_tests", 4 "browser_tests",
5 "capture_unittests",
5 "content_browsertests", 6 "content_browsertests",
6 "content_unittests", 7 "content_unittests",
7 "frame_analyzer", 8 "frame_analyzer",
8 "gpu_ipc_service_unittests", 9 "gpu_ipc_service_unittests",
9 "media_unittests", 10 "media_unittests",
10 "midi_unittests", 11 "midi_unittests",
11 "remoting_unittests", 12 "remoting_unittests",
12 "rgba_to_i420_converter" 13 "rgba_to_i420_converter"
13 ] 14 ]
14 }, 15 },
15 "Linux Tester": { 16 "Linux Tester": {
16 "gtest_tests": [] 17 "gtest_tests": []
17 }, 18 },
18 "Mac Builder": { 19 "Mac Builder": {
19 "additional_compile_targets": [ 20 "additional_compile_targets": [
20 "browser_tests", 21 "browser_tests",
22 "capture_unittests",
21 "content_browsertests", 23 "content_browsertests",
22 "content_unittests", 24 "content_unittests",
23 "frame_analyzer", 25 "frame_analyzer",
24 "gpu_ipc_service_unittests", 26 "gpu_ipc_service_unittests",
25 "media_unittests", 27 "media_unittests",
26 "midi_unittests", 28 "midi_unittests",
27 "remoting_unittests", 29 "remoting_unittests",
28 "rgba_to_i420_converter" 30 "rgba_to_i420_converter"
29 ] 31 ]
30 }, 32 },
31 "Mac Tester": { 33 "Mac Tester": {
32 "gtest_tests": [] 34 "gtest_tests": []
33 }, 35 },
34 "Win Builder": { 36 "Win Builder": {
35 "additional_compile_targets": [ 37 "additional_compile_targets": [
36 "browser_tests", 38 "browser_tests",
39 "capture_unittests",
37 "content_browsertests", 40 "content_browsertests",
38 "content_unittests", 41 "content_unittests",
39 "frame_analyzer", 42 "frame_analyzer",
40 "gpu_ipc_service_unittests", 43 "gpu_ipc_service_unittests",
41 "media_unittests", 44 "media_unittests",
42 "midi_unittests", 45 "midi_unittests",
43 "remoting_unittests", 46 "remoting_unittests",
44 "rgba_to_i420_converter" 47 "rgba_to_i420_converter"
45 ] 48 ]
46 }, 49 },
47 "Win10 Tester": { 50 "Win10 Tester": {
48 "gtest_tests": [] 51 "gtest_tests": []
49 }, 52 },
50 "Win7 Tester": { 53 "Win7 Tester": {
51 "gtest_tests": [] 54 "gtest_tests": []
52 }, 55 },
53 "Win8 Tester": { 56 "Win8 Tester": {
54 "gtest_tests": [] 57 "gtest_tests": []
55 }, 58 },
56 "WinXP Tester": { 59 "WinXP Tester": {
57 "gtest_tests": [] 60 "gtest_tests": []
58 } 61 }
59 } 62 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.fyi.json ('k') | testing/buildbot/chromium.webrtc.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698