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.chromiumos.json

Issue 2093563004: Revert of Extract media/capture/capture_unittests from media_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 { 89 {
90 "swarming": { 90 "swarming": {
91 "can_use_on_swarming_builders": true 91 "can_use_on_swarming_builders": true
92 }, 92 },
93 "test": "cacheinvalidation_unittests" 93 "test": "cacheinvalidation_unittests"
94 }, 94 },
95 { 95 {
96 "swarming": { 96 "swarming": {
97 "can_use_on_swarming_builders": true 97 "can_use_on_swarming_builders": true
98 }, 98 },
99 "test": "capture_unittests"
100 },
101 {
102 "swarming": {
103 "can_use_on_swarming_builders": true
104 },
105 "test": "chromeos_unittests" 99 "test": "chromeos_unittests"
106 }, 100 },
107 { 101 {
108 "test": "chromevox_tests" 102 "test": "chromevox_tests"
109 }, 103 },
110 { 104 {
111 "swarming": { 105 "swarming": {
112 "can_use_on_swarming_builders": true 106 "can_use_on_swarming_builders": true
113 }, 107 },
114 "test": "components_unittests" 108 "test": "components_unittests"
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 { 399 {
406 "swarming": { 400 "swarming": {
407 "can_use_on_swarming_builders": true 401 "can_use_on_swarming_builders": true
408 }, 402 },
409 "test": "cacheinvalidation_unittests" 403 "test": "cacheinvalidation_unittests"
410 }, 404 },
411 { 405 {
412 "swarming": { 406 "swarming": {
413 "can_use_on_swarming_builders": true 407 "can_use_on_swarming_builders": true
414 }, 408 },
415 "test": "capture_unittests"
416 },
417 {
418 "swarming": {
419 "can_use_on_swarming_builders": true
420 },
421 "test": "chrome_app_unittests" 409 "test": "chrome_app_unittests"
422 }, 410 },
423 { 411 {
424 "swarming": { 412 "swarming": {
425 "can_use_on_swarming_builders": true 413 "can_use_on_swarming_builders": true
426 }, 414 },
427 "test": "chromeos_unittests" 415 "test": "chromeos_unittests"
428 }, 416 },
429 { 417 {
430 "test": "chromevox_tests" 418 "test": "chromevox_tests"
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 { 710 {
723 "swarming": { 711 "swarming": {
724 "can_use_on_swarming_builders": true 712 "can_use_on_swarming_builders": true
725 }, 713 },
726 "test": "cacheinvalidation_unittests" 714 "test": "cacheinvalidation_unittests"
727 }, 715 },
728 { 716 {
729 "swarming": { 717 "swarming": {
730 "can_use_on_swarming_builders": true 718 "can_use_on_swarming_builders": true
731 }, 719 },
732 "test": "capture_unittests"
733 },
734 {
735 "swarming": {
736 "can_use_on_swarming_builders": true
737 },
738 "test": "chrome_app_unittests" 720 "test": "chrome_app_unittests"
739 }, 721 },
740 { 722 {
741 "swarming": { 723 "swarming": {
742 "can_use_on_swarming_builders": true 724 "can_use_on_swarming_builders": true
743 }, 725 },
744 "test": "chromeos_unittests" 726 "test": "chromeos_unittests"
745 }, 727 },
746 { 728 {
747 "swarming": { 729 "swarming": {
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 }, 960 },
979 { 961 {
980 "swarming": { 962 "swarming": {
981 "can_use_on_swarming_builders": true 963 "can_use_on_swarming_builders": true
982 }, 964 },
983 "test": "wm_unittests" 965 "test": "wm_unittests"
984 } 966 }
985 ] 967 ]
986 } 968 }
987 } 969 }
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