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

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

Issue 2897123004: Move display_service_unittests to services_unittests. (Closed)
Patch Set: services -> service_manager Created 3 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 | « services/ui/display/run_all_unittests.cc ('k') | testing/buildbot/gn_isolate_map.pyl » ('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 Ozone Tests (1)": { 7 "Linux ChromiumOS Ozone Tests (1)": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "swarming": { 10 "swarming": {
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 { 139 {
140 "swarming": { 140 "swarming": {
141 "can_use_on_swarming_builders": true 141 "can_use_on_swarming_builders": true
142 }, 142 },
143 "test": "device_unittests" 143 "test": "device_unittests"
144 }, 144 },
145 { 145 {
146 "swarming": { 146 "swarming": {
147 "can_use_on_swarming_builders": true 147 "can_use_on_swarming_builders": true
148 }, 148 },
149 "test": "display_service_unittests"
150 },
151 {
152 "swarming": {
153 "can_use_on_swarming_builders": true
154 },
155 "test": "display_unittests" 149 "test": "display_unittests"
156 }, 150 },
157 { 151 {
158 "swarming": { 152 "swarming": {
159 "can_use_on_swarming_builders": true 153 "can_use_on_swarming_builders": true
160 }, 154 },
161 "test": "events_unittests" 155 "test": "events_unittests"
162 }, 156 },
163 { 157 {
164 "swarming": { 158 "swarming": {
(...skipping 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
1177 }, 1171 },
1178 { 1172 {
1179 "swarming": { 1173 "swarming": {
1180 "can_use_on_swarming_builders": true 1174 "can_use_on_swarming_builders": true
1181 }, 1175 },
1182 "test": "wm_unittests" 1176 "test": "wm_unittests"
1183 } 1177 }
1184 ] 1178 ]
1185 } 1179 }
1186 } 1180 }
OLDNEW
« no previous file with comments | « services/ui/display/run_all_unittests.cc ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698