OLD | NEW |
1 { | 1 { |
2 "owners": [ | |
3 "sdefresne", | |
4 "smut" | |
5 ], | |
6 "comments": [ | 2 "comments": [ |
7 "Builder for 32-bit devices.", | 3 "Builder for 32-bit devices.", |
8 "Build is performed with gn+ninja." | 4 "Build is performed with gn+ninja." |
9 ], | 5 ], |
10 "xcode version": "8.0", | 6 "xcode version": "8.0", |
11 "gn_args": [ | 7 "gn_args": [ |
12 "additional_target_cpus=[ \"arm64\" ]", | 8 "additional_target_cpus=[ \"arm64\" ]", |
13 "goma_dir=\"$(goma_dir)\"", | 9 "goma_dir=\"$(goma_dir)\"", |
14 "ios_enable_code_signing=false", | 10 "ios_enable_code_signing=false", |
15 "is_component_build=false", | 11 "is_component_build=false", |
16 "is_debug=true", | 12 "is_debug=false", |
17 "target_cpu=\"arm\"", | 13 "target_cpu=\"arm\"", |
18 "target_os=\"ios\"", | 14 "target_os=\"ios\"", |
19 "use_goma=true", | 15 "use_goma=true", |
20 "use_xcode_clang=true" | 16 "use_xcode_clang=true" |
21 ], | 17 ], |
22 "additional_compile_targets": [ | 18 "additional_compile_targets": [ |
23 "all" | 19 "all" |
24 ], | 20 ], |
25 "compiler": "ninja", | |
26 "configuration": "Release", | 21 "configuration": "Release", |
27 "sdk": "iphoneos10.0", | 22 "sdk": "iphoneos10.0", |
28 "tests": [ | 23 "tests": [ |
29 ] | 24 ] |
30 } | 25 } |
OLD | NEW |