OLD | NEW |
1 { | 1 { |
2 "WebKit Linux": { | 2 "WebKit Linux": { |
| 3 "gtest_tests": [ |
| 4 "blink_heap_unittests", |
| 5 "blink_platform_unittests", |
| 6 "webkit_unit_tests", |
| 7 "wtf_unittests" |
| 8 ], |
3 "scripts": [ | 9 "scripts": [ |
4 { | 10 { |
5 "name": "webkit_lint", | 11 "name": "webkit_lint", |
6 "script": "webkit_lint.py" | 12 "script": "webkit_lint.py" |
7 }, | 13 }, |
8 { | 14 { |
9 "name": "webkit_python_tests", | 15 "name": "webkit_python_tests", |
10 "script": "webkit_python_tests.py" | 16 "script": "webkit_python_tests.py" |
11 } | 17 } |
12 ] | 18 ] |
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 }, | 223 }, |
218 "Linux ChromiumOS Tests (dbg)(2)": { | 224 "Linux ChromiumOS Tests (dbg)(2)": { |
219 "gtest_tests": [ | 225 "gtest_tests": [ |
220 ] | 226 ] |
221 }, | 227 }, |
222 "Linux ChromiumOS Tests (dbg)(3)": { | 228 "Linux ChromiumOS Tests (dbg)(3)": { |
223 "gtest_tests": [ | 229 "gtest_tests": [ |
224 ] | 230 ] |
225 } | 231 } |
226 } | 232 } |
OLD | NEW |