Chromium Code Reviews| 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 131 "test": "window_manager_unittests" | 131 "test": "window_manager_unittests" |
| 132 } | 132 } |
| 133 ] | 133 ] |
| 134 }, | 134 }, |
| 135 "Android GN (dbg)": { | 135 "Android GN (dbg)": { |
| 136 "additional_compile_targets": [ | 136 "additional_compile_targets": [ |
| 137 "all" | 137 "all" |
| 138 ] | 138 ] |
| 139 }, | 139 }, |
| 140 "Android Tests": { | 140 "Android Tests": { |
| 141 "gtest_tests": [ | |
| 142 { | |
| 143 "test": "android_webview_unittests" | |
| 144 }, | |
| 145 { | |
| 146 "test": "base_unittests" | |
|
jbudorick
2016/01/28 00:56:10
non-swarming tests don't use the wrapper scripts a
| |
| 147 }, | |
| 148 { | |
| 149 "test": "breakpad_unittests" | |
| 150 }, | |
| 151 { | |
| 152 "test": "cc_unittests" | |
| 153 }, | |
| 154 { | |
| 155 "test": "components_browsertests" | |
| 156 }, | |
| 157 { | |
| 158 "test": "components_unittests" | |
| 159 }, | |
| 160 { | |
| 161 "test": "content_browsertests" | |
| 162 }, | |
| 163 { | |
| 164 "test": "content_unittests" | |
| 165 }, | |
| 166 { | |
| 167 "test": "device_unittests" | |
| 168 }, | |
| 169 { | |
| 170 "test": "events_unittests" | |
| 171 }, | |
| 172 { | |
| 173 "test": "gl_tests" | |
| 174 }, | |
| 175 { | |
| 176 "test": "gl_unittests" | |
| 177 }, | |
| 178 { | |
| 179 "test": "gpu_unittests" | |
| 180 }, | |
| 181 { | |
| 182 "test": "ipc_tests" | |
| 183 }, | |
| 184 { | |
| 185 "test": "media_unittests" | |
| 186 }, | |
| 187 { | |
| 188 "test": "net_unittests" | |
| 189 }, | |
| 190 { | |
| 191 "test": "sandbox_linux_unittests" | |
| 192 }, | |
| 193 { | |
| 194 "test": "sql_unittests" | |
| 195 }, | |
| 196 { | |
| 197 "test": "sync_unit_tests" | |
| 198 }, | |
| 199 { | |
| 200 "test": "ui_android_unittests" | |
| 201 }, | |
| 202 { | |
| 203 "test": "ui_base_unittests" | |
| 204 }, | |
| 205 { | |
| 206 "test": "ui_touch_selection_unittests" | |
| 207 }, | |
| 208 { | |
| 209 "test": "unit_tests" | |
| 210 } | |
| 211 ], | |
| 141 "scripts": [ | 212 "scripts": [ |
| 142 { | 213 { |
| 143 "name": "webview_licenses", | 214 "name": "webview_licenses", |
| 144 "script": "webview_licenses.py" | 215 "script": "webview_licenses.py" |
| 145 }, | 216 }, |
| 146 { | 217 { |
| 147 "name": "telemetry_perf_unittests", | 218 "name": "telemetry_perf_unittests", |
| 148 "script": "telemetry_perf_unittests.py" | 219 "script": "telemetry_perf_unittests.py" |
| 149 }, | 220 }, |
| 150 { | 221 { |
| 151 "args": [ | 222 "args": [ |
| 152 "android_webview_unittests" | 223 "android_webview_unittests" |
| 153 ], | 224 ], |
| 154 "name": "android_webview_unittests", | 225 "name": "android_webview_unittests", |
| 155 "script": "android_gtest_test.py" | 226 "script": "android_gtest_test.py" |
| 156 } | 227 } |
| 157 ] | 228 ] |
| 158 }, | 229 }, |
| 159 "Android Tests (dbg)": { | 230 "Android Tests (dbg)": { |
| 231 "gtest_tests": [ | |
| 232 { | |
| 233 "test": "android_webview_unittests" | |
| 234 }, | |
| 235 { | |
| 236 "test": "base_unittests" | |
| 237 }, | |
| 238 { | |
| 239 "test": "breakpad_unittests" | |
| 240 }, | |
| 241 { | |
| 242 "test": "cc_unittests" | |
| 243 }, | |
| 244 { | |
| 245 "test": "components_browsertests" | |
| 246 }, | |
| 247 { | |
| 248 "test": "components_unittests" | |
| 249 }, | |
| 250 { | |
| 251 "test": "content_browsertests" | |
| 252 }, | |
| 253 { | |
| 254 "test": "content_unittests" | |
| 255 }, | |
| 256 { | |
| 257 "test": "device_unittests" | |
| 258 }, | |
| 259 { | |
| 260 "test": "events_unittests" | |
| 261 }, | |
| 262 { | |
| 263 "test": "gl_tests" | |
| 264 }, | |
| 265 { | |
| 266 "test": "gl_unittests" | |
| 267 }, | |
| 268 { | |
| 269 "test": "gpu_unittests" | |
| 270 }, | |
| 271 { | |
| 272 "test": "ipc_tests" | |
| 273 }, | |
| 274 { | |
| 275 "test": "media_unittests" | |
| 276 }, | |
| 277 { | |
| 278 "test": "net_unittests" | |
| 279 }, | |
| 280 { | |
| 281 "test": "sandbox_linux_unittests" | |
| 282 }, | |
| 283 { | |
| 284 "test": "sql_unittests" | |
| 285 }, | |
| 286 { | |
| 287 "test": "sync_unit_tests" | |
| 288 }, | |
| 289 { | |
| 290 "test": "ui_android_unittests" | |
| 291 }, | |
| 292 { | |
| 293 "test": "ui_base_unittests" | |
| 294 }, | |
| 295 { | |
| 296 "test": "ui_touch_selection_unittests" | |
| 297 }, | |
| 298 { | |
| 299 "test": "unit_tests" | |
| 300 } | |
| 301 ], | |
| 160 "scripts": [ | 302 "scripts": [ |
| 161 { | 303 { |
| 162 "name": "webview_licenses", | 304 "name": "webview_licenses", |
| 163 "script": "webview_licenses.py" | 305 "script": "webview_licenses.py" |
| 164 }, | 306 }, |
| 165 { | 307 { |
| 166 "name": "telemetry_perf_unittests", | 308 "name": "telemetry_perf_unittests", |
| 167 "script": "telemetry_perf_unittests.py" | 309 "script": "telemetry_perf_unittests.py" |
| 168 } | 310 } |
| 169 ] | 311 ] |
| (...skipping 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1429 } | 1571 } |
| 1430 ], | 1572 ], |
| 1431 "scripts": [ | 1573 "scripts": [ |
| 1432 { | 1574 { |
| 1433 "name": "nacl_integration", | 1575 "name": "nacl_integration", |
| 1434 "script": "nacl_integration.py" | 1576 "script": "nacl_integration.py" |
| 1435 } | 1577 } |
| 1436 ] | 1578 ] |
| 1437 } | 1579 } |
| 1438 } | 1580 } |
| OLD | NEW |