OLD | NEW |
1 { | 1 { |
2 "Android GN": { | 2 "Android GN": { |
3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
4 "all" | 4 "all" |
5 ], | 5 ], |
6 "gtest_tests": [ | 6 "gtest_tests": [ |
7 { | 7 { |
8 "test": "android_webview_unittests" | 8 "test": "android_webview_unittests" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
928 { | 928 { |
929 "swarming": { | 929 "swarming": { |
930 "can_use_on_swarming_builders": true | 930 "can_use_on_swarming_builders": true |
931 }, | 931 }, |
932 "test": "url_unittests" | 932 "test": "url_unittests" |
933 }, | 933 }, |
934 { | 934 { |
935 "swarming": { | 935 "swarming": { |
936 "can_use_on_swarming_builders": true | 936 "can_use_on_swarming_builders": true |
937 }, | 937 }, |
| 938 "test": "views_mus_unittests" |
| 939 }, |
| 940 { |
| 941 "swarming": { |
| 942 "can_use_on_swarming_builders": true |
| 943 }, |
938 "test": "views_unittests" | 944 "test": "views_unittests" |
939 }, | 945 }, |
940 { | 946 { |
941 "swarming": { | 947 "swarming": { |
942 "can_use_on_swarming_builders": true | 948 "can_use_on_swarming_builders": true |
943 }, | 949 }, |
944 "test": "wm_unittests" | 950 "test": "wm_unittests" |
945 } | 951 } |
946 ], | 952 ], |
947 "isolated_scripts": [ | 953 "isolated_scripts": [ |
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1721 } | 1727 } |
1722 ], | 1728 ], |
1723 "scripts": [ | 1729 "scripts": [ |
1724 { | 1730 { |
1725 "name": "nacl_integration", | 1731 "name": "nacl_integration", |
1726 "script": "nacl_integration.py" | 1732 "script": "nacl_integration.py" |
1727 } | 1733 } |
1728 ] | 1734 ] |
1729 } | 1735 } |
1730 } | 1736 } |
OLD | NEW |