| OLD | NEW |
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "all" | 4 "all" |
| 5 ], | 5 ], |
| 6 "gtest_tests": [ | 6 "gtest_tests": [ |
| 7 { | 7 { |
| 8 "test": "android_webview_unittests" | 8 "test": "android_webview_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 535 }, | 535 }, |
| 536 "test": "midi_unittests" | 536 "test": "midi_unittests" |
| 537 }, | 537 }, |
| 538 { | 538 { |
| 539 "swarming": { | 539 "swarming": { |
| 540 "can_use_on_swarming_builders": true | 540 "can_use_on_swarming_builders": true |
| 541 }, | 541 }, |
| 542 "test": "mojo_common_unittests" | 542 "test": "mojo_common_unittests" |
| 543 }, | 543 }, |
| 544 { | 544 { |
| 545 "test": "mojo_js_integration_tests" |
| 546 }, |
| 547 { |
| 548 "test": "mojo_js_unittests" |
| 549 }, |
| 550 { |
| 545 "test": "mojo_public_application_unittests" | 551 "test": "mojo_public_application_unittests" |
| 546 }, | 552 }, |
| 547 { | 553 { |
| 548 "swarming": { | 554 "swarming": { |
| 549 "can_use_on_swarming_builders": true | 555 "can_use_on_swarming_builders": true |
| 550 }, | 556 }, |
| 551 "test": "mojo_public_bindings_unittests" | 557 "test": "mojo_public_bindings_unittests" |
| 552 }, | 558 }, |
| 553 { | 559 { |
| 554 "swarming": { | 560 "swarming": { |
| (...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1423 } | 1429 } |
| 1424 ], | 1430 ], |
| 1425 "scripts": [ | 1431 "scripts": [ |
| 1426 { | 1432 { |
| 1427 "name": "nacl_integration", | 1433 "name": "nacl_integration", |
| 1428 "script": "nacl_integration.py" | 1434 "script": "nacl_integration.py" |
| 1429 } | 1435 } |
| 1430 ] | 1436 ] |
| 1431 } | 1437 } |
| 1432 } | 1438 } |
| OLD | NEW |