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