| OLD | NEW |
| 1 { | 1 { |
| 2 "Mac GN": { | 2 "Mac GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "base_unittests" | 4 "all" |
| 5 ] | 5 ] |
| 6 }, | 6 }, |
| 7 "Mac GN (dbg)": { | 7 "Mac GN (dbg)": { |
| 8 "additional_compile_targets": [ | 8 "additional_compile_targets": [ |
| 9 "base_unittests" | 9 "all" |
| 10 ] |
| 11 }, |
| 12 "Mac GYP": { |
| 13 "additional_compile_targets": [ |
| 14 "all" |
| 15 ] |
| 16 }, |
| 17 "Mac GYP (dbg)": { |
| 18 "additional_compile_targets": [ |
| 19 "all" |
| 10 ] | 20 ] |
| 11 }, | 21 }, |
| 12 "Mac10.10 Tests": { | 22 "Mac10.10 Tests": { |
| 13 "gtest_tests": [ | 23 "gtest_tests": [ |
| 14 { | 24 { |
| 15 "swarming": { | 25 "swarming": { |
| 16 "can_use_on_swarming_builders": true | 26 "can_use_on_swarming_builders": true |
| 17 }, | 27 }, |
| 18 "test": "accessibility_unittests" | 28 "test": "accessibility_unittests" |
| 19 }, | 29 }, |
| (...skipping 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1313 } | 1323 } |
| 1314 ], | 1324 ], |
| 1315 "scripts": [ | 1325 "scripts": [ |
| 1316 { | 1326 { |
| 1317 "name": "nacl_integration", | 1327 "name": "nacl_integration", |
| 1318 "script": "nacl_integration.py" | 1328 "script": "nacl_integration.py" |
| 1319 } | 1329 } |
| 1320 ] | 1330 ] |
| 1321 } | 1331 } |
| 1322 } | 1332 } |
| OLD | NEW |