iOS: Cleanup buildbot JSON files + bump iOS version to 10.0

After https://chromium-review.googlesource.com/c/412190/
we can remove all the GYP variables. The GN args are also not used
during runhooks (only GYP_DEFINES had any effect), so they're also
removed to avoid confusion. Only use_goma=True was left since
the ios recipe module uses it to decide if Goma shall be started
on the bots.

Delete unused GN/GYP-specific JSON files for bots that are now removed.

Finally, bump iOS version 10.0 and change simulator phones to
iPhone 6s to match what Chromium uses (may help solving bugs.webrtc.org/4752)

BUG=webrtc:4752, webrtc:6323
NOTRY=True

Review-Url: https://codereview.webrtc.org/2507063008
Cr-Commit-Position: refs/heads/master@{#15160}
This commit is contained in:
kjellander 2016-11-21 00:41:30 -08:00 committed by Commit bot
parent 3898944d32
commit f880285af2
20 changed files with 72 additions and 588 deletions

View File

@ -4,31 +4,18 @@
],
"comments": [
"Builder for 32-bit devices.",
"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."
"gn_args in this file is only read by the buildbot recipe; ",
"webrtc/build/mb_config.pyl contains the actual build configuration.",
"TODO(kjellander): remove gn_args when the recipe is updated."
],
"xcode version": "8.0",
"GYP_DEFINES": [
"use_goma=1",
"gomadir=$(goma_dir)",
"chromium_ios_signing=0",
"component=static_library",
"target_arch=arm"
],
"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=\"arm\""
"use_goma=true"
],
"mb_type": "gn",
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphoneos9.0",
"sdk": "iphoneos10.0",
"tests": [
]
}

View File

@ -4,31 +4,18 @@
],
"comments": [
"Builder for 32-bit devices.",
"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."
"gn_args in this file is only read by the buildbot recipe; ",
"webrtc/build/mb_config.pyl contains the actual build configuration.",
"TODO(kjellander): remove gn_args when the recipe is updated."
],
"xcode version": "8.0",
"GYP_DEFINES": [
"use_goma=1",
"gomadir=$(goma_dir)",
"chromium_ios_signing=0",
"component=static_library",
"target_arch=arm"
],
"gn_args": [
"is_debug=false",
"target_os=\"ios\"",
"ios_enable_code_signing=false",
"is_component_build=false",
"use_goma=true",
"goma_dir=\"$(goma_dir)\"",
"target_cpu=\"arm\""
"use_goma=true"
],
"mb_type": "gn",
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Release",
"sdk": "iphoneos9.0",
"sdk": "iphoneos10.0",
"tests": [
]
}

View File

@ -3,37 +3,24 @@
"kjellander"
],
"comments": [
"Tests for 32-bit iOS 9.0 simulators.",
"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."
"Tests for 32-bit iOS simulators.",
"gn_args in this file is only read by the buildbot recipe; ",
"webrtc/build/mb_config.pyl contains the actual build configuration.",
"TODO(kjellander): remove gn_args when the recipe is updated."
],
"xcode version": "8.0",
"GYP_DEFINES": [
"use_goma=1",
"gomadir=$(goma_dir)",
"chromium_ios_signing=0",
"component=static_library",
"target_arch=ia32"
],
"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=\"x86\""
"use_goma=true"
],
"mb_type": "gn",
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphonesimulator9.0",
"sdk": "iphonesimulator10.0",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 5s",
"os": "9.0"
"device type": "iPhone 6s",
"os": "10.0"
}
]
}

View File

@ -4,31 +4,18 @@
],
"comments": [
"Builder for 64-bit devices.",
"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."
"gn_args in this file is only read by the buildbot recipe; ",
"webrtc/build/mb_config.pyl contains the actual build configuration.",
"TODO(kjellander): remove gn_args when the recipe is updated."
],
"xcode version": "8.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\""
"use_goma=true"
],
"mb_type": "gn",
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphoneos9.0",
"sdk": "iphoneos10.0",
"tests": [
]
}

