| 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 }, | |
| 99 "test": "ui_base_unittests" | 96 "test": "ui_base_unittests" |
| 100 }, | 97 }, |
| 101 { | 98 { |
| 102 "test": "unit_tests" | 99 "test": "unit_tests" |
| 103 } | 100 } |
| 104 ] | 101 ] |
| 105 }, | 102 }, |
| 106 "Linux Tests": { | 103 "Linux Tests": { |
| 107 "gtest_tests": [ | 104 "gtest_tests": [ |
| 108 { | 105 { |
| (...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 834 } | 831 } |
| 835 ], | 832 ], |
| 836 "scripts": [ | 833 "scripts": [ |
| 837 { | 834 { |
| 838 "name": "nacl_integration", | 835 "name": "nacl_integration", |
| 839 "script": "nacl_integration.py" | 836 "script": "nacl_integration.py" |
| 840 } | 837 } |
| 841 ] | 838 ] |
| 842 } | 839 } |
| 843 } | 840 } |
| OLD | NEW |