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