Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: webrtc/modules/modules_unittests.isolate

Issue 1612443002: Create local copy of Opus v1.1.2 Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: testing if neteq4_opus_network_stats.dat.sha1 needs to be updated Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/modules/audio_coding/neteq/audio_classifier_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 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 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 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 { 8 {
9 'conditions': [ 9 'conditions': [
10 ['OS=="android"', { 10 ['OS=="android"', {
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyChoke_0_TOF.bin', 98 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyChoke_0_TOF.bin',
99 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyChoke_1_AST.bin', 99 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyChoke_1_AST.bin',
100 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyChoke_1_TOF.bin', 100 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyChoke_1_TOF.bin',
101 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyDelay_0_AST.bin', 101 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyDelay_0_AST.bin',
102 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyDelay_0_TOF.bin', 102 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyDelay_0_TOF.bin',
103 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyLoss_0_AST.bin', 103 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyLoss_0_AST.bin',
104 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyLoss_0_TOF.bin', 104 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyLoss_0_TOF.bin',
105 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ UnlimitedSpeed_0_AST.bin', 105 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ UnlimitedSpeed_0_AST.bin',
106 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ UnlimitedSpeed_0_TOF.bin', 106 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ UnlimitedSpeed_0_TOF.bin',
107 '<(DEPTH)/resources/short_mixed_mono_48.dat', 107 '<(DEPTH)/resources/short_mixed_mono_48.dat',
108 '<(DEPTH)/resources/short_mixed_mono_48_arm.dat',
108 '<(DEPTH)/resources/short_mixed_mono_48.pcm', 109 '<(DEPTH)/resources/short_mixed_mono_48.pcm',
109 '<(DEPTH)/resources/short_mixed_stereo_48.dat', 110 '<(DEPTH)/resources/short_mixed_stereo_48.dat',
110 '<(DEPTH)/resources/short_mixed_stereo_48.pcm', 111 '<(DEPTH)/resources/short_mixed_stereo_48.pcm',
111 '<(DEPTH)/resources/sprint-downlink.rx', 112 '<(DEPTH)/resources/sprint-downlink.rx',
112 '<(DEPTH)/resources/sprint-uplink.rx', 113 '<(DEPTH)/resources/sprint-uplink.rx',
113 '<(DEPTH)/resources/synthetic-trace.rx', 114 '<(DEPTH)/resources/synthetic-trace.rx',
114 '<(DEPTH)/resources/tmobile-downlink.rx', 115 '<(DEPTH)/resources/tmobile-downlink.rx',
115 '<(DEPTH)/resources/tmobile-uplink.rx', 116 '<(DEPTH)/resources/tmobile-uplink.rx',
116 '<(DEPTH)/resources/utility/encapsulated_pcm16b_8khz.wav', 117 '<(DEPTH)/resources/utility/encapsulated_pcm16b_8khz.wav',
117 '<(DEPTH)/resources/utility/encapsulated_pcmu_8khz.wav', 118 '<(DEPTH)/resources/utility/encapsulated_pcmu_8khz.wav',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 '<(DEPTH)/DEPS', 153 '<(DEPTH)/DEPS',
153 '<(DEPTH)/testing/test_env.py', 154 '<(DEPTH)/testing/test_env.py',
154 '<(DEPTH)/testing/xvfb.py', 155 '<(DEPTH)/testing/xvfb.py',
155 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', 156 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)',
156 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 157 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
157 ], 158 ],
158 }, 159 },
159 }], 160 }],
160 ], 161 ],
161 } 162 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/neteq/audio_classifier_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698