OLD | NEW |
1 { | 1 { |
| 2 "WebKit XP": { |
| 3 "gtest_tests": [ |
| 4 "blink_heap_unittests", |
| 5 "blink_platform_unittests", |
| 6 "webkit_unit_tests", |
| 7 "wtf_unittests" |
| 8 ], |
| 9 "scripts": [ |
| 10 { |
| 11 "name": "webkit_lint", |
| 12 "script": "webkit_lint.py" |
| 13 }, |
| 14 { |
| 15 "name": "webkit_python_tests", |
| 16 "script": "webkit_python_tests.py" |
| 17 } |
| 18 ] |
| 19 }, |
| 20 "WebKit Win7": { |
| 21 "gtest_tests": [ |
| 22 "blink_heap_unittests", |
| 23 "blink_platform_unittests", |
| 24 "webkit_unit_tests", |
| 25 "wtf_unittests" |
| 26 ], |
| 27 "scripts": [ |
| 28 { |
| 29 "name": "webkit_lint", |
| 30 "script": "webkit_lint.py" |
| 31 }, |
| 32 { |
| 33 "name": "webkit_python_tests", |
| 34 "script": "webkit_python_tests.py" |
| 35 } |
| 36 ] |
| 37 }, |
2 "WebKit Linux": { | 38 "WebKit Linux": { |
3 "gtest_tests": [ | 39 "gtest_tests": [ |
4 "blink_heap_unittests", | 40 "blink_heap_unittests", |
5 "blink_platform_unittests", | 41 "blink_platform_unittests", |
6 "webkit_unit_tests", | 42 "webkit_unit_tests", |
7 "wtf_unittests" | 43 "wtf_unittests" |
8 ], | 44 ], |
9 "scripts": [ | 45 "scripts": [ |
10 { | 46 { |
11 "name": "webkit_lint", | 47 "name": "webkit_lint", |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 }, | 295 }, |
260 "Linux ChromiumOS Tests (dbg)(2)": { | 296 "Linux ChromiumOS Tests (dbg)(2)": { |
261 "gtest_tests": [ | 297 "gtest_tests": [ |
262 ] | 298 ] |
263 }, | 299 }, |
264 "Linux ChromiumOS Tests (dbg)(3)": { | 300 "Linux ChromiumOS Tests (dbg)(3)": { |
265 "gtest_tests": [ | 301 "gtest_tests": [ |
266 ] | 302 ] |
267 } | 303 } |
268 } | 304 } |
OLD | NEW |