| OLD | NEW |
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "blimp", | 4 "blimp", |
| 5 "chrome_public_apk", | 5 "chrome_public_apk", |
| 6 "chrome_public_test_apk", | 6 "chrome_public_test_apk", |
| 7 "content_shell_apk", | 7 "content_shell_apk", |
| 8 "mandoline:all" | 8 "mandoline:all" |
| 9 ], | 9 ], |
| 10 "gtest_tests": [ | 10 "gtest_tests": [ |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 }, | 61 }, |
| 62 { | 62 { |
| 63 "test": "mojo_view_manager_lib_unittests" | 63 "test": "mojo_view_manager_lib_unittests" |
| 64 }, | 64 }, |
| 65 { | 65 { |
| 66 "test": "resource_provider_unittests" | 66 "test": "resource_provider_unittests" |
| 67 }, | 67 }, |
| 68 { | 68 { |
| 69 "test": "view_manager_unittests" | 69 "test": "view_manager_unittests" |
| 70 } | 70 } |
| 71 ], | |
| 72 "scripts": [ | |
| 73 { | |
| 74 "name": "gn_check", | |
| 75 "script": "gn_check.py" | |
| 76 } | |
| 77 ] | 71 ] |
| 78 }, | 72 }, |
| 79 "Android GN (dbg)": { | 73 "Android GN (dbg)": { |
| 80 "additional_compile_targets": [ | 74 "additional_compile_targets": [ |
| 81 "blimp", | 75 "blimp", |
| 82 "chrome_public_apk", | 76 "chrome_public_apk", |
| 83 "chrome_public_test_apk", | 77 "chrome_public_test_apk", |
| 84 "content_shell_apk", | 78 "content_shell_apk", |
| 85 "content_shell_test_apk", | 79 "content_shell_test_apk", |
| 86 "mandoline:all" | 80 "mandoline:all" |
| (...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 571 }, | 565 }, |
| 572 { | 566 { |
| 573 "swarming": { | 567 "swarming": { |
| 574 "can_use_on_swarming_builders": true | 568 "can_use_on_swarming_builders": true |
| 575 }, | 569 }, |
| 576 "test": "wm_unittests" | 570 "test": "wm_unittests" |
| 577 } | 571 } |
| 578 ], | 572 ], |
| 579 "scripts": [ | 573 "scripts": [ |
| 580 { | 574 { |
| 581 "name": "gn_check", | |
| 582 "script": "gn_check.py" | |
| 583 }, | |
| 584 { | |
| 585 "args": [ | 575 "args": [ |
| 586 "chrome" | 576 "chrome" |
| 587 ], | 577 ], |
| 588 "name": "gyp_flag_compare", | 578 "name": "gyp_flag_compare", |
| 589 "script": "gyp_flag_compare.py" | 579 "script": "gyp_flag_compare.py" |
| 590 }, | 580 }, |
| 591 { | 581 { |
| 592 "name": "mojo_apptests", | 582 "name": "mojo_apptests", |
| 593 "script": "mojo_apptests.py" | 583 "script": "mojo_apptests.py" |
| 594 } | 584 } |
| (...skipping 1064 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1659 } | 1649 } |
| 1660 ], | 1650 ], |
| 1661 "scripts": [ | 1651 "scripts": [ |
| 1662 { | 1652 { |
| 1663 "name": "nacl_integration", | 1653 "name": "nacl_integration", |
| 1664 "script": "nacl_integration.py" | 1654 "script": "nacl_integration.py" |
| 1665 } | 1655 } |
| 1666 ] | 1656 ] |
| 1667 } | 1657 } |
| 1668 } | 1658 } |
| OLD | NEW |