| OLD | NEW |
| 1 { | 1 { |
| 2 "WebKit Linux": { | 2 "WebKit Linux": { |
| 3 "scripts": [ | 3 "scripts": [ |
| 4 { | 4 { |
| 5 "name": "webkit_lint", |
| 6 "script": "webkit_lint.py" |
| 7 }, |
| 8 { |
| 5 "name": "webkit_python_tests", | 9 "name": "webkit_python_tests", |
| 6 "script": "webkit_python_tests.py" | 10 "script": "webkit_python_tests.py" |
| 7 } | 11 } |
| 8 ] | 12 ] |
| 9 }, | 13 }, |
| 10 "Linux ChromiumOS Tests (1)": { | 14 "Linux ChromiumOS Tests (1)": { |
| 11 "gtest_tests": [ | 15 "gtest_tests": [ |
| 12 "accessibility_unittests", | 16 "accessibility_unittests", |
| 13 { | 17 { |
| 14 "test": "base_unittests", | 18 "test": "base_unittests", |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 }, | 217 }, |
| 214 "Linux ChromiumOS Tests (dbg)(2)": { | 218 "Linux ChromiumOS Tests (dbg)(2)": { |
| 215 "gtest_tests": [ | 219 "gtest_tests": [ |
| 216 ] | 220 ] |
| 217 }, | 221 }, |
| 218 "Linux ChromiumOS Tests (dbg)(3)": { | 222 "Linux ChromiumOS Tests (dbg)(3)": { |
| 219 "gtest_tests": [ | 223 "gtest_tests": [ |
| 220 ] | 224 ] |
| 221 } | 225 } |
| 222 } | 226 } |
| OLD | NEW |