OLD | NEW |
| (Empty) |
1 { | |
2 "owners": [ | |
3 "kjellander" | |
4 ], | |
5 "comments": [ | |
6 "Tests for 32-bit iOS simulators.", | |
7 "gn_args in this file is only read by the buildbot recipe; ", | |
8 "webrtc/build/mb_config.pyl contains the actual build configuration.", | |
9 "TODO(kjellander): remove gn_args when the recipe is updated." | |
10 ], | |
11 "xcode version": "8.0", | |
12 "gn_args": [ | |
13 "use_goma=true" | |
14 ], | |
15 "use_analyze": false, | |
16 "compiler": "ninja", | |
17 "additional_compile_targets": [ "all" ], | |
18 "configuration": "Debug", | |
19 "sdk": "iphonesimulator9.0", | |
20 "tests": [ | |
21 { | |
22 "include": "common_tests.json", | |
23 "device type": "iPhone 5", | |
24 "os": "9.0" | |
25 } | |
26 ] | |
27 } | |
OLD | NEW |