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

Side by Side Diff: testing/buildbot/chromium.win.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 | « testing/buildbot/chromium.linux.json ('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 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 { 306 {
307 "swarming": { 307 "swarming": {
308 "can_use_on_swarming_builders": true 308 "can_use_on_swarming_builders": true
309 }, 309 },
310 "test": "mus_public_unittests" 310 "test": "mus_public_unittests"
311 }, 311 },
312 { 312 {
313 "swarming": { 313 "swarming": {
314 "can_use_on_swarming_builders": true 314 "can_use_on_swarming_builders": true
315 }, 315 },
316 "test": "mus_ws_unittests"
317 },
318 {
319 "swarming": {
320 "can_use_on_swarming_builders": true
321 },
322 "test": "nacl_loader_unittests" 316 "test": "nacl_loader_unittests"
323 }, 317 },
324 { 318 {
325 "swarming": { 319 "swarming": {
326 "can_use_on_swarming_builders": true 320 "can_use_on_swarming_builders": true
327 }, 321 },
328 "test": "native_theme_unittests" 322 "test": "native_theme_unittests"
329 }, 323 },
330 { 324 {
331 "swarming": { 325 "swarming": {
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 { 420 {
427 "swarming": { 421 "swarming": {
428 "can_use_on_swarming_builders": true 422 "can_use_on_swarming_builders": true
429 }, 423 },
430 "test": "ui_base_unittests" 424 "test": "ui_base_unittests"
431 }, 425 },
432 { 426 {
433 "swarming": { 427 "swarming": {
434 "can_use_on_swarming_builders": true 428 "can_use_on_swarming_builders": true
435 }, 429 },
430 "test": "ui_service_unittests"
431 },
432 {
433 "swarming": {
434 "can_use_on_swarming_builders": true
435 },
436 "test": "ui_struct_traits_unittests" 436 "test": "ui_struct_traits_unittests"
437 }, 437 },
438 { 438 {
439 "swarming": { 439 "swarming": {
440 "can_use_on_swarming_builders": true 440 "can_use_on_swarming_builders": true
441 }, 441 },
442 "test": "ui_touch_selection_unittests" 442 "test": "ui_touch_selection_unittests"
443 }, 443 },
444 { 444 {
445 "swarming": { 445 "swarming": {
(...skipping 1532 matching lines...) Expand 10 before | Expand all | Expand 10 after
1978 "additional_compile_targets": [ 1978 "additional_compile_targets": [
1979 "chrome_official_builder" 1979 "chrome_official_builder"
1980 ] 1980 ]
1981 }, 1981 },
1982 "Win8 GYP (dbg)": { 1982 "Win8 GYP (dbg)": {
1983 "additional_compile_targets": [ 1983 "additional_compile_targets": [
1984 "all" 1984 "all"
1985 ] 1985 ]
1986 } 1986 }
1987 } 1987 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698