| 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 { | 270 { |
| 271 "test": "net_unittests", | 271 "test": "net_unittests", |
| 272 "swarming": { | 272 "swarming": { |
| 273 "can_use_on_swarming_builders": true | 273 "can_use_on_swarming_builders": true |
| 274 } | 274 } |
| 275 }, | 275 }, |
| 276 "ppapi_unittests", | 276 "ppapi_unittests", |
| 277 "printing_unittests", | 277 "printing_unittests", |
| 278 "remoting_unittests", | 278 "remoting_unittests", |
| 279 "sandbox_mac_unittests", | 279 "sandbox_mac_unittests", |
| 280 "skia_unittests", |
| 280 "sql_unittests", | 281 "sql_unittests", |
| 281 { | 282 { |
| 282 "test": "sync_integration_tests", | 283 "test": "sync_integration_tests", |
| 283 "swarming": { | 284 "swarming": { |
| 284 "can_use_on_swarming_builders": true | 285 "can_use_on_swarming_builders": true |
| 285 } | 286 } |
| 286 }, | 287 }, |
| 287 "sync_unit_tests", | 288 "sync_unit_tests", |
| 288 { | 289 { |
| 289 "test": "ui_base_unittests", | 290 "test": "ui_base_unittests", |
| 290 "swarming": { | 291 "swarming": { |
| 291 "can_use_on_swarming_builders": true | 292 "can_use_on_swarming_builders": true |
| 292 } | 293 } |
| 293 }, | 294 }, |
| 294 { | 295 { |
| 295 "test": "unit_tests", | 296 "test": "unit_tests", |
| 296 "swarming": { | 297 "swarming": { |
| 297 "can_use_on_swarming_builders": true | 298 "can_use_on_swarming_builders": true |
| 298 } | 299 } |
| 299 }, | 300 }, |
| 300 "url_unittests", | 301 "url_unittests", |
| 301 "skia_unittests" | 302 "views_unittests" |
| 302 ], | 303 ], |
| 303 "scripts": [ | 304 "scripts": [ |
| 304 { | 305 { |
| 305 "name": "telemetry_unittests", | 306 "name": "telemetry_unittests", |
| 306 "script": "telemetry_unittests.py" | 307 "script": "telemetry_unittests.py" |
| 307 }, | 308 }, |
| 308 { | 309 { |
| 309 "name": "telemetry_perf_unittests", | 310 "name": "telemetry_perf_unittests", |
| 310 "script": "telemetry_perf_unittests.py" | 311 "script": "telemetry_perf_unittests.py" |
| 311 }, | 312 }, |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 620 "name": "telemetry_perf_unittests", | 621 "name": "telemetry_perf_unittests", |
| 621 "script": "telemetry_perf_unittests.py" | 622 "script": "telemetry_perf_unittests.py" |
| 622 }, | 623 }, |
| 623 { | 624 { |
| 624 "name": "nacl_integration", | 625 "name": "nacl_integration", |
| 625 "script": "nacl_integration.py" | 626 "script": "nacl_integration.py" |
| 626 } | 627 } |
| 627 ] | 628 ] |
| 628 } | 629 } |
| 629 } | 630 } |
| OLD | NEW |