OLD | NEW |
1 { | 1 { |
2 "Android GN": { | 2 "Android GN": { |
3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
4 "all" | 4 "all" |
5 ], | 5 ], |
6 "gtest_tests": [ | 6 "gtest_tests": [ |
7 { | 7 { |
8 "test": "base_unittests" | 8 "test": "base_unittests" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 { | 294 { |
295 "swarming": { | 295 "swarming": { |
296 "can_use_on_swarming_builders": true | 296 "can_use_on_swarming_builders": true |
297 }, | 297 }, |
298 "test": "url_unittests" | 298 "test": "url_unittests" |
299 } | 299 } |
300 ] | 300 ] |
301 }, | 301 }, |
302 "Linux Builder": { | 302 "Linux Builder": { |
303 "additional_compile_targets": [ | 303 "additional_compile_targets": [ |
| 304 "battor_agent", |
304 "blimp", | 305 "blimp", |
305 "mandoline:all", | 306 "mandoline:all", |
306 "mash:all", | 307 "mash:all", |
307 "remoting_all" | 308 "remoting_all" |
308 ] | 309 ] |
309 }, | 310 }, |
310 "Linux Builder (dbg)": { | 311 "Linux Builder (dbg)": { |
311 "additional_compile_targets": [ | 312 "additional_compile_targets": [ |
312 "gn_all" | 313 "gn_all" |
313 ] | 314 ] |
(...skipping 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1419 } | 1420 } |
1420 ], | 1421 ], |
1421 "scripts": [ | 1422 "scripts": [ |
1422 { | 1423 { |
1423 "name": "nacl_integration", | 1424 "name": "nacl_integration", |
1424 "script": "nacl_integration.py" | 1425 "script": "nacl_integration.py" |
1425 } | 1426 } |
1426 ] | 1427 ] |
1427 } | 1428 } |
1428 } | 1429 } |
OLD | NEW |