| OLD | NEW |
| 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 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1074 { | 1074 { |
| 1075 "swarming": { | 1075 "swarming": { |
| 1076 "can_use_on_swarming_builders": true | 1076 "can_use_on_swarming_builders": true |
| 1077 }, | 1077 }, |
| 1078 "test": "jingle_unittests" | 1078 "test": "jingle_unittests" |
| 1079 }, | 1079 }, |
| 1080 { | 1080 { |
| 1081 "swarming": { | 1081 "swarming": { |
| 1082 "can_use_on_swarming_builders": true | 1082 "can_use_on_swarming_builders": true |
| 1083 }, | 1083 }, |
| 1084 "test": "libaddressinput_unittests" |
| 1085 }, |
| 1086 { |
| 1087 "swarming": { |
| 1088 "can_use_on_swarming_builders": true |
| 1089 }, |
| 1090 "test": "libphonenumber_unittests" |
| 1091 }, |
| 1092 { |
| 1093 "swarming": { |
| 1094 "can_use_on_swarming_builders": true |
| 1095 }, |
| 1084 "test": "media_blink_unittests" | 1096 "test": "media_blink_unittests" |
| 1085 }, | 1097 }, |
| 1086 { | 1098 { |
| 1087 "swarming": { | 1099 "swarming": { |
| 1088 "can_use_on_swarming_builders": true | 1100 "can_use_on_swarming_builders": true |
| 1089 }, | 1101 }, |
| 1090 "test": "media_unittests" | 1102 "test": "media_unittests" |
| 1091 }, | 1103 }, |
| 1092 { | 1104 { |
| 1093 "swarming": { | 1105 "swarming": { |
| (...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1433 "sync_integration_tests", | 1445 "sync_integration_tests", |
| 1434 "sync_unit_tests", | 1446 "sync_unit_tests", |
| 1435 "ui_base_unittests", | 1447 "ui_base_unittests", |
| 1436 "ui_touch_selection_unittests", | 1448 "ui_touch_selection_unittests", |
| 1437 "url_unittests", | 1449 "url_unittests", |
| 1438 "views_unittests", | 1450 "views_unittests", |
| 1439 "wm_unittests" | 1451 "wm_unittests" |
| 1440 ] | 1452 ] |
| 1441 } | 1453 } |
| 1442 } | 1454 } |
| OLD | NEW |