Index: webrtc/test/test_support_unittests.isolate |
diff --git a/webrtc/test/test_support_unittests.isolate b/webrtc/test/test_support_unittests.isolate |
index 3fd89d602e18987b7b92b19b1f727982c09b7fb2..32df0395a8b67067ada10ad87d42e499c2456e6f 100644 |
--- a/webrtc/test/test_support_unittests.isolate |
+++ b/webrtc/test/test_support_unittests.isolate |
@@ -7,6 +7,18 @@ |
# be found in the AUTHORS file in the root of the source tree. |
{ |
'conditions': [ |
+ ['OS=="linux" or OS=="mac" or OS=="win" or OS=="android"', { |
+ 'variables': { |
+ 'files': [ |
+ '<(DEPTH)/resources/video_coding/frame-ethernet-ii.pcap', |
+ '<(DEPTH)/resources/video_coding/frame-loopback.pcap', |
+ '<(DEPTH)/resources/video_coding/pltype103.rtp', |
+ '<(DEPTH)/resources/video_coding/pltype103_header_only.rtp', |
+ '<(DEPTH)/resources/video_coding/ssrcs-2.pcap', |
+ '<(DEPTH)/resources/video_coding/ssrcs-3.pcap', |
+ ], |
+ }, |
+ }], |
['OS=="linux" or OS=="mac" or OS=="win"', { |
'variables': { |
'command': [ |