OLD | NEW |
1 { | 1 { |
2 "owners": [ | 2 "owners": [ |
3 "kjellander" | 3 "kjellander" |
4 ], | 4 ], |
5 "comments": [ | 5 "comments": [ |
6 "Builder for 32-bit devices.", | 6 "Builder for 32-bit devices.", |
7 "GYP_DEFINES and gn_args in this file are only used during runhooks; ", | 7 "GYP_DEFINES and gn_args in this file are only used during runhooks; ", |
8 "webrtc/build/mb_config.pyl decides the generated projects that are compiled
." | 8 "webrtc/build/mb_config.pyl decides the generated projects that are compiled
." |
9 ], | 9 ], |
10 "xcode version": "7.0", | 10 "xcode version": "8.0", |
11 "GYP_DEFINES": [ | 11 "GYP_DEFINES": [ |
12 "use_goma=1", | 12 "use_goma=1", |
13 "gomadir=$(goma_dir)", | 13 "gomadir=$(goma_dir)", |
14 "chromium_ios_signing=0", | 14 "chromium_ios_signing=0", |
15 "component=static_library", | 15 "component=static_library", |
16 "target_arch=arm" | 16 "target_arch=arm" |
17 ], | 17 ], |
18 "gn_args": [ | 18 "gn_args": [ |
19 "is_debug=false", | 19 "is_debug=false", |
20 "target_os=\"ios\"", | 20 "target_os=\"ios\"", |
21 "ios_enable_code_signing=false", | 21 "ios_enable_code_signing=false", |
22 "is_component_build=false", | 22 "is_component_build=false", |
23 "use_goma=true", | 23 "use_goma=true", |
24 "goma_dir=\"$(goma_dir)\"", | 24 "goma_dir=\"$(goma_dir)\"", |
25 "target_cpu=\"arm\"" | 25 "target_cpu=\"arm\"" |
26 ], | 26 ], |
27 "use_analyze": false, | 27 "use_analyze": false, |
28 "mb_type": "gn", | 28 "mb_type": "gn", |
29 "compiler": "ninja", | 29 "compiler": "ninja", |
30 "additional_compile_targets": [ "all" ], | 30 "additional_compile_targets": [ "all" ], |
31 "configuration": "Release", | 31 "configuration": "Release", |
32 "sdk": "iphoneos9.0", | 32 "sdk": "iphoneos9.0", |
33 "tests": [ | 33 "tests": [ |
34 ] | 34 ] |
35 } | 35 } |
OLD | NEW |