| OLD | NEW |
| 1 { | 1 { |
| 2 "Android Cloud Tests": { | 2 "Android Cloud Tests": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "test": "android_webview_unittests" | 5 "test": "android_webview_unittests" |
| 6 }, | 6 }, |
| 7 { | 7 { |
| 8 "test": "base_unittests" | 8 "test": "base_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 { | 430 { |
| 431 "test": "mojo_public_system_unittests" | 431 "test": "mojo_public_system_unittests" |
| 432 }, | 432 }, |
| 433 { | 433 { |
| 434 "test": "mojo_public_utility_unittests" | 434 "test": "mojo_public_utility_unittests" |
| 435 }, | 435 }, |
| 436 { | 436 { |
| 437 "test": "mojo_system_unittests" | 437 "test": "mojo_system_unittests" |
| 438 }, | 438 }, |
| 439 { | 439 { |
| 440 "test": "nacl_helper_nonsfi_unittests" | |
| 441 }, | |
| 442 { | |
| 443 "swarming": { | 440 "swarming": { |
| 444 "can_use_on_swarming_builders": true | 441 "can_use_on_swarming_builders": true |
| 445 }, | 442 }, |
| 446 "test": "nacl_loader_unittests" | 443 "test": "nacl_loader_unittests" |
| 447 }, | 444 }, |
| 448 { | 445 { |
| 449 "swarming": { | 446 "swarming": { |
| 450 "can_use_on_swarming_builders": true | 447 "can_use_on_swarming_builders": true |
| 451 }, | 448 }, |
| 452 "test": "net_unittests" | 449 "test": "net_unittests" |
| (...skipping 5303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5756 { | 5753 { |
| 5757 "args": [ | 5754 "args": [ |
| 5758 "--site-per-process", | 5755 "--site-per-process", |
| 5759 "--gtest_filter=-CaptivePortalTabHelperTest.HttpsSubframe*" | 5756 "--gtest_filter=-CaptivePortalTabHelperTest.HttpsSubframe*" |
| 5760 ], | 5757 ], |
| 5761 "test": "unit_tests" | 5758 "test": "unit_tests" |
| 5762 } | 5759 } |
| 5763 ] | 5760 ] |
| 5764 } | 5761 } |
| 5765 } | 5762 } |
| OLD | NEW |