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