| Index: webrtc/build/ios/tryserver.webrtc/ios64_sim_dbg.json
|
| diff --git a/webrtc/build/ios/tryserver.webrtc/ios64_sim_dbg.json b/webrtc/build/ios/tryserver.webrtc/ios64_sim_dbg.json
|
| index 689c4d3433f831303037aca20630646b4e867dae..4952f0a57a637ba0723c28a21b6d6579e3e5fac8 100644
|
| --- a/webrtc/build/ios/tryserver.webrtc/ios64_sim_dbg.json
|
| +++ b/webrtc/build/ios/tryserver.webrtc/ios64_sim_dbg.json
|
| @@ -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"
|
| }
|
| ]
|
| }
|
|
|