| OLD | NEW |
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "chrome_public_apk", | 4 "chrome_public_apk", |
| 5 "chrome_public_test_apk", | 5 "chrome_public_test_apk", |
| 6 "chrome_shell_apk", | 6 "chrome_shell_apk", |
| 7 "chrome_shell_test_apk", | 7 "chrome_shell_test_apk", |
| 8 "content_shell_apk", | 8 "content_shell_apk", |
| 9 "mandoline:all" | 9 "mandoline:all" |
| 10 ], | 10 ], |
| (...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 { | 552 { |
| 553 "swarming": { | 553 "swarming": { |
| 554 "can_use_on_swarming_builders": true | 554 "can_use_on_swarming_builders": true |
| 555 }, | 555 }, |
| 556 "test": "gfx_unittests" | 556 "test": "gfx_unittests" |
| 557 }, | 557 }, |
| 558 { | 558 { |
| 559 "test": "gl_unittests" | 559 "test": "gl_unittests" |
| 560 }, | 560 }, |
| 561 { | 561 { |
| 562 "swarming": { |
| 563 "can_use_on_swarming_builders": true |
| 564 }, |
| 562 "test": "gn_unittests" | 565 "test": "gn_unittests" |
| 563 }, | 566 }, |
| 564 { | 567 { |
| 565 "test": "google_apis_unittests" | 568 "test": "google_apis_unittests" |
| 566 }, | 569 }, |
| 567 { | 570 { |
| 568 "swarming": { | 571 "swarming": { |
| 569 "can_use_on_swarming_builders": true | 572 "can_use_on_swarming_builders": true |
| 570 }, | 573 }, |
| 571 "test": "gpu_unittests" | 574 "test": "gpu_unittests" |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 814 { | 817 { |
| 815 "swarming": { | 818 "swarming": { |
| 816 "can_use_on_swarming_builders": true | 819 "can_use_on_swarming_builders": true |
| 817 }, | 820 }, |
| 818 "test": "gfx_unittests" | 821 "test": "gfx_unittests" |
| 819 }, | 822 }, |
| 820 { | 823 { |
| 821 "test": "gl_unittests" | 824 "test": "gl_unittests" |
| 822 }, | 825 }, |
| 823 { | 826 { |
| 827 "swarming": { |
| 828 "can_use_on_swarming_builders": true |
| 829 }, |
| 824 "test": "gn_unittests" | 830 "test": "gn_unittests" |
| 825 }, | 831 }, |
| 826 { | 832 { |
| 827 "test": "google_apis_unittests" | 833 "test": "google_apis_unittests" |
| 828 }, | 834 }, |
| 829 { | 835 { |
| 830 "swarming": { | 836 "swarming": { |
| 831 "can_use_on_swarming_builders": true | 837 "can_use_on_swarming_builders": true |
| 832 }, | 838 }, |
| 833 "test": "gpu_unittests" | 839 "test": "gpu_unittests" |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1068 { | 1074 { |
| 1069 "swarming": { | 1075 "swarming": { |
| 1070 "can_use_on_swarming_builders": true | 1076 "can_use_on_swarming_builders": true |
| 1071 }, | 1077 }, |
| 1072 "test": "gfx_unittests" | 1078 "test": "gfx_unittests" |
| 1073 }, | 1079 }, |
| 1074 { | 1080 { |
| 1075 "test": "gl_unittests" | 1081 "test": "gl_unittests" |
| 1076 }, | 1082 }, |
| 1077 { | 1083 { |
| 1084 "swarming": { |
| 1085 "can_use_on_swarming_builders": true |
| 1086 }, |
| 1078 "test": "gn_unittests" | 1087 "test": "gn_unittests" |
| 1079 }, | 1088 }, |
| 1080 { | 1089 { |
| 1081 "test": "google_apis_unittests" | 1090 "test": "google_apis_unittests" |
| 1082 }, | 1091 }, |
| 1083 { | 1092 { |
| 1084 "swarming": { | 1093 "swarming": { |
| 1085 "can_use_on_swarming_builders": true | 1094 "can_use_on_swarming_builders": true |
| 1086 }, | 1095 }, |
| 1087 "test": "gpu_unittests" | 1096 "test": "gpu_unittests" |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1196 } | 1205 } |
| 1197 ], | 1206 ], |
| 1198 "scripts": [ | 1207 "scripts": [ |
| 1199 { | 1208 { |
| 1200 "name": "nacl_integration", | 1209 "name": "nacl_integration", |
| 1201 "script": "nacl_integration.py" | 1210 "script": "nacl_integration.py" |
| 1202 } | 1211 } |
| 1203 ] | 1212 ] |
| 1204 } | 1213 } |
| 1205 } | 1214 } |
| OLD | NEW |