| OLD | NEW |
| 1 { | 1 { |
| 2 "Mac10.6 Tests": { | 2 "Mac10.6 Tests": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "test": "accessibility_unittests", | 5 "test": "accessibility_unittests", |
| 6 "swarming": { | 6 "swarming": { |
| 7 "can_use_on_swarming_builders": true | 7 "can_use_on_swarming_builders": true |
| 8 } | 8 } |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 "swarming": { | 24 "swarming": { |
| 25 "can_use_on_swarming_builders": true, | 25 "can_use_on_swarming_builders": true, |
| 26 "shards": 10 | 26 "shards": 10 |
| 27 } | 27 } |
| 28 }, | 28 }, |
| 29 "cacheinvalidation_unittests", | 29 "cacheinvalidation_unittests", |
| 30 "cast_unittests", | 30 "cast_unittests", |
| 31 "cc_unittests", | 31 "cc_unittests", |
| 32 "chromedriver_unittests", | 32 "chromedriver_unittests", |
| 33 { | 33 { |
| 34 "test": "components_browsertests", | |
| 35 "swarming": { | |
| 36 "can_use_on_swarming_builders": true | |
| 37 } | |
| 38 }, | |
| 39 { | |
| 40 "test": "components_unittests", | 34 "test": "components_unittests", |
| 41 "swarming": { | 35 "swarming": { |
| 42 "can_use_on_swarming_builders": true | 36 "can_use_on_swarming_builders": true |
| 43 } | 37 } |
| 44 }, | 38 }, |
| 45 { | 39 { |
| 46 "test": "content_browsertests", | 40 "test": "content_browsertests", |
| 47 "swarming": { | 41 "swarming": { |
| 48 "can_use_on_swarming_builders": true | 42 "can_use_on_swarming_builders": true |
| 49 } | 43 } |
| (...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 556 "name": "telemetry_perf_unittests", | 550 "name": "telemetry_perf_unittests", |
| 557 "script": "telemetry_perf_unittests.py" | 551 "script": "telemetry_perf_unittests.py" |
| 558 }, | 552 }, |
| 559 { | 553 { |
| 560 "name": "nacl_integration", | 554 "name": "nacl_integration", |
| 561 "script": "nacl_integration.py" | 555 "script": "nacl_integration.py" |
| 562 } | 556 } |
| 563 ] | 557 ] |
| 564 } | 558 } |
| 565 } | 559 } |
| OLD | NEW |