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

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

Issue 2095623003: Reland: Extract media/capture/capture_unittests from media_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase (testing/buildbot/chromium.fyi.json) 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.android.json ('k') | testing/buildbot/chromium.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 ChromiumOS Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS GN": { 7 "Linux ChromiumOS GN": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "gn_all" 9 "gn_all"
10 ], 10 ],
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 { 101 {
102 "swarming": { 102 "swarming": {
103 "can_use_on_swarming_builders": true 103 "can_use_on_swarming_builders": true
104 }, 104 },
105 "test": "cacheinvalidation_unittests" 105 "test": "cacheinvalidation_unittests"
106 }, 106 },
107 { 107 {
108 "swarming": { 108 "swarming": {
109 "can_use_on_swarming_builders": true 109 "can_use_on_swarming_builders": true
110 }, 110 },
111 "test": "capture_unittests"
112 },
113 {
114 "swarming": {
115 "can_use_on_swarming_builders": true
116 },
111 "test": "chromeos_unittests" 117 "test": "chromeos_unittests"
112 }, 118 },
113 { 119 {
114 "test": "chromevox_tests" 120 "test": "chromevox_tests"
115 }, 121 },
116 { 122 {
117 "swarming": { 123 "swarming": {
118 "can_use_on_swarming_builders": true 124 "can_use_on_swarming_builders": true
119 }, 125 },
120 "test": "components_unittests" 126 "test": "components_unittests"
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 { 417 {
412 "swarming": { 418 "swarming": {
413 "can_use_on_swarming_builders": true 419 "can_use_on_swarming_builders": true
414 }, 420 },
415 "test": "cacheinvalidation_unittests" 421 "test": "cacheinvalidation_unittests"
416 }, 422 },
417 { 423 {
418 "swarming": { 424 "swarming": {
419 "can_use_on_swarming_builders": true 425 "can_use_on_swarming_builders": true
420 }, 426 },
427 "test": "capture_unittests"
428 },
429 {
430 "swarming": {
431 "can_use_on_swarming_builders": true
432 },
421 "test": "chrome_app_unittests" 433 "test": "chrome_app_unittests"
422 }, 434 },
423 { 435 {
424 "swarming": { 436 "swarming": {
425 "can_use_on_swarming_builders": true 437 "can_use_on_swarming_builders": true
426 }, 438 },
427 "test": "chromeos_unittests" 439 "test": "chromeos_unittests"
428 }, 440 },
429 { 441 {
430 "test": "chromevox_tests" 442 "test": "chromevox_tests"
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 { 734 {
723 "swarming": { 735 "swarming": {
724 "can_use_on_swarming_builders": true 736 "can_use_on_swarming_builders": true
725 }, 737 },
726 "test": "cacheinvalidation_unittests" 738 "test": "cacheinvalidation_unittests"
727 }, 739 },
728 { 740 {
729 "swarming": { 741 "swarming": {
730 "can_use_on_swarming_builders": true 742 "can_use_on_swarming_builders": true
731 }, 743 },
744 "test": "capture_unittests"
745 },
746 {
747 "swarming": {
748 "can_use_on_swarming_builders": true
749 },
732 "test": "chrome_app_unittests" 750 "test": "chrome_app_unittests"
733 }, 751 },
734 { 752 {
735 "swarming": { 753 "swarming": {
736 "can_use_on_swarming_builders": true 754 "can_use_on_swarming_builders": true
737 }, 755 },
738 "test": "chromeos_unittests" 756 "test": "chromeos_unittests"
739 }, 757 },
740 { 758 {
741 "swarming": { 759 "swarming": {
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
972 }, 990 },
973 { 991 {
974 "swarming": { 992 "swarming": {
975 "can_use_on_swarming_builders": true 993 "can_use_on_swarming_builders": true
976 }, 994 },
977 "test": "wm_unittests" 995 "test": "wm_unittests"
978 } 996 }
979 ] 997 ]
980 } 998 }
981 } 999 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.android.json ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698