| 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)": { |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 { | 86 { |
| 87 "test": "skia_unittests" | 87 "test": "skia_unittests" |
| 88 }, | 88 }, |
| 89 { | 89 { |
| 90 "test": "sql_unittests" | 90 "test": "sql_unittests" |
| 91 }, | 91 }, |
| 92 { | 92 { |
| 93 "test": "sync_unit_tests" | 93 "test": "sync_unit_tests" |
| 94 }, | 94 }, |
| 95 { | 95 { |
| 96 "swarming": { |
| 97 "can_use_on_swarming_builders": true |
| 98 }, |
| 96 "test": "ui_base_unittests" | 99 "test": "ui_base_unittests" |
| 97 }, | 100 }, |
| 98 { | 101 { |
| 99 "test": "unit_tests" | 102 "test": "unit_tests" |
| 100 } | 103 } |
| 101 ] | 104 ] |
| 102 }, | 105 }, |
| 103 "Linux Tests": { | 106 "Linux Tests": { |
| 104 "gtest_tests": [ | 107 "gtest_tests": [ |
| 105 { | 108 { |
| (...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 831 } | 834 } |
| 832 ], | 835 ], |
| 833 "scripts": [ | 836 "scripts": [ |
| 834 { | 837 { |
| 835 "name": "nacl_integration", | 838 "name": "nacl_integration", |
| 836 "script": "nacl_integration.py" | 839 "script": "nacl_integration.py" |
| 837 } | 840 } |
| 838 ] | 841 ] |
| 839 } | 842 } |
| 840 } | 843 } |
| OLD | NEW |