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