| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 }, | 203 }, |
| 204 "Android Tests": { | 204 "Android Tests": { |
| 205 "gtest_tests": [ | 205 "gtest_tests": [ |
| 206 { | 206 { |
| 207 "test": "android_webview_unittests" | 207 "test": "android_webview_unittests" |
| 208 }, | 208 }, |
| 209 { | 209 { |
| 210 "test": "base_unittests" | 210 "test": "base_unittests" |
| 211 }, | 211 }, |
| 212 { | 212 { |
| 213 "test": "blimp_unittests" |
| 214 }, |
| 215 { |
| 213 "test": "blink_heap_unittests" | 216 "test": "blink_heap_unittests" |
| 214 }, | 217 }, |
| 215 { | 218 { |
| 216 "override_compile_targets": [ | 219 "override_compile_targets": [ |
| 217 "breakpad_unittests_deps" | 220 "breakpad_unittests_deps" |
| 218 ], | 221 ], |
| 219 "test": "breakpad_unittests" | 222 "test": "breakpad_unittests" |
| 220 }, | 223 }, |
| 221 { | 224 { |
| 222 "test": "cc_unittests" | 225 "test": "cc_unittests" |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 }, | 317 }, |
| 315 { | 318 { |
| 316 "test": "unit_tests" | 319 "test": "unit_tests" |
| 317 } | 320 } |
| 318 ], | 321 ], |
| 319 "instrumentation_tests": [ | 322 "instrumentation_tests": [ |
| 320 { | 323 { |
| 321 "test": "android_webview_test_apk" | 324 "test": "android_webview_test_apk" |
| 322 }, | 325 }, |
| 323 { | 326 { |
| 327 "test": "blimp_test_apk" |
| 328 }, |
| 329 { |
| 324 "test": "chrome_sync_shell_test_apk" | 330 "test": "chrome_sync_shell_test_apk" |
| 325 }, | 331 }, |
| 326 { | 332 { |
| 327 "test": "content_shell_test_apk" | 333 "test": "content_shell_test_apk" |
| 328 } | 334 } |
| 329 ], | 335 ], |
| 330 "junit_tests": [ | 336 "junit_tests": [ |
| 331 { | 337 { |
| 332 "test": "base_junit_tests" | 338 "test": "base_junit_tests" |
| 333 }, | 339 }, |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 }, | 375 }, |
| 370 "Android Tests (dbg)": { | 376 "Android Tests (dbg)": { |
| 371 "gtest_tests": [ | 377 "gtest_tests": [ |
| 372 { | 378 { |
| 373 "test": "android_webview_unittests" | 379 "test": "android_webview_unittests" |
| 374 }, | 380 }, |
| 375 { | 381 { |
| 376 "test": "base_unittests" | 382 "test": "base_unittests" |
| 377 }, | 383 }, |
| 378 { | 384 { |
| 385 "test": "blimp_unittests" |
| 386 }, |
| 387 { |
| 379 "test": "blink_heap_unittests" | 388 "test": "blink_heap_unittests" |
| 380 }, | 389 }, |
| 381 { | 390 { |
| 382 "override_compile_targets": [ | 391 "override_compile_targets": [ |
| 383 "breakpad_unittests_deps" | 392 "breakpad_unittests_deps" |
| 384 ], | 393 ], |
| 385 "test": "breakpad_unittests" | 394 "test": "breakpad_unittests" |
| 386 }, | 395 }, |
| 387 { | 396 { |
| 388 "test": "cc_unittests" | 397 "test": "cc_unittests" |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 }, | 458 }, |
| 450 { | 459 { |
| 451 "test": "unit_tests" | 460 "test": "unit_tests" |
| 452 } | 461 } |
| 453 ], | 462 ], |
| 454 "instrumentation_tests": [ | 463 "instrumentation_tests": [ |
| 455 { | 464 { |
| 456 "test": "android_webview_test_apk" | 465 "test": "android_webview_test_apk" |
| 457 }, | 466 }, |
| 458 { | 467 { |
| 468 "test": "blimp_test_apk" |
| 469 }, |
| 470 { |
| 459 "test": "chrome_public_test_apk" | 471 "test": "chrome_public_test_apk" |
| 460 }, | 472 }, |
| 461 { | 473 { |
| 462 "test": "chrome_sync_shell_test_apk" | 474 "test": "chrome_sync_shell_test_apk" |
| 463 }, | 475 }, |
| 464 { | 476 { |
| 465 "test": "content_shell_test_apk" | 477 "test": "content_shell_test_apk" |
| 466 } | 478 } |
| 467 ], | 479 ], |
| 468 "junit_tests": [ | 480 "junit_tests": [ |
| (...skipping 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1568 "name": "nacl_integration", | 1580 "name": "nacl_integration", |
| 1569 "script": "nacl_integration.py" | 1581 "script": "nacl_integration.py" |
| 1570 } | 1582 } |
| 1571 ] | 1583 ] |
| 1572 }, | 1584 }, |
| 1573 "Linux Tests (dbg)(1)(32)": { | 1585 "Linux Tests (dbg)(1)(32)": { |
| 1574 "gtest_tests": [], | 1586 "gtest_tests": [], |
| 1575 "scripts": [] | 1587 "scripts": [] |
| 1576 } | 1588 } |
| 1577 } | 1589 } |
| OLD | NEW |