From a99a3ae72a3287c27914113e206073c81018ef0e Mon Sep 17 00:00:00 2001 From: Jeremy Leconte Date: Tue, 18 Feb 2025 08:02:01 +0100 Subject: [PATCH] Try to fix iOS simulator. The failure was introduced with https://webrtc-review.googlesource.com/c/src/+/376060. Bug: b/396118151 Change-Id: I35444618ce526e0d0c87b28e777fb5766cf7e816 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377540 Auto-Submit: Jeremy Leconte Commit-Queue: Jeremy Leconte Reviewed-by: Mirko Bonadei Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/main@{#43910} --- modules/BUILD.gn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/BUILD.gn b/modules/BUILD.gn index d2be5c5b27..76fcf085f2 100644 --- a/modules/BUILD.gn +++ b/modules/BUILD.gn @@ -163,7 +163,6 @@ if (rtc_include_tests && !build_with_chromium) { "../resources/near88_stereo.pcm", "../resources/near8_stereo.pcm", "../resources/near96_stereo.pcm", - "../resources/photo_1850_1110.yuv", "../resources/ref03.aecdump", "../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_AST.bin", "../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_TOF.bin", @@ -200,7 +199,7 @@ if (rtc_include_tests && !build_with_chromium) { bundle_data("modules_unittests_bundle_data") { testonly = true sources = modules_unittests_resources - outputs = [ "{{bundle_resources_dir}}/{{source_root_relative_dir}}/{{source_file_part}}" ] + outputs = [ "{{bundle_resources_dir}}/{{source_file_part}}" ] } }