| Index: webrtc/build/ios/client.webrtc/iOS64_Simulator_Debug.json
|
| diff --git a/webrtc/build/ios/client.webrtc/iOS64_Simulator_Debug.json b/webrtc/build/ios/client.webrtc/iOS64_Simulator_Debug.json
|
| index 32c36a285a57c2b7667dcc6e6dcf3e242ee2099d..959a9b4e2e10e6251e9e47d100a027d1504c00d8 100644
|
| --- a/webrtc/build/ios/client.webrtc/iOS64_Simulator_Debug.json
|
| +++ b/webrtc/build/ios/client.webrtc/iOS64_Simulator_Debug.json
|
| @@ -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"
|
| }
|
| ]
|
| }
|
|
|