View File

@ -1,34 +0,0 @@
{
"owners": [
"kjellander"
],
"comments": [
"Builder for 64-bit devices.",
"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": "8.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",
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphoneos9.0",
"tests": [
]
}

View File

@ -1,55 +0,0 @@
{
"owners": [
"kjellander"
],
"comments": [
"Builder for 64-bit devices.",
"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": "8.0",
"GYP_DEFINES": [
"use_goma=1",
"gomadir=$(goma_dir)",
"chromium_ios_signing=0",
"component=static_library",
"target_arch=arm64",
"include_examples=0",
"include_tests=0",
"include_ilbc=0",
"build_expat=0",
"build_json=0",
"build_libevent=0",
"build_libjpeg=0",
"build_libsrtp=0",
"build_libvpx=0",
"build_libyuv=0",
"build_openmax_dl=0",
"build_opus=0",
"build_protobuf=0",
"build_ssl=0",
"build_usrsctp=0",
"enable_video=0",
"linux_use_bundled_binutils=0",
"rtc_use_openmax_dl=1",
"use_openssl=1",
"use_x11=0",
"use_gtk=0"
],
"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",
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphoneos9.0",
"tests": [
]
}

View File

@ -4,31 +4,18 @@
],
"comments": [
"Builder for 64-bit devices.",
"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."
"gn_args in this file is only read by the buildbot recipe; ",
"webrtc/build/mb_config.pyl contains the actual build configuration.",
"TODO(kjellander): remove gn_args when the recipe is updated."
],
"xcode version": "8.0",
"GYP_DEFINES": [
"use_goma=1",
"gomadir=$(goma_dir)",
"chromium_ios_signing=0",
"component=static_library",
"target_arch=arm64"
],
"gn_args": [
"is_debug=false",
"target_os=\"ios\"",
"ios_enable_code_signing=false",
"is_component_build=false",
"use_goma=true",
"goma_dir=\"$(goma_dir)\"",
"target_cpu=\"arm64\""
"use_goma=true"
],
"mb_type": "gn",
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Release",
"sdk": "iphoneos9.0",
"sdk": "iphoneos10.0",
"tests": [
]
}

View File

@ -1,34 +0,0 @@
{
"owners": [
"kjellander"
],
"comments": [
"Builder for 64-bit devices.",
"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": "8.0",
"GYP_DEFINES": [
"use_goma=1",
"gomadir=$(goma_dir)",
"chromium_ios_signing=0",
"component=static_library",
"target_arch=arm64"
],
"gn_args": [
"is_debug=false",
"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",
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Release",
"sdk": "iphoneos9.0",
"tests": [
]
}

View File

@ -1,55 +0,0 @@
{
"owners": [
"kjellander"
],
"comments": [
"Builder for 64-bit devices.",
"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": "8.0",
"GYP_DEFINES": [
"use_goma=1",
"gomadir=$(goma_dir)",
"chromium_ios_signing=0",
"component=static_library",
"target_arch=arm64",
"include_examples=0",
"include_tests=0",
"include_ilbc=0",
"build_expat=0",
"build_json=0",
"build_libevent=0",
"build_libjpeg=0",
"build_libsrtp=0",
"build_libvpx=0",
"build_libyuv=0",
"build_openmax_dl=0",
"build_opus=0",
"build_protobuf=0",
"build_ssl=0",
"build_usrsctp=0",
"enable_video=0",
"linux_use_bundled_binutils=0",
"rtc_use_openmax_dl=1",
"use_openssl=1",
"use_x11=0",
"use_gtk=0"
],
"gn_args": [
"is_debug=false",
"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",
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Release",
"sdk": "iphoneos9.0",
"tests": [
]
}

View File

@ -3,37 +3,24 @@
"kjellander"
],
"comments": [
"Tests for 32-bit iOS 9.0 simulators.",
"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."
"Tests for 32-bit iOS simulators.",
"gn_args in this file is only read by the buildbot recipe; ",
"webrtc/build/mb_config.pyl contains the actual build configuration.",
"TODO(kjellander): remove gn_args when the recipe is updated."
],
"xcode version": "8.0",
"GYP_DEFINES": [
"use_goma=1",
"gomadir=$(goma_dir)",
"chromium_ios_signing=0",
"component=static_library",
"target_arch=x64"
],
"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=\"x64\""
"use_goma=true"
],
"mb_type": "gn",
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphonesimulator9.0",
"sdk": "iphonesimulator10.0",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 5s",
"os": "9.0"
"device type": "iPhone 6s",
"os": "10.0"
}
]
}

