OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "comments": [ | |
3 "Builder for 32-bit devices." | |
4 ], | |
5 "xcode version": "8.0", | |
6 "gn_args": [ | |
7 "goma_dir=\"$(goma_dir)\"", | |
8 "dcheck_always_on=true", | |
9 "ios_enable_code_signing=false", | |
10 "is_component_build=false", | |
11 "is_debug=false", | |
12 "target_cpu=\"arm\"", | |
13 "target_os=\"ios\"", | |
14 "use_goma=true" | |
15 ], | |
16 "use_analyze": false, | |
17 "additional_compile_targets": [ "all" ], | |
18 "configuration": "Release", | |
19 "sdk": "iphoneos10.0", | |
20 "tests": [ | |
21 ] | |
22 } | |
OLD | NEW |