Upstream version 5.34.92.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / modules_unittests.isolate
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
2 #
3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS.  All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
8 {
9   'conditions': [
10     ['OS=="android"', {
11       # When doing Android builds, the WebRTC code is put in third_party/webrtc
12       # of a Chromium checkout, this is one level above the standalone build.
13       'variables': {
14         'isolate_dependency_untracked': [
15           '../../../data/',
16           '../../../resources/',
17         ],
18       },
19     }],
20     ['OS=="linux" or OS=="mac" or OS=="win"', {
21       'variables': {
22         'command': [
23           '../../testing/test_env.py',
24           '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)',
25         ],
26         'isolate_dependency_tracked': [
27           '../../DEPS',
28           '../../data/audio_processing/output_data_float.pb',
29           '../../data/voice_engine/audio_tiny48.wav',
30           '../../resources/audio_coding/neteq4_network_stats.dat',
31           '../../resources/audio_coding/neteq4_rtcp_stats.dat',
32           '../../resources/audio_coding/neteq4_universal_ref.pcm',
33           '../../resources/audio_coding/neteq_network_stats.dat',
34           '../../resources/audio_coding/neteq_rtcp_stats.dat',
35           '../../resources/audio_coding/neteq_universal_new.rtp',
36           '../../resources/audio_coding/neteq_universal_ref.pcm',
37           '../../resources/audio_coding/testfile32kHz.pcm',
38           '../../resources/deflicker_before_cif_short.yuv',
39           '../../resources/far16_stereo.pcm',
40           '../../resources/far32_stereo.pcm',
41           '../../resources/far8_stereo.pcm',
42           '../../resources/foremanColorEnhanced_cif_short.yuv',
43           '../../resources/foreman_cif.yuv',
44           '../../resources/foreman_cif_short.yuv',
45           '../../resources/near16_stereo.pcm',
46           '../../resources/near32_stereo.pcm',
47           '../../resources/near8_stereo.pcm',
48           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_AST.bin',
49           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_TOF.bin',
50           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_AST.bin',
51           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_TOF.bin',
52           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_AST.bin',
53           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_TOF.bin',
54           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_AST.bin',
55           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_TOF.bin',
56           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_AST.bin',
57           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_TOF.bin',
58           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingLoss1_0_AST.bin',
59           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingLoss1_0_TOF.bin',
60           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_Multi1_1_AST.bin',
61           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_Multi1_1_TOF.bin',
62           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_0_AST.bin',
63           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_0_TOF.bin',
64           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_1_AST.bin',
65           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_1_TOF.bin',
66           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyDelay_0_AST.bin',
67           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyDelay_0_TOF.bin',
68           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyLoss_0_AST.bin',
69           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyLoss_0_TOF.bin',
70           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_AST.bin',
71           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_TOF.bin',
72           '../../resources/video_coding/frame-ethernet-ii.pcap',
73           '../../resources/video_coding/frame-loopback.pcap',
74           '../../resources/video_coding/pltype103.rtp',
75           '../../resources/video_coding/ssrcs-2.pcap',
76           '../../resources/video_coding/ssrcs-3.pcap',
77           '../../testing/test_env.py',
78           '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)',
79         ],
80         'isolate_dependency_untracked': [
81           '../../tools/swarming_client/',
82         ],
83       },
84     }],
85   ],
86 }