View File

@ -3,38 +3,25 @@
"kjellander"
],
"comments": [
"Tests for 32-bit iOS 9.0 simulators.",
"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."
"Tests for 32-bit iOS simulators.",
"gn_args in this file is only read by the buildbot recipe; ",
"webrtc/build/mb_config.pyl contains the actual build configuration.",
"TODO(kjellander): remove gn_args when the recipe is updated."
],
"xcode version": "8.0",
"GYP_DEFINES": [
"use_goma=1",
"gomadir=$(goma_dir)",
"chromium_ios_signing=0",
"component=static_library",
"target_arch=ia32"
],
"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=\"x86\""
"use_goma=true"
],
"mb_type": "gn",
"use_analyze": false,
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphonesimulator9.0",
"sdk": "iphonesimulator10.0",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 5s",
"os": "9.0"
"device type": "iPhone 6s",
"os": "10.0"
}
]
}

View File

@ -1,35 +0,0 @@
{
"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": "8.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": [
]
}

View File

@ -1,35 +0,0 @@
{
"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": "8.0",
"GYP_DEFINES": [
"use_goma=1",
"gomadir=$(goma_dir)",
"chromium_ios_signing=0",
"component=static_library",
"target_arch=arm64"
],
"gn_args": [
"is_debug=false",
"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": "Release",
"sdk": "iphoneos9.0",
"tests": [
]
}

View File

@ -1,56 +0,0 @@
{
"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": "8.0",
"GYP_DEFINES": [
"use_goma=1",
"gomadir=$(goma_dir)",
"chromium_ios_signing=0",
"component=static_library",
"target_arch=arm64",
"include_examples=0",
"include_tests=0",
"include_ilbc=0",
"build_expat=0",
"build_json=0",
"build_libevent=0",
"build_libjpeg=0",
"build_libsrtp=0",
"build_libvpx=0",
"build_libyuv=0",
"build_openmax_dl=0",
"build_opus=0",
"build_protobuf=0",
"build_ssl=0",
"build_usrsctp=0",
"enable_video=0",
"linux_use_bundled_binutils=0",
"rtc_use_openmax_dl=1",
"use_openssl=1",
"use_x11=0",
"use_gtk=0"
],
"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": [
]
}

View File

@ -1,56 +0,0 @@
{
"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": "8.0",
"GYP_DEFINES": [
"use_goma=1",
"gomadir=$(goma_dir)",
"chromium_ios_signing=0",
"component=static_library",
"target_arch=arm64",
"include_examples=0",
"include_tests=0",
"include_ilbc=0",
"build_expat=0",
"build_json=0",
"build_libevent=0",
"build_libjpeg=0",
"build_libsrtp=0",
"build_libvpx=0",
"build_libyuv=0",
"build_openmax_dl=0",
"build_opus=0",
"build_protobuf=0",
"build_ssl=0",
"build_usrsctp=0",
"enable_video=0",
"linux_use_bundled_binutils=0",
"rtc_use_openmax_dl=1",
"use_openssl=1",
"use_x11=0",
"use_gtk=0"
],
"gn_args": [
"is_debug=false",
"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": "Release",
"sdk": "iphoneos9.0",
"tests": [
]
}

View File

@ -3,38 +3,25 @@
"kjellander"
],
"comments": [
"Tests for 64-bit iOS 9.0 simulators.",
"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."
"Tests for 64-bit iOS simulators.",
"gn_args in this file is only read by the buildbot recipe; ",
"webrtc/build/mb_config.pyl contains the actual build configuration.",
"TODO(kjellander): remove gn_args when the recipe is updated."
],
"xcode version": "8.0",
"GYP_DEFINES": [
"use_goma=1",
"gomadir=$(goma_dir)",
"chromium_ios_signing=0",
"component=static_library",
"target_arch=x64"
],
"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=\"x64\""
"use_goma=true"
],
"mb_type": "gn",
"use_analyze": false,
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphonesimulator9.0",
"sdk": "iphonesimulator10.0",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 5s",
"os": "9.0"
"device type": "iPhone 6s",
"os": "10.0"
}
]
}

