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

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

Issue 2899473002: renames mus_ws_unittests to ui_service_unittests (Closed)
Patch Set: sort 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/ws/window_server_service_test_base.cc ('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 Ozone Tests (1)": { 7 "Linux ChromiumOS Ozone Tests (1)": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "swarming": { 10 "swarming": {
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 { 302 {
303 "swarming": { 303 "swarming": {
304 "can_use_on_swarming_builders": true 304 "can_use_on_swarming_builders": true
305 }, 305 },
306 "test": "mus_gpu_unittests" 306 "test": "mus_gpu_unittests"
307 }, 307 },
308 { 308 {
309 "swarming": { 309 "swarming": {
310 "can_use_on_swarming_builders": true 310 "can_use_on_swarming_builders": true
311 }, 311 },
312 "test": "mus_ws_unittests"
313 },
314 {
315 "swarming": {
316 "can_use_on_swarming_builders": true
317 },
318 "test": "nacl_helper_nonsfi_unittests" 312 "test": "nacl_helper_nonsfi_unittests"
319 }, 313 },
320 { 314 {
321 "swarming": { 315 "swarming": {
322 "can_use_on_swarming_builders": true 316 "can_use_on_swarming_builders": true
323 }, 317 },
324 "test": "nacl_loader_unittests" 318 "test": "nacl_loader_unittests"
325 }, 319 },
326 { 320 {
327 "swarming": { 321 "swarming": {
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 { 419 {
426 "swarming": { 420 "swarming": {
427 "can_use_on_swarming_builders": true 421 "can_use_on_swarming_builders": true
428 }, 422 },
429 "test": "ui_chromeos_unittests" 423 "test": "ui_chromeos_unittests"
430 }, 424 },
431 { 425 {
432 "swarming": { 426 "swarming": {
433 "can_use_on_swarming_builders": true 427 "can_use_on_swarming_builders": true
434 }, 428 },
429 "test": "ui_service_unittests"
430 },
431 {
432 "swarming": {
433 "can_use_on_swarming_builders": true
434 },
435 "test": "ui_struct_traits_unittests" 435 "test": "ui_struct_traits_unittests"
436 }, 436 },
437 { 437 {
438 "swarming": { 438 "swarming": {
439 "can_use_on_swarming_builders": true 439 "can_use_on_swarming_builders": true
440 }, 440 },
441 "test": "ui_touch_selection_unittests" 441 "test": "ui_touch_selection_unittests"
442 }, 442 },
443 { 443 {
444 "args": [ 444 "args": [
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
1201 }, 1201 },
1202 { 1202 {
1203 "swarming": { 1203 "swarming": {
1204 "can_use_on_swarming_builders": true 1204 "can_use_on_swarming_builders": true
1205 }, 1205 },
1206 "test": "wm_unittests" 1206 "test": "wm_unittests"
1207 } 1207 }
1208 ] 1208 ]
1209 } 1209 }
1210 } 1210 }
OLDNEW
« no previous file with comments | « services/ui/ws/window_server_service_test_base.cc ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698