| OLD | NEW |
| 1 { | 1 { |
| 2 "WebKit Linux Trusty": { | 2 "WebKit Linux Trusty": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "swarming": { | 5 "swarming": { |
| 6 "can_use_on_swarming_builders": true | 6 "can_use_on_swarming_builders": true |
| 7 }, | 7 }, |
| 8 "test": "blink_heap_unittests" | 8 "test": "blink_heap_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 "can_use_on_swarming_builders": true | 93 "can_use_on_swarming_builders": true |
| 94 }, | 94 }, |
| 95 "test": "wtf_unittests" | 95 "test": "wtf_unittests" |
| 96 } | 96 } |
| 97 ], | 97 ], |
| 98 "isolated_scripts": [ | 98 "isolated_scripts": [ |
| 99 { | 99 { |
| 100 "isolate_name": "webkit_layout_tests_exparchive", | 100 "isolate_name": "webkit_layout_tests_exparchive", |
| 101 "merge": { | 101 "merge": { |
| 102 "args": [ | 102 "args": [ |
| 103 "--debug", | |
| 104 "--verbose", | 103 "--verbose", |
| 105 "--results-json-override-with-build-property", | 104 "--results-json-override-with-build-property", |
| 106 "build_number", | 105 "build_number", |
| 107 "buildnumber", | 106 "buildnumber", |
| 108 "--results-json-override-with-build-property", | 107 "--results-json-override-with-build-property", |
| 109 "builder_name", | 108 "builder_name", |
| 110 "buildername", | 109 "buildername", |
| 111 "--results-json-override-with-build-property", | 110 "--results-json-override-with-build-property", |
| 112 "chromium_revision", | 111 "chromium_revision", |
| 113 "got_revision_cp" | 112 "got_revision_cp" |
| (...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 668 "name": "webkit_lint", | 667 "name": "webkit_lint", |
| 669 "script": "webkit_lint.py" | 668 "script": "webkit_lint.py" |
| 670 }, | 669 }, |
| 671 { | 670 { |
| 672 "name": "webkit_python_tests", | 671 "name": "webkit_python_tests", |
| 673 "script": "webkit_python_tests.py" | 672 "script": "webkit_python_tests.py" |
| 674 } | 673 } |
| 675 ] | 674 ] |
| 676 } | 675 } |
| 677 } | 676 } |
| OLD | NEW |