| OLD | NEW |
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "all" | 4 "all" |
| 5 ], | 5 ], |
| 6 "gtest_tests": [ | 6 "gtest_tests": [ |
| 7 { | 7 { |
| 8 "test": "android_webview_unittests" | 8 "test": "android_webview_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 ], | 163 ], |
| 164 "test": "components_browsertests" | 164 "test": "components_browsertests" |
| 165 }, | 165 }, |
| 166 { | 166 { |
| 167 "args": [ | 167 "args": [ |
| 168 "--isolate_file_path=src/components/components_unittests.isolate" | 168 "--isolate_file_path=src/components/components_unittests.isolate" |
| 169 ], | 169 ], |
| 170 "test": "components_unittests" | 170 "test": "components_unittests" |
| 171 }, | 171 }, |
| 172 { | 172 { |
| 173 "swarming": { | 173 "args": [ |
| 174 "can_use_on_swarming_builders": true, | 174 "--isolate_file_path=src/content/content_browsertests.isolate" |
| 175 "dimension_sets": [ | 175 ], |
| 176 { | |
| 177 "build.id": "KTU84P", | |
| 178 "product.board": "hammerhead" | |
| 179 } | |
| 180 ] | |
| 181 }, | |
| 182 "test": "content_browsertests" | 176 "test": "content_browsertests" |
| 183 }, | 177 }, |
| 184 { | 178 { |
| 185 "args": [ | 179 "args": [ |
| 186 "--isolate_file_path=src/content/content_unittests.isolate" | 180 "--isolate_file_path=src/content/content_unittests.isolate" |
| 187 ], | 181 ], |
| 188 "test": "content_unittests" | 182 "test": "content_unittests" |
| 189 }, | 183 }, |
| 190 { | 184 { |
| 191 "test": "device_unittests" | 185 "test": "device_unittests" |
| (...skipping 1528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1720 } | 1714 } |
| 1721 ], | 1715 ], |
| 1722 "scripts": [ | 1716 "scripts": [ |
| 1723 { | 1717 { |
| 1724 "name": "nacl_integration", | 1718 "name": "nacl_integration", |
| 1725 "script": "nacl_integration.py" | 1719 "script": "nacl_integration.py" |
| 1726 } | 1720 } |
| 1727 ] | 1721 ] |
| 1728 } | 1722 } |
| 1729 } | 1723 } |
| OLD | NEW |