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