| OLD | NEW |
| 1 { | 1 { |
| 2 "owners": [ | 2 "owners": [ |
| 3 "yyanagisawa" | 3 "yyanagisawa" |
| 4 ], | 4 ], |
| 5 "comments": [ | 5 "comments": [ |
| 6 "Goma canary builder for iOS." | 6 "Goma canary builder for iOS." |
| 7 ], | 7 ], |
| 8 "xcode version": "8.0", | 8 "xcode version": "8.0", |
| 9 "gn_args": [ | 9 "gn_args": [ |
| 10 "goma_dir=\"$(goma_dir)\"", | 10 "goma_dir=\"$(goma_dir)\"", |
| 11 "ios_enable_code_signing=false", | 11 "ios_enable_code_signing=false", |
| 12 "is_component_build=false", | 12 "is_component_build=false", |
| 13 "target_cpu=\"arm\"", | 13 "target_cpu=\"arm\"", |
| 14 "target_os=\"ios\"", | 14 "target_os=\"ios\"", |
| 15 "use_goma=true" | 15 "use_goma=true" |
| 16 ], | 16 ], |
| 17 "additional_compile_targets": [ |
| 18 "ios:all" |
| 19 ], |
| 17 "use_goma_canary": true, | 20 "use_goma_canary": true, |
| 18 "compiler": "ninja", | 21 "compiler": "ninja", |
| 19 "configuration": "Release", | 22 "configuration": "Release", |
| 20 "sdk": "iphoneos10.0", | 23 "sdk": "iphoneos10.0", |
| 21 "tests": [ | 24 "tests": [ |
| 22 ] | 25 ] |
| 23 } | 26 } |
| OLD | NEW |