From cbd3ee3e7793b600059f724b7a30b79b20ec56fd Mon Sep 17 00:00:00 2001 From: kjellander Date: Fri, 2 Jun 2017 00:23:17 -0700 Subject: [PATCH] Remove additional_target_cpus = [ "arm" ] from iOS device build configs The configs committed in https://codereview.webrtc.org/2919783002/ was not passing GN and we're still unable to use trybots to test them due to crbug.com/725910. BUG=chromium:704912 NOTRY=True TBR=smut@google.com Review-Url: https://codereview.webrtc.org/2919693004 Cr-Commit-Position: refs/heads/master@{#18398} --- tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json | 1 - tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json | 1 - 2 files changed, 2 deletions(-) diff --git a/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json b/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json index 8f49da666c..551035ed85 100644 --- a/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json +++ b/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json @@ -5,7 +5,6 @@ "xcode version": "8.0", "gn_args": [ "goma_dir=\"$(goma_dir)\"", - "additional_target_cpus=[\"arm\"]", "is_component_build=false", "is_debug=true", "target_cpu=\"arm64\"", diff --git a/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json b/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json index 6f3d0b781d..d157a2e459 100644 --- a/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json +++ b/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json @@ -5,7 +5,6 @@ "xcode version": "8.0", "gn_args": [ "goma_dir=\"$(goma_dir)\"", - "additional_target_cpus=[\"arm\"]", "is_component_build=false", "is_debug=true", "target_cpu=\"arm64\"",