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

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

Issue 2903423003: Move ui_services_unittests into service_unittest. (Closed)
Patch Set: and not is_mac Created 3 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.chromiumos.json ('k') | testing/buildbot/chromium.linux.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 Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 11698 matching lines...) Expand 10 before | Expand all | Expand 10 after
11709 { 11709 {
11710 "swarming": { 11710 "swarming": {
11711 "can_use_on_swarming_builders": false 11711 "can_use_on_swarming_builders": false
11712 }, 11712 },
11713 "test": "media_service_unittests" 11713 "test": "media_service_unittests"
11714 }, 11714 },
11715 { 11715 {
11716 "swarming": { 11716 "swarming": {
11717 "can_use_on_swarming_builders": false 11717 "can_use_on_swarming_builders": false
11718 }, 11718 },
11719 "test": "ui_service_unittests" 11719 "test": "service_unittests"
11720 }, 11720 },
11721 { 11721 {
11722 "swarming": { 11722 "swarming": {
11723 "can_use_on_swarming_builders": false 11723 "can_use_on_swarming_builders": false
11724 }, 11724 },
11725 "test": "views_mus_interactive_ui_tests" 11725 "test": "views_mus_interactive_ui_tests"
11726 } 11726 }
11727 ] 11727 ]
11728 }, 11728 },
11729 "Ozone Linux": { 11729 "Ozone Linux": {
11730 "additional_compile_targets": [ 11730 "additional_compile_targets": [
11731 "chrome" 11731 "chrome"
11732 ], 11732 ],
11733 "gtest_tests": [ 11733 "gtest_tests": [
11734 { 11734 {
11735 "swarming": { 11735 "swarming": {
11736 "can_use_on_swarming_builders": true 11736 "can_use_on_swarming_builders": true
11737 }, 11737 },
11738 "test": "ui_service_unittests" 11738 "test": "service_unittests"
11739 } 11739 }
11740 ] 11740 ]
11741 }, 11741 },
11742 "Site Isolation Android": { 11742 "Site Isolation Android": {
11743 "gtest_tests": [ 11743 "gtest_tests": [
11744 { 11744 {
11745 "swarming": { 11745 "swarming": {
11746 "can_use_on_swarming_builders": true, 11746 "can_use_on_swarming_builders": true,
11747 "dimension_sets": [ 11747 "dimension_sets": [
11748 { 11748 {
(...skipping 1358 matching lines...) Expand 10 before | Expand all | Expand 10 after
13107 }, 13107 },
13108 { 13108 {
13109 "swarming": { 13109 "swarming": {
13110 "can_use_on_swarming_builders": false 13110 "can_use_on_swarming_builders": false
13111 }, 13111 },
13112 "test": "views_unittests" 13112 "test": "views_unittests"
13113 } 13113 }
13114 ] 13114 ]
13115 } 13115 }
13116 } 13116 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698