| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ChromiumOS Tests (1)": { | 2 "Linux ChromiumOS Tests (1)": { |
| 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": "accessibility_unittests" | 8 "test": "accessibility_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 }, | 62 }, |
| 63 "test": "content_browsertests" | 63 "test": "content_browsertests" |
| 64 }, | 64 }, |
| 65 { | 65 { |
| 66 "swarming": { | 66 "swarming": { |
| 67 "can_use_on_swarming_builders": true | 67 "can_use_on_swarming_builders": true |
| 68 }, | 68 }, |
| 69 "test": "content_unittests" | 69 "test": "content_unittests" |
| 70 }, | 70 }, |
| 71 { | 71 { |
| 72 "swarming": { |
| 73 "can_use_on_swarming_builders": true |
| 74 }, |
| 72 "test": "content_unittests" | 75 "test": "content_unittests" |
| 73 }, | 76 }, |
| 74 { | 77 { |
| 75 "swarming": { | 78 "swarming": { |
| 76 "can_use_on_swarming_builders": true | 79 "can_use_on_swarming_builders": true |
| 77 }, | 80 }, |
| 78 "test": "crypto_unittests" | 81 "test": "crypto_unittests" |
| 79 }, | 82 }, |
| 80 { | 83 { |
| 81 "test": "dbus_unittests" | 84 "test": "dbus_unittests" |
| (...skipping 979 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1061 "name": "webkit_lint", | 1064 "name": "webkit_lint", |
| 1062 "script": "webkit_lint.py" | 1065 "script": "webkit_lint.py" |
| 1063 }, | 1066 }, |
| 1064 { | 1067 { |
| 1065 "name": "webkit_python_tests", | 1068 "name": "webkit_python_tests", |
| 1066 "script": "webkit_python_tests.py" | 1069 "script": "webkit_python_tests.py" |
| 1067 } | 1070 } |
| 1068 ] | 1071 ] |
| 1069 } | 1072 } |
| 1070 } | 1073 } |
| OLD | NEW |