From 7a122d637626d942bbc78e33318b904a9ef91a3f Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Tue, 30 Aug 2016 13:10:23 +0200 Subject: [PATCH] Fix resource files for tools_unittests Fixes the incorrect resource file that changed in https://codereview.webrtc.org/2292853002 BUG=webrtc:5949 NOTRY=True TBR=ehmaldonado@webrtc.org Review URL: https://codereview.webrtc.org/2292923002 . Cr-Commit-Position: refs/heads/master@{#13969} --- webrtc/tools/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn index 1a6379ba6a..a79219c3bd 100644 --- a/webrtc/tools/BUILD.gn +++ b/webrtc/tools/BUILD.gn @@ -323,7 +323,7 @@ if (rtc_include_tests) { } if (is_android || is_ios) { - tools_unittests_resources = [ "//resources/foreman_cif_short.yuv" ] + tools_unittests_resources = [ "//resources/foreman_cif.yuv" ] } if (is_ios) {