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