View File

@ -4,32 +4,19 @@
],
"comments": [
"Builder for 64-bit devices.",
"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."
"gn_args in this file is only read by the buildbot recipe; ",
"webrtc/build/mb_config.pyl contains the actual build configuration.",
"TODO(kjellander): remove gn_args when the recipe is updated."
],
"xcode version": "8.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\""
"use_goma=true"
],
"use_analyze": false,
"mb_type": "gn",
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphoneos9.0",
"sdk": "iphoneos10.0",
"tests": [
]
}

View File

@ -4,32 +4,19 @@
],
"comments": [
"Builder for 64-bit devices.",
"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."
"gn_args in this file is only read by the buildbot recipe; ",
"webrtc/build/mb_config.pyl contains the actual build configuration.",
"TODO(kjellander): remove gn_args when the recipe is updated."
],
"xcode version": "8.0",
"GYP_DEFINES": [
"use_goma=1",
"gomadir=$(goma_dir)",
"chromium_ios_signing=0",
"component=static_library",
"target_arch=arm64"
],
"gn_args": [
"is_debug=false",
"target_os=\"ios\"",
"ios_enable_code_signing=false",
"is_component_build=false",
"use_goma=true",
"goma_dir=\"$(goma_dir)\"",
"target_cpu=\"arm64\""
"use_goma=true"
],
"use_analyze": false,
"mb_type": "gn",
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Release",
"sdk": "iphoneos9.0",
"sdk": "iphoneos10.0",
"tests": [
]
}

View File

@ -4,32 +4,19 @@
],
"comments": [
"Builder for 32-bit devices.",
"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."
"gn_args in this file is only read by the buildbot recipe; ",
"webrtc/build/mb_config.pyl contains the actual build configuration.",
"TODO(kjellander): remove gn_args when the recipe is updated."
],
"xcode version": "8.0",
"GYP_DEFINES": [
"use_goma=1",
"gomadir=$(goma_dir)",
"chromium_ios_signing=0",
"component=static_library",
"target_arch=arm"
],
"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=\"arm\""
"use_goma=true"
],
"use_analyze": false,
"mb_type": "gn",
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphoneos9.0",
"sdk": "iphoneos10.0",
"tests": [
]
}

View File

@ -4,32 +4,19 @@
],
"comments": [
"Builder for 32-bit devices.",
"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."
"gn_args in this file is only read by the buildbot recipe; ",
"webrtc/build/mb_config.pyl contains the actual build configuration.",
"TODO(kjellander): remove gn_args when the recipe is updated."
],
"xcode version": "8.0",
"GYP_DEFINES": [
"use_goma=1",
"gomadir=$(goma_dir)",
"chromium_ios_signing=0",
"component=static_library",
"target_arch=arm"
],
"gn_args": [
"is_debug=false",
"target_os=\"ios\"",
"ios_enable_code_signing=false",
"is_component_build=false",
"use_goma=true",
"goma_dir=\"$(goma_dir)\"",
"target_cpu=\"arm\""
"use_goma=true"
],
"use_analyze": false,
"mb_type": "gn",
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Release",
"sdk": "iphoneos9.0",
"sdk": "iphoneos10.0",
"tests": [
]
}