| 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 26 matching lines...) Expand all Loading... |
| 37 { | 37 { |
| 38 "test": "gl_tests" | 38 "test": "gl_tests" |
| 39 }, | 39 }, |
| 40 { | 40 { |
| 41 "test": "gl_unittests" | 41 "test": "gl_unittests" |
| 42 }, | 42 }, |
| 43 { | 43 { |
| 44 "test": "gpu_unittests" | 44 "test": "gpu_unittests" |
| 45 }, | 45 }, |
| 46 { | 46 { |
| 47 "test": "html_viewer_unittests" | |
| 48 }, | |
| 49 { | |
| 50 "test": "ipc_mojo_unittests" | 47 "test": "ipc_mojo_unittests" |
| 51 }, | 48 }, |
| 52 { | 49 { |
| 53 "test": "ipc_tests" | 50 "test": "ipc_tests" |
| 54 }, | 51 }, |
| 55 { | 52 { |
| 56 "test": "media_unittests" | 53 "test": "media_unittests" |
| 57 }, | 54 }, |
| 58 { | 55 { |
| 59 "swarming": { | 56 "swarming": { |
| (...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 "can_use_on_swarming_builders": true | 521 "can_use_on_swarming_builders": true |
| 525 }, | 522 }, |
| 526 "test": "url_unittests" | 523 "test": "url_unittests" |
| 527 } | 524 } |
| 528 ] | 525 ] |
| 529 }, | 526 }, |
| 530 "Linux Builder": { | 527 "Linux Builder": { |
| 531 "additional_compile_targets": [ | 528 "additional_compile_targets": [ |
| 532 "battor_agent", | 529 "battor_agent", |
| 533 "blimp", | 530 "blimp", |
| 534 "mandoline:all", | |
| 535 "mash:all", | 531 "mash:all", |
| 536 "remoting_all" | 532 "remoting_all" |
| 537 ] | 533 ] |
| 538 }, | 534 }, |
| 539 "Linux Builder (dbg)": { | 535 "Linux Builder (dbg)": { |
| 540 "additional_compile_targets": [ | 536 "additional_compile_targets": [ |
| 541 "gn_all" | 537 "gn_all" |
| 542 ] | 538 ] |
| 543 }, | 539 }, |
| 544 "Linux Tests": { | 540 "Linux Tests": { |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 }, | 720 }, |
| 725 "test": "google_apis_unittests" | 721 "test": "google_apis_unittests" |
| 726 }, | 722 }, |
| 727 { | 723 { |
| 728 "swarming": { | 724 "swarming": { |
| 729 "can_use_on_swarming_builders": true | 725 "can_use_on_swarming_builders": true |
| 730 }, | 726 }, |
| 731 "test": "gpu_unittests" | 727 "test": "gpu_unittests" |
| 732 }, | 728 }, |
| 733 { | 729 { |
| 734 "test": "html_viewer_unittests" | |
| 735 }, | |
| 736 { | |
| 737 "swarming": { | 730 "swarming": { |
| 738 "can_use_on_swarming_builders": true | 731 "can_use_on_swarming_builders": true |
| 739 }, | 732 }, |
| 740 "test": "interactive_ui_tests" | 733 "test": "interactive_ui_tests" |
| 741 }, | 734 }, |
| 742 { | 735 { |
| 743 "test": "ipc_mojo_unittests" | 736 "test": "ipc_mojo_unittests" |
| 744 }, | 737 }, |
| 745 { | 738 { |
| 746 "swarming": { | 739 "swarming": { |
| (...skipping 934 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1681 } | 1674 } |
| 1682 ], | 1675 ], |
| 1683 "scripts": [ | 1676 "scripts": [ |
| 1684 { | 1677 { |
| 1685 "name": "nacl_integration", | 1678 "name": "nacl_integration", |
| 1686 "script": "nacl_integration.py" | 1679 "script": "nacl_integration.py" |
| 1687 } | 1680 } |
| 1688 ] | 1681 ] |
| 1689 } | 1682 } |
| 1690 } | 1683 } |
| OLD | NEW |