| OLD | NEW |
| 1 { | 1 { |
| 2 "Android Arm64 Builder (dbg)": { | 2 "Android Arm64 Builder (dbg)": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "gn_all" | 4 "gn_all" |
| 5 ] | 5 ] |
| 6 }, | 6 }, |
| 7 "Android Builder": { | 7 "Android Builder": { |
| 8 "additional_compile_targets": [ | 8 "additional_compile_targets": [ |
| 9 "cronet_test_instrumentation_apk", | 9 "cronet_test_instrumentation_apk", |
| 10 "system_webview_apk" | 10 "system_webview_apk" |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 "test": "content_junit_tests" | 186 "test": "content_junit_tests" |
| 187 }, | 187 }, |
| 188 { | 188 { |
| 189 "test": "junit_unit_tests" | 189 "test": "junit_unit_tests" |
| 190 }, | 190 }, |
| 191 { | 191 { |
| 192 "test": "net_junit_tests" | 192 "test": "net_junit_tests" |
| 193 }, | 193 }, |
| 194 { | 194 { |
| 195 "test": "ui_junit_tests" | 195 "test": "ui_junit_tests" |
| 196 }, |
| 197 { |
| 198 "test": "webapk_client_junit_tests" |
| 196 } | 199 } |
| 197 ] | 200 ] |
| 198 }, | 201 }, |
| 199 "Android GN (dbg)": { | 202 "Android GN (dbg)": { |
| 200 "additional_compile_targets": [ | 203 "additional_compile_targets": [ |
| 201 "all" | 204 "all" |
| 202 ] | 205 ] |
| 203 }, | 206 }, |
| 204 "Android Tests": { | 207 "Android Tests": { |
| 205 "gtest_tests": [ | 208 "gtest_tests": [ |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 "test": "content_junit_tests" | 350 "test": "content_junit_tests" |
| 348 }, | 351 }, |
| 349 { | 352 { |
| 350 "test": "junit_unit_tests" | 353 "test": "junit_unit_tests" |
| 351 }, | 354 }, |
| 352 { | 355 { |
| 353 "test": "net_junit_tests" | 356 "test": "net_junit_tests" |
| 354 }, | 357 }, |
| 355 { | 358 { |
| 356 "test": "ui_junit_tests" | 359 "test": "ui_junit_tests" |
| 360 }, |
| 361 { |
| 362 "test": "webapk_client_junit_tests" |
| 357 } | 363 } |
| 358 ], | 364 ], |
| 359 "scripts": [ | 365 "scripts": [ |
| 360 { | 366 { |
| 361 "name": "webview_licenses", | 367 "name": "webview_licenses", |
| 362 "script": "webview_licenses.py" | 368 "script": "webview_licenses.py" |
| 363 }, | 369 }, |
| 364 { | 370 { |
| 365 "name": "telemetry_perf_unittests", | 371 "name": "telemetry_perf_unittests", |
| 366 "script": "telemetry_perf_unittests.py" | 372 "script": "telemetry_perf_unittests.py" |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 "test": "content_junit_tests" | 491 "test": "content_junit_tests" |
| 486 }, | 492 }, |
| 487 { | 493 { |
| 488 "test": "junit_unit_tests" | 494 "test": "junit_unit_tests" |
| 489 }, | 495 }, |
| 490 { | 496 { |
| 491 "test": "net_junit_tests" | 497 "test": "net_junit_tests" |
| 492 }, | 498 }, |
| 493 { | 499 { |
| 494 "test": "ui_junit_tests" | 500 "test": "ui_junit_tests" |
| 501 }, |
| 502 { |
| 503 "test": "webapk_client_junit_tests" |
| 495 } | 504 } |
| 496 ], | 505 ], |
| 497 "scripts": [ | 506 "scripts": [ |
| 498 { | 507 { |
| 499 "name": "webview_licenses", | 508 "name": "webview_licenses", |
| 500 "script": "webview_licenses.py" | 509 "script": "webview_licenses.py" |
| 501 }, | 510 }, |
| 502 { | 511 { |
| 503 "name": "telemetry_perf_unittests", | 512 "name": "telemetry_perf_unittests", |
| 504 "script": "telemetry_perf_unittests.py" | 513 "script": "telemetry_perf_unittests.py" |
| (...skipping 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1568 "name": "nacl_integration", | 1577 "name": "nacl_integration", |
| 1569 "script": "nacl_integration.py" | 1578 "script": "nacl_integration.py" |
| 1570 } | 1579 } |
| 1571 ] | 1580 ] |
| 1572 }, | 1581 }, |
| 1573 "Linux Tests (dbg)(1)(32)": { | 1582 "Linux Tests (dbg)(1)(32)": { |
| 1574 "gtest_tests": [], | 1583 "gtest_tests": [], |
| 1575 "scripts": [] | 1584 "scripts": [] |
| 1576 } | 1585 } |
| 1577 } | 1586 } |
| OLD | NEW |