| OLD | NEW |
| 1 { | 1 { |
| 2 "Chromium Linux Builder (valgrind)": { | 2 "Chromium Linux Builder (valgrind)": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "base_unittests", | 4 "base_unittests", |
| 5 "components_unittests", | 5 "components_unittests", |
| 6 "content_unittests", | 6 "content_unittests", |
| 7 "crypto_unittests", | 7 "crypto_unittests", |
| 8 "device_unittests", | 8 "device_unittests", |
| 9 "display_unittests", | 9 "display_unittests", |
| 10 "extensions_unittests", | 10 "extensions_unittests", |
| (...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 865 { | 865 { |
| 866 "swarming": { | 866 "swarming": { |
| 867 "can_use_on_swarming_builders": true | 867 "can_use_on_swarming_builders": true |
| 868 }, | 868 }, |
| 869 "test": "printing_unittests" | 869 "test": "printing_unittests" |
| 870 }, | 870 }, |
| 871 { | 871 { |
| 872 "swarming": { | 872 "swarming": { |
| 873 "can_use_on_swarming_builders": true | 873 "can_use_on_swarming_builders": true |
| 874 }, | 874 }, |
| 875 "test": "remoting_unittests" | |
| 876 }, | |
| 877 { | |
| 878 "swarming": { | |
| 879 "can_use_on_swarming_builders": true | |
| 880 }, | |
| 881 "test": "sandbox_linux_unittests" | 875 "test": "sandbox_linux_unittests" |
| 882 }, | 876 }, |
| 883 { | 877 { |
| 884 "swarming": { | 878 "swarming": { |
| 885 "can_use_on_swarming_builders": true | 879 "can_use_on_swarming_builders": true |
| 886 }, | 880 }, |
| 887 "test": "skia_unittests" | 881 "test": "skia_unittests" |
| 888 }, | 882 }, |
| 889 { | 883 { |
| 890 "swarming": { | 884 "swarming": { |
| (...skipping 1676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2567 }, | 2561 }, |
| 2568 { | 2562 { |
| 2569 "test": "unit_tests" | 2563 "test": "unit_tests" |
| 2570 }, | 2564 }, |
| 2571 { | 2565 { |
| 2572 "test": "url_unittests" | 2566 "test": "url_unittests" |
| 2573 } | 2567 } |
| 2574 ] | 2568 ] |
| 2575 } | 2569 } |
| 2576 } | 2570 } |
| OLD | NEW |