From 40a355a42d4a9444dc753c04c6608dade2f06a23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:27 +0200 Subject: Adding upstream version 125.0.1. Signed-off-by: Daniel Baumann --- third_party/libwebrtc/infra/specs/variants.pyl | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'third_party/libwebrtc/infra/specs/variants.pyl') diff --git a/third_party/libwebrtc/infra/specs/variants.pyl b/third_party/libwebrtc/infra/specs/variants.pyl index cf050c671e..e764f698e3 100644 --- a/third_party/libwebrtc/infra/specs/variants.pyl +++ b/third_party/libwebrtc/infra/specs/variants.pyl @@ -15,10 +15,7 @@ '14.5', ], 'identifier': 'iPhone X 14.5', - 'mixins': [ - 'xcode_13_main', - 'ios_runtime_cache_14_5', - ], + 'mixins': ['xcode_13_main', 'ios_runtime_cache_14_5'], }, 'SIM_IPHONE_X_15_5': { 'args': [ @@ -28,10 +25,7 @@ '15.5', ], 'identifier': 'iPhone X 15.5', - 'mixins': [ - 'xcode_14_main', - 'ios_runtime_cache_15_5', - ], + 'mixins': ['xcode_14_main', 'ios_runtime_cache_15_5'], }, 'SIM_IPHONE_X_16_2': { 'args': [ @@ -41,9 +35,6 @@ '16.2', ], 'identifier': 'iPhone X 16.2', - 'mixins': [ - 'xcode_14_main', - 'ios_runtime_cache_16_2', - ], + 'mixins': ['xcode_14_main', 'ios_runtime_cache_16_2'], }, } -- cgit v1.2.3