| OLD | NEW |
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "blimp", | 4 "blimp", |
| 5 "blimp_tests", |
| 5 "chrome_public_apk", | 6 "chrome_public_apk", |
| 6 "chrome_public_test_apk", | 7 "chrome_public_test_apk", |
| 7 "content_shell_apk", | 8 "content_shell_apk", |
| 8 "mandoline:all" | 9 "mandoline:all" |
| 9 ], | 10 ], |
| 10 "gtest_tests": [ | 11 "gtest_tests": [ |
| 11 { | 12 { |
| 12 "test": "html_viewer_unittests" | 13 "test": "html_viewer_unittests" |
| 13 }, | 14 }, |
| 14 { | 15 { |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 "test": "resource_provider_unittests" | 67 "test": "resource_provider_unittests" |
| 67 }, | 68 }, |
| 68 { | 69 { |
| 69 "test": "view_manager_unittests" | 70 "test": "view_manager_unittests" |
| 70 } | 71 } |
| 71 ] | 72 ] |
| 72 }, | 73 }, |
| 73 "Android GN (dbg)": { | 74 "Android GN (dbg)": { |
| 74 "additional_compile_targets": [ | 75 "additional_compile_targets": [ |
| 75 "blimp", | 76 "blimp", |
| 77 "blimp_tests", |
| 76 "chrome_public_apk", | 78 "chrome_public_apk", |
| 77 "chrome_public_test_apk", | 79 "chrome_public_test_apk", |
| 78 "content_shell_apk", | 80 "content_shell_apk", |
| 79 "content_shell_test_apk", | 81 "content_shell_test_apk", |
| 80 "mandoline:all" | 82 "mandoline:all" |
| 81 ] | 83 ] |
| 82 }, | 84 }, |
| 83 "Android Tests": { | 85 "Android Tests": { |
| 84 "scripts": [ | 86 "scripts": [ |
| 85 { | 87 { |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 "swarming": { | 236 "swarming": { |
| 235 "can_use_on_swarming_builders": true | 237 "can_use_on_swarming_builders": true |
| 236 }, | 238 }, |
| 237 "test": "url_unittests" | 239 "test": "url_unittests" |
| 238 } | 240 } |
| 239 ] | 241 ] |
| 240 }, | 242 }, |
| 241 "Linux GN": { | 243 "Linux GN": { |
| 242 "additional_compile_targets": [ | 244 "additional_compile_targets": [ |
| 243 "blimp", | 245 "blimp", |
| 246 "blimp_tests", |
| 244 "mandoline:all" | 247 "mandoline:all" |
| 245 ], | 248 ], |
| 246 "gtest_tests": [ | 249 "gtest_tests": [ |
| 247 { | 250 { |
| 248 "swarming": { | 251 "swarming": { |
| 249 "can_use_on_swarming_builders": true | 252 "can_use_on_swarming_builders": true |
| 250 }, | 253 }, |
| 251 "test": "accessibility_unittests" | 254 "test": "accessibility_unittests" |
| 252 }, | 255 }, |
| 253 { | 256 { |
| (...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 "script": "mojo_apptests.py" | 601 "script": "mojo_apptests.py" |
| 599 } | 602 } |
| 600 ] | 603 ] |
| 601 }, | 604 }, |
| 602 "Linux GN (dbg)": { | 605 "Linux GN (dbg)": { |
| 603 "additional_compile_targets": [ | 606 "additional_compile_targets": [ |
| 604 "accessibility_unittests", | 607 "accessibility_unittests", |
| 605 "app_list_unittests", | 608 "app_list_unittests", |
| 606 "aura_unittests", | 609 "aura_unittests", |
| 607 "blimp", | 610 "blimp", |
| 611 "blimp_tests", |
| 608 "browser_tests", | 612 "browser_tests", |
| 609 "cacheinvalidation_unittests", | 613 "cacheinvalidation_unittests", |
| 610 "cast_unittests", | 614 "cast_unittests", |
| 611 "cc_unittests", | 615 "cc_unittests", |
| 612 "chromedriver_unittests", | 616 "chromedriver_unittests", |
| 613 "components_browsertests", | 617 "components_browsertests", |
| 614 "components_unittests", | 618 "components_unittests", |
| 615 "content_browsertests", | 619 "content_browsertests", |
| 616 "content_unittests", | 620 "content_unittests", |
| 617 "crypto_unittests", | 621 "crypto_unittests", |
| (...skipping 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1711 } | 1715 } |
| 1712 ], | 1716 ], |
| 1713 "scripts": [ | 1717 "scripts": [ |
| 1714 { | 1718 { |
| 1715 "name": "nacl_integration", | 1719 "name": "nacl_integration", |
| 1716 "script": "nacl_integration.py" | 1720 "script": "nacl_integration.py" |
| 1717 } | 1721 } |
| 1718 ] | 1722 ] |
| 1719 } | 1723 } |
| 1720 } | 1724 } |
| OLD | NEW |