OLD | NEW |
1 { | 1 { |
2 "comments": [ | 2 "comments": [ |
3 "Builder for 64-bit devices." | 3 "Builder for 64-bit devices.", |
| 4 "gn_args in this file is only read by the buildbot recipe; ", |
| 5 "webrtc/build/mb_config.pyl contains the actual build configuration.", |
| 6 "TODO(kjellander): remove gn_args when the recipe is updated." |
4 ], | 7 ], |
5 "xcode version": "8.0", | 8 "xcode version": "8.0", |
6 "gn_args": [ | 9 "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", | 10 "is_debug=false", |
12 "target_cpu=\"arm64\"", | 11 "target_cpu=\"arm64\"", |
13 "target_os=\"ios\"", | |
14 "use_goma=true" | 12 "use_goma=true" |
15 ], | 13 ], |
16 "additional_compile_targets": [ "all" ], | 14 "additional_compile_targets": [ "all" ], |
17 "configuration": "Release", | 15 "configuration": "Release", |
18 "sdk": "iphoneos10.0", | 16 "sdk": "iphoneos10.0", |
19 "tests": [ | 17 "tests": [ |
20 ] | 18 ] |
21 } | 19 } |
OLD | NEW |