| OLD | NEW |
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "gn_all" | 4 "gn_all" |
| 5 ], | 5 ], |
| 6 "gtest_tests": [ | 6 "gtest_tests": [ |
| 7 { | 7 { |
| 8 "test": "base_unittests" | 8 "test": "base_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 458 { | 458 { |
| 459 "swarming": { | 459 "swarming": { |
| 460 "can_use_on_swarming_builders": true | 460 "can_use_on_swarming_builders": true |
| 461 }, | 461 }, |
| 462 "test": "gfx_unittests" | 462 "test": "gfx_unittests" |
| 463 }, | 463 }, |
| 464 { | 464 { |
| 465 "swarming": { | 465 "swarming": { |
| 466 "can_use_on_swarming_builders": true | 466 "can_use_on_swarming_builders": true |
| 467 }, | 467 }, |
| 468 "test": "gin_unittests" |
| 469 }, |
| 470 { |
| 471 "swarming": { |
| 472 "can_use_on_swarming_builders": true |
| 473 }, |
| 468 "test": "gn_unittests" | 474 "test": "gn_unittests" |
| 469 }, | 475 }, |
| 470 { | 476 { |
| 471 "swarming": { | 477 "swarming": { |
| 472 "can_use_on_swarming_builders": true | 478 "can_use_on_swarming_builders": true |
| 473 }, | 479 }, |
| 474 "test": "google_apis_unittests" | 480 "test": "google_apis_unittests" |
| 475 }, | 481 }, |
| 476 { | 482 { |
| 477 "swarming": { | 483 "swarming": { |
| (...skipping 934 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1412 } | 1418 } |
| 1413 ], | 1419 ], |
| 1414 "scripts": [ | 1420 "scripts": [ |
| 1415 { | 1421 { |
| 1416 "name": "nacl_integration", | 1422 "name": "nacl_integration", |
| 1417 "script": "nacl_integration.py" | 1423 "script": "nacl_integration.py" |
| 1418 } | 1424 } |
| 1419 ] | 1425 ] |
| 1420 } | 1426 } |
| 1421 } | 1427 } |
| OLD | NEW |