From 50c4821110469315fcd79e3029bfb091dba74cea Mon Sep 17 00:00:00 2001 From: kjellander Date: Fri, 17 Jun 2016 00:39:41 -0700 Subject: [PATCH] Fix missing resource file in webrtc_perf_tests.isolate In https://codereview.webrtc.org/2074043002/ the Chromium test framework for Android started cleaning up resources between runs to prevent old resources file polluting test runs. This surfaced that one file was missing in the webrtc_perf_tests.isolate list. TBR=henrik.lundin@webrtc.org NOTRY=True Review-Url: https://codereview.webrtc.org/2077823002 Cr-Commit-Position: refs/heads/master@{#13180} --- webrtc/webrtc_perf_tests.isolate | 1 + 1 file changed, 1 insertion(+) diff --git a/webrtc/webrtc_perf_tests.isolate b/webrtc/webrtc_perf_tests.isolate index d29aebb8f3..b66054c320 100644 --- a/webrtc/webrtc_perf_tests.isolate +++ b/webrtc/webrtc_perf_tests.isolate @@ -11,6 +11,7 @@ 'variables': { 'files': [ '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm', + '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm', '<(DEPTH)/resources/foreman_cif.yuv', '<(DEPTH)/resources/paris_qcif.yuv', '<(DEPTH)/resources/voice_engine/audio_long16.pcm',