| OLD | NEW |
| 1 { | 1 { |
| 2 "owners": [ | 2 "owners": [ |
| 3 "hans" | 3 "hans" |
| 4 ], | 4 ], |
| 5 "comments": [ | 5 "comments": [ |
| 6 "Clang tip-of-tree builder for iOS." | 6 "Clang tip-of-tree builder for iOS." |
| 7 ], | 7 ], |
| 8 "xcode version": "8.0", | 8 "xcode version": "8.0", |
| 9 "gn_args": [ | 9 "gn_args": [ |
| 10 "ios_enable_code_signing=false", | 10 "ios_enable_code_signing=false", |
| 11 "is_component_build=false", | 11 "is_component_build=false", |
| 12 "llvm_force_head_revision=true", | 12 "llvm_force_head_revision=true", |
| 13 "target_cpu=\"arm\"", | 13 "target_cpu=\"arm\"", |
| 14 "target_os=\"ios\"" | 14 "target_os=\"ios\"" |
| 15 ], | 15 ], |
| 16 "additional_compile_targets": [ |
| 17 "ios:all" |
| 18 ], |
| 16 "env": { | 19 "env": { |
| 17 "LLVM_FORCE_HEAD_REVISION": "YES" | 20 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 18 }, | 21 }, |
| 19 "compiler": "ninja", | 22 "compiler": "ninja", |
| 20 "configuration": "Release", | 23 "configuration": "Release", |
| 21 "sdk": "iphoneos10.0", | 24 "sdk": "iphoneos10.0", |
| 22 "tests": [ | 25 "tests": [ |
| 23 ] | 26 ] |
| 24 } | 27 } |
| OLD | NEW |