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

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

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

Powered by Google App Engine
This is Rietveld 408576698