| OLD | NEW |
| 1 { | 1 { |
| 2 "Android Tests": { | 2 "Android Tests": { |
| 3 "scripts": [ | 3 "scripts": [ |
| 4 { | 4 { |
| 5 "name": "webview_licenses", | 5 "name": "webview_licenses", |
| 6 "script": "webview_licenses.py" | 6 "script": "webview_licenses.py" |
| 7 } | 7 } |
| 8 ] | 8 ] |
| 9 }, | 9 }, |
| 10 "Android Tests (dbg)": { | 10 "Android Tests (dbg)": { |
| 11 "scripts": [ | 11 "scripts": [ |
| 12 { | 12 { |
| 13 "name": "webview_licenses", | 13 "name": "webview_licenses", |
| 14 "script": "webview_licenses.py" | 14 "script": "webview_licenses.py" |
| 15 } | 15 } |
| 16 ] | 16 ] |
| 17 }, | 17 }, |
| 18 "Linux Clang (dbg)": { | 18 "Linux Clang (dbg)": { |
| 19 "gtest_tests": [ | 19 "gtest_tests": [ |
| 20 { | 20 { |
| 21 "swarming": { |
| 22 "can_use_on_swarming_builders": true |
| 23 }, |
| 21 "test": "accessibility_unittests" | 24 "test": "accessibility_unittests" |
| 22 }, | 25 }, |
| 23 { | 26 { |
| 24 "test": "app_shell_unittests" | 27 "test": "app_shell_unittests" |
| 25 }, | 28 }, |
| 26 { | 29 { |
| 27 "test": "base_unittests" | 30 "test": "base_unittests" |
| 28 }, | 31 }, |
| 29 { | 32 { |
| 30 "test": "components_unittests" | 33 "test": "components_unittests" |
| (...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 828 } | 831 } |
| 829 ], | 832 ], |
| 830 "scripts": [ | 833 "scripts": [ |
| 831 { | 834 { |
| 832 "name": "nacl_integration", | 835 "name": "nacl_integration", |
| 833 "script": "nacl_integration.py" | 836 "script": "nacl_integration.py" |
| 834 } | 837 } |
| 835 ] | 838 ] |
| 836 } | 839 } |
| 837 } | 840 } |
| OLD | NEW |