OLD | NEW |
---|---|
1 { | 1 { |
2 "comments": [ | 2 "comments": [ |
3 "Builder for 32-bit devices.", | 3 "Builder for 32-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." | |
7 ], | 4 ], |
8 "xcode version": "8.0", | 5 "xcode version": "8.0", |
9 "gn_args": [ | 6 "gn_args": [ |
7 "goma_dir=\"$(goma_dir)\"", | |
8 "ios_enable_code_signing=false", | |
9 "is_component_build=false", | |
10 "is_debug=true", | 10 "is_debug=true", |
11 "target_cpu=\"arm\"", | 11 "target_cpu=\"arm\"", |
12 "target_os=\"ios\"", | |
12 "use_goma=true" | 13 "use_goma=true" |
ehmaldonado_webrtc
2017/02/15 20:15:36
I think you might be missing "symbol_level=1"
From
kjellander_webrtc
2017/02/15 20:28:27
Good catch. I don't think it matters. Chrome bots
| |
13 ], | 14 ], |
14 "additional_compile_targets": [ "all" ], | 15 "additional_compile_targets": [ "all" ], |
15 "configuration": "Debug", | 16 "configuration": "Debug", |
16 "sdk": "iphoneos10.0", | 17 "sdk": "iphoneos10.0", |
17 "tests": [ | 18 "tests": [ |
18 ] | 19 ] |
19 } | 20 } |
OLD | NEW |