OLD | NEW |
1 { | 1 { |
2 "comments": [ | 2 "comments": [ |
3 "Tests for 32-bit iOS simulators." | 3 "Tests for 32-bit iOS simulators." |
4 ], | 4 ], |
5 "xcode version": "8.0", | 5 "xcode version": "8.0", |
6 "gn_args": [ | 6 "gn_args": [ |
7 "goma_dir=\"$(goma_dir)\"", | 7 "goma_dir=\"$(goma_dir)\"", |
8 "is_component_build=false", | 8 "is_component_build=false", |
9 "is_debug=true", | 9 "is_debug=true", |
10 "target_cpu=\"x86\"", | 10 "target_cpu=\"x86\"", |
11 "target_os=\"ios\"", | 11 "target_os=\"ios\"", |
12 "use_goma=true" | 12 "use_goma=true" |
13 ], | 13 ], |
14 "additional_compile_targets": [ "all" ], | 14 "additional_compile_targets": [ "all" ], |
15 "configuration": "Debug", | 15 "configuration": "Debug", |
16 "sdk": "iphonesimulator9.0", | 16 "sdk": "iphonesimulator9.0", |
17 "tests": [ | 17 "tests": [ |
18 { | 18 { |
19 "include": "common_tests.json", | 19 "include": "common_tests.json", |
20 "device type": "iPhone 5", | 20 "device type": "iPhone 5", |
21 "os": "9.0" | 21 "os": "9.0" |
22 } | 22 } |
23 ] | 23 ] |
24 } | 24 } |
OLD | NEW |