Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(548)

Side by Side Diff: testing/buildbot/chromium.win.json

Issue 2088603002: Implement RenderPass StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add checked_cast Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 { 306 {
307 "swarming": { 307 "swarming": {
308 "can_use_on_swarming_builders": true 308 "can_use_on_swarming_builders": true
309 }, 309 },
310 "test": "mojo_shell_unittests" 310 "test": "mojo_shell_unittests"
311 }, 311 },
312 { 312 {
313 "swarming": { 313 "swarming": {
314 "can_use_on_swarming_builders": true 314 "can_use_on_swarming_builders": true
315 }, 315 },
316 "test": "mojo_surfaces_lib_unittests"
317 },
318 {
319 "swarming": {
320 "can_use_on_swarming_builders": true
321 },
322 "test": "mojo_system_unittests" 316 "test": "mojo_system_unittests"
323 }, 317 },
324 { 318 {
325 "test": "mus_gpu_unittests" 319 "test": "mus_gpu_unittests"
326 }, 320 },
327 { 321 {
328 "swarming": { 322 "swarming": {
329 "can_use_on_swarming_builders": true 323 "can_use_on_swarming_builders": true
330 }, 324 },
331 "test": "mus_public_unittests" 325 "test": "mus_public_unittests"
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after
1257 { 1251 {
1258 "swarming": { 1252 "swarming": {
1259 "can_use_on_swarming_builders": true 1253 "can_use_on_swarming_builders": true
1260 }, 1254 },
1261 "test": "mojo_shell_unittests" 1255 "test": "mojo_shell_unittests"
1262 }, 1256 },
1263 { 1257 {
1264 "swarming": { 1258 "swarming": {
1265 "can_use_on_swarming_builders": true 1259 "can_use_on_swarming_builders": true
1266 }, 1260 },
1267 "test": "mojo_surfaces_lib_unittests"
1268 },
1269 {
1270 "swarming": {
1271 "can_use_on_swarming_builders": true
1272 },
1273 "test": "mojo_system_unittests" 1261 "test": "mojo_system_unittests"
1274 }, 1262 },
1275 { 1263 {
1276 "swarming": { 1264 "swarming": {
1277 "can_use_on_swarming_builders": true 1265 "can_use_on_swarming_builders": true
1278 }, 1266 },
1279 "test": "nacl_loader_unittests" 1267 "test": "nacl_loader_unittests"
1280 }, 1268 },
1281 { 1269 {
1282 "swarming": { 1270 "swarming": {
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
1816 "additional_compile_targets": [ 1804 "additional_compile_targets": [
1817 "base_unittests" 1805 "base_unittests"
1818 ] 1806 ]
1819 }, 1807 },
1820 "Win8 GN (dbg)": { 1808 "Win8 GN (dbg)": {
1821 "additional_compile_targets": [ 1809 "additional_compile_targets": [
1822 "base_unittests" 1810 "base_unittests"
1823 ] 1811 ]
1824 } 1812 }
1825 } 1813 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698