Change the previous GN configs to build GYP instead (since we'll keep GYP around for a while) but exclude tests and examples for that config, since we'll only support the production code for GYP. Add new configs for upcoming rename of those bots to GYP instead of GN. BUG=webrtc:5949 NOTRY=True TBR=ehmaldonado@webrtc.org Review-Url: https://codereview.webrtc.org/2291443002 Cr-Commit-Position: refs/heads/master@{#13980}
36 lines
822 B
JSON
36 lines
822 B
JSON
{
|
|
"owners": [
|
|
"kjellander"
|
|
],
|
|
"comments": [
|
|
"GN + Ninja builder.",
|
|
"GYP_DEFINES and gn_args in this file are only used during runhooks; ",
|
|
"webrtc/build/mb_config.pyl decides the generated projects that are compiled."
|
|
],
|
|
"xcode version": "7.0",
|
|
"GYP_DEFINES": [
|
|
"use_goma=1",
|
|
"gomadir=$(goma_dir)",
|
|
"chromium_ios_signing=0",
|
|
"component=static_library",
|
|
"target_arch=arm64"
|
|
],
|
|
"gn_args": [
|
|
"is_debug=true",
|
|
"target_os=\"ios\"",
|
|
"ios_enable_code_signing=false",
|
|
"is_component_build=false",
|
|
"use_goma=true",
|
|
"goma_dir=\"$(goma_dir)\"",
|
|
"target_cpu=\"arm64\""
|
|
],
|
|
"mb_type": "gyp",
|
|
"use_analyze": false,
|
|
"compiler": "ninja",
|
|
"additional_compile_targets": [ "all" ],
|
|
"configuration": "Debug",
|
|
"sdk": "iphoneos9.0",
|
|
"tests": [
|
|
]
|
|
}
|