OLD | NEW |
1 { | 1 { |
2 "owners": [ | 2 "owners": [ |
3 "kjellander" | 3 "kjellander" |
4 ], | 4 ], |
5 "comments": [ | 5 "comments": [ |
6 "GN + Ninja builder.", | 6 "GN + Ninja builder.", |
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": "7.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=arm64" | 16 "target_arch=arm64", |
| 17 "include_examples=0", |
| 18 "include_tests=0", |
| 19 "include_ilbc=0", |
| 20 "build_expat=0", |
| 21 "build_json=0", |
| 22 "build_libevent=0", |
| 23 "build_libjpeg=0", |
| 24 "build_libsrtp=0", |
| 25 "build_libvpx=0", |
| 26 "build_libyuv=0", |
| 27 "build_openmax_dl=0", |
| 28 "build_opus=0", |
| 29 "build_protobuf=0", |
| 30 "build_ssl=0", |
| 31 "build_usrsctp=0", |
| 32 "enable_video=0", |
| 33 "linux_use_bundled_binutils=0", |
| 34 "rtc_use_openmax_dl=1", |
| 35 "use_openssl=1", |
| 36 "use_x11=0", |
| 37 "use_gtk=0" |
17 ], | 38 ], |
18 "gn_args": [ | 39 "gn_args": [ |
19 "is_debug=false", | 40 "is_debug=false", |
20 "target_os=\"ios\"", | 41 "target_os=\"ios\"", |
21 "ios_enable_code_signing=false", | 42 "ios_enable_code_signing=false", |
22 "is_component_build=false", | 43 "is_component_build=false", |
23 "use_goma=true", | 44 "use_goma=true", |
24 "goma_dir=\"$(goma_dir)\"", | 45 "goma_dir=\"$(goma_dir)\"", |
25 "target_cpu=\"arm64\"" | 46 "target_cpu=\"arm64\"" |
26 ], | 47 ], |
27 "mb_type": "gyp", | 48 "mb_type": "gyp", |
28 "use_analyze": false, | 49 "use_analyze": false, |
29 "compiler": "ninja", | 50 "compiler": "ninja", |
30 "additional_compile_targets": [ "all" ], | 51 "additional_compile_targets": [ "all" ], |
31 "configuration": "Release", | 52 "configuration": "Release", |
32 "sdk": "iphoneos9.0", | 53 "sdk": "iphoneos9.0", |
33 "tests": [ | 54 "tests": [ |
34 ] | 55 ] |
35 } | 56 } |
OLD | NEW |