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

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

Issue 1657343002: Roll chromium_revision a8e5140..c6076f2 (372922:372974) incl. update to Opus v.1.1.2 (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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/neteq_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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyChoke_0_TOF.bin', 107 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyChoke_0_TOF.bin',
108 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyChoke_1_AST.bin', 108 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyChoke_1_AST.bin',
109 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyChoke_1_TOF.bin', 109 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyChoke_1_TOF.bin',
110 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyDelay_0_AST.bin', 110 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyDelay_0_AST.bin',
111 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyDelay_0_TOF.bin', 111 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyDelay_0_TOF.bin',
112 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyLoss_0_AST.bin', 112 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyLoss_0_AST.bin',
113 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyLoss_0_TOF.bin', 113 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ SteadyLoss_0_TOF.bin',
114 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ UnlimitedSpeed_0_AST.bin', 114 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ UnlimitedSpeed_0_AST.bin',
115 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ UnlimitedSpeed_0_TOF.bin', 115 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_ UnlimitedSpeed_0_TOF.bin',
116 '<(DEPTH)/resources/short_mixed_mono_48.dat', 116 '<(DEPTH)/resources/short_mixed_mono_48.dat',
117 '<(DEPTH)/resources/short_mixed_mono_48_arm.dat',
117 '<(DEPTH)/resources/short_mixed_mono_48.pcm', 118 '<(DEPTH)/resources/short_mixed_mono_48.pcm',
118 '<(DEPTH)/resources/short_mixed_stereo_48.dat', 119 '<(DEPTH)/resources/short_mixed_stereo_48.dat',
119 '<(DEPTH)/resources/short_mixed_stereo_48.pcm', 120 '<(DEPTH)/resources/short_mixed_stereo_48.pcm',
120 '<(DEPTH)/resources/sprint-downlink.rx', 121 '<(DEPTH)/resources/sprint-downlink.rx',
121 '<(DEPTH)/resources/sprint-uplink.rx', 122 '<(DEPTH)/resources/sprint-uplink.rx',
122 '<(DEPTH)/resources/synthetic-trace.rx', 123 '<(DEPTH)/resources/synthetic-trace.rx',
123 '<(DEPTH)/resources/tmobile-downlink.rx', 124 '<(DEPTH)/resources/tmobile-downlink.rx',
124 '<(DEPTH)/resources/tmobile-uplink.rx', 125 '<(DEPTH)/resources/tmobile-uplink.rx',
125 '<(DEPTH)/resources/utility/encapsulated_pcm16b_8khz.wav', 126 '<(DEPTH)/resources/utility/encapsulated_pcm16b_8khz.wav',
126 '<(DEPTH)/resources/utility/encapsulated_pcmu_8khz.wav', 127 '<(DEPTH)/resources/utility/encapsulated_pcmu_8khz.wav',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 '<(DEPTH)/DEPS', 162 '<(DEPTH)/DEPS',
162 '<(DEPTH)/testing/test_env.py', 163 '<(DEPTH)/testing/test_env.py',
163 '<(DEPTH)/testing/xvfb.py', 164 '<(DEPTH)/testing/xvfb.py',
164 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', 165 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)',
165 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 166 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
166 ], 167 ],
167 }, 168 },
168 }], 169 }],
169 ], 170 ],
170 } 171 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/neteq/neteq_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698