| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 }, | 99 }, |
| 100 "test": "base_unittests" | 100 "test": "base_unittests" |
| 101 }, | 101 }, |
| 102 { | 102 { |
| 103 "test": "cacheinvalidation_unittests" | 103 "test": "cacheinvalidation_unittests" |
| 104 }, | 104 }, |
| 105 { | 105 { |
| 106 "test": "cast_base_unittests" | 106 "test": "cast_base_unittests" |
| 107 }, | 107 }, |
| 108 { | 108 { |
| 109 "test": "cast_crash_unittests" |
| 110 }, |
| 111 { |
| 109 "test": "cast_media_unittests" | 112 "test": "cast_media_unittests" |
| 110 }, | 113 }, |
| 111 { | 114 { |
| 112 "test": "cast_shell_browser_test" | 115 "test": "cast_shell_browser_test" |
| 113 }, | 116 }, |
| 114 { | 117 { |
| 118 "test": "cast_shell_unittests" |
| 119 }, |
| 120 { |
| 115 "args": [ | 121 "args": [ |
| 116 "--gtest_filter=-OutOfProcessPPAPITest.TrueTypeFont:OutOfProcessPPAPIT
est.BrowserFont" | 122 "--gtest_filter=-OutOfProcessPPAPITest.TrueTypeFont:OutOfProcessPPAPIT
est.BrowserFont" |
| 117 ], | 123 ], |
| 118 "swarming": { | 124 "swarming": { |
| 119 "can_use_on_swarming_builders": true | 125 "can_use_on_swarming_builders": true |
| 120 }, | 126 }, |
| 121 "test": "content_browsertests" | 127 "test": "content_browsertests" |
| 122 }, | 128 }, |
| 123 { | 129 { |
| 124 "swarming": { | 130 "swarming": { |
| (...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1199 } | 1205 } |
| 1200 ], | 1206 ], |
| 1201 "scripts": [ | 1207 "scripts": [ |
| 1202 { | 1208 { |
| 1203 "name": "nacl_integration", | 1209 "name": "nacl_integration", |
| 1204 "script": "nacl_integration.py" | 1210 "script": "nacl_integration.py" |
| 1205 } | 1211 } |
| 1206 ] | 1212 ] |
| 1207 } | 1213 } |
| 1208 } | 1214 } |
| OLD | NEW |