OLD | NEW |
1 { | 1 { |
2 "owners": [ | |
3 "dpranke", | |
4 "smut" | |
5 ], | |
6 "comments": [ | 2 "comments": [ |
7 "Tests for 64-bit iOS 10.0 simulators.", | 3 "Tests for 64-bit iOS 10.0 simulators.", |
8 "Tests run on iPhone 6s and iPad Air 2, both 64-bit.", | 4 "Tests run on iPhone 6s and iPad Air 2, both 64-bit.", |
9 "Build is performed with gn+ninja." | 5 "Build is performed with gn+ninja." |
10 ], | 6 ], |
11 "xcode version": "8.0", | 7 "xcode version": "8.0", |
12 "gn_args": [ | 8 "gn_args": [ |
13 "additional_target_cpus=[\"x86\"]", | 9 "additional_target_cpus=[\"x86\"]", |
14 "goma_dir=\"$(goma_dir)\"", | 10 "goma_dir=\"$(goma_dir)\"", |
15 "ios_enable_code_signing=false", | 11 "ios_enable_code_signing=false", |
16 "is_component_build=false", | 12 "is_component_build=false", |
17 "is_debug=true", | 13 "is_debug=true", |
18 "target_cpu=\"x64\"", | 14 "target_cpu=\"x64\"", |
19 "target_os=\"ios\"", | 15 "target_os=\"ios\"", |
20 "use_goma=true" | 16 "use_goma=true" |
21 ], | 17 ], |
22 "additional_compile_targets": [ | 18 "additional_compile_targets": [ |
23 "all" | 19 "all" |
24 ], | 20 ], |
25 "compiler": "ninja", | |
26 "configuration": "Debug", | 21 "configuration": "Debug", |
27 "sdk": "iphonesimulator10.0", | 22 "sdk": "iphonesimulator10.0", |
28 "tests": [ | 23 "tests": [ |
29 { | 24 { |
30 "include": "common_tests.json", | 25 "include": "common_tests.json", |
31 "device type": "iPhone 6s", | 26 "device type": "iPhone 6s", |
32 "os": "10.0" | 27 "os": "10.0" |
33 }, | 28 }, |
34 { | 29 { |
35 "include": "common_tests.json", | 30 "include": "common_tests.json", |
36 "device type": "iPad Air 2", | 31 "device type": "iPad Air 2", |
37 "os": "10.0" | 32 "os": "10.0" |
38 } | 33 } |
39 ] | 34 ] |
40 } | 35 } |
OLD | NEW |