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

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

Issue 1940933002: Removing unused resources from build files. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 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/modules.gyp ('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"', {
11 'variables': { 11 'variables': {
12 'files': [ 12 'files': [
13 '<(DEPTH)/data/audio_processing/output_data_fixed.pb', 13 '<(DEPTH)/data/audio_processing/output_data_fixed.pb',
14 '<(DEPTH)/resources/audio_coding/neteq4_network_stats_android.dat',
15 '<(DEPTH)/resources/audio_coding/neteq4_rtcp_stats_android.dat',
16 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_android.pcm',
17 ], 14 ],
18 }, 15 },
19 }], 16 }],
20 ['OS=="linux" or OS=="mac" or OS=="win" or OS=="android"', { 17 ['OS=="linux" or OS=="mac" or OS=="win" or OS=="android"', {
21 'variables': { 18 'variables': {
22 'files': [ 19 'files': [
23 '<(DEPTH)/data/audio_processing/output_data_float.pb', 20 '<(DEPTH)/data/audio_processing/output_data_float.pb',
24 '<(DEPTH)/data/audio_processing/output_data_mac.pb', 21 '<(DEPTH)/data/audio_processing/output_data_mac.pb',
25 '<(DEPTH)/data/voice_engine/audio_tiny48.wav', 22 '<(DEPTH)/data/voice_engine/audio_tiny48.wav',
26 '<(DEPTH)/resources/att-downlink.rx', 23 '<(DEPTH)/resources/att-downlink.rx',
27 '<(DEPTH)/resources/att-uplink.rx', 24 '<(DEPTH)/resources/att-uplink.rx',
28 '<(DEPTH)/resources/audio_coding/neteq4_network_stats.dat',
29 '<(DEPTH)/resources/audio_coding/neteq4_opus_network_stats.dat',
30 '<(DEPTH)/resources/audio_coding/neteq4_opus_ref.pcm',
31 '<(DEPTH)/resources/audio_coding/neteq4_opus_ref_win_32.pcm',
32 '<(DEPTH)/resources/audio_coding/neteq4_opus_ref_win_64.pcm',
33 '<(DEPTH)/resources/audio_coding/neteq4_opus_rtcp_stats.dat',
34 '<(DEPTH)/resources/audio_coding/neteq4_rtcp_stats.dat',
35 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref.pcm',
36 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_win_32.pcm',
37 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_win_64.pcm',
38 '<(DEPTH)/resources/audio_coding/neteq_opus.rtp', 25 '<(DEPTH)/resources/audio_coding/neteq_opus.rtp',
39 '<(DEPTH)/resources/audio_coding/neteq_universal_new.rtp', 26 '<(DEPTH)/resources/audio_coding/neteq_universal_new.rtp',
40 '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm', 27 '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm',
41 '<(DEPTH)/resources/audio_coding/speech_mono_32_48kHz.pcm', 28 '<(DEPTH)/resources/audio_coding/speech_mono_32_48kHz.pcm',
42 '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm', 29 '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm',
43 '<(DEPTH)/resources/audio_coding/teststereo32kHz.pcm', 30 '<(DEPTH)/resources/audio_coding/teststereo32kHz.pcm',
44 '<(DEPTH)/resources/audio_device/audio_short16.pcm', 31 '<(DEPTH)/resources/audio_device/audio_short16.pcm',
45 '<(DEPTH)/resources/audio_device/audio_short44.pcm', 32 '<(DEPTH)/resources/audio_device/audio_short44.pcm',
46 '<(DEPTH)/resources/audio_device/audio_short48.pcm', 33 '<(DEPTH)/resources/audio_device/audio_short48.pcm',
47 '<(DEPTH)/resources/audio_processing/agc/agc_audio.pcm', 34 '<(DEPTH)/resources/audio_processing/agc/agc_audio.pcm',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 '<(DEPTH)/DEPS', 144 '<(DEPTH)/DEPS',
158 '<(DEPTH)/testing/test_env.py', 145 '<(DEPTH)/testing/test_env.py',
159 '<(DEPTH)/testing/xvfb.py', 146 '<(DEPTH)/testing/xvfb.py',
160 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', 147 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)',
161 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 148 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
162 ], 149 ],
163 }, 150 },
164 }], 151 }],
165 ], 152 ],
166 } 153 }
OLDNEW
« no previous file with comments | « webrtc/modules/modules.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698