| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 { | 108 { |
| 109 "test": "cast_media_unittests" | 109 "test": "cast_media_unittests" |
| 110 }, | 110 }, |
| 111 { | 111 { |
| 112 "test": "cast_shell_browser_test" | 112 "test": "cast_shell_browser_test" |
| 113 }, | 113 }, |
| 114 { | 114 { |
| 115 "args": [ | 115 "args": [ |
| 116 "--gtest_filter=-OutOfProcessPPAPITest.TrueTypeFont:OutOfProcessPPAPIT
est.BrowserFont" | 116 "--gtest_filter=-OutOfProcessPPAPITest.TrueTypeFont:OutOfProcessPPAPIT
est.BrowserFont" |
| 117 ], | 117 ], |
| 118 "swarming": { |
| 119 "can_use_on_swarming_builders": true |
| 120 }, |
| 118 "test": "content_browsertests" | 121 "test": "content_browsertests" |
| 119 }, | 122 }, |
| 120 { | 123 { |
| 121 "swarming": { | 124 "swarming": { |
| 122 "can_use_on_swarming_builders": true | 125 "can_use_on_swarming_builders": true |
| 123 }, | 126 }, |
| 124 "test": "content_unittests" | 127 "test": "content_unittests" |
| 125 }, | 128 }, |
| 126 { | 129 { |
| 127 "swarming": { | 130 "swarming": { |
| (...skipping 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1187 } | 1190 } |
| 1188 ], | 1191 ], |
| 1189 "scripts": [ | 1192 "scripts": [ |
| 1190 { | 1193 { |
| 1191 "name": "nacl_integration", | 1194 "name": "nacl_integration", |
| 1192 "script": "nacl_integration.py" | 1195 "script": "nacl_integration.py" |
| 1193 } | 1196 } |
| 1194 ] | 1197 ] |
| 1195 } | 1198 } |
| 1196 } | 1199 } |
| OLD | NEW |