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

Side by Side Diff: webrtc/modules/audio_coding/main/acm2/audio_coding_module.gypi

Issue 1171793002: Rename targets to use lower case format. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Rename iSAC to isac. Created 5 years, 6 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
OLDNEW
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 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 { 9 {
10 'variables': { 10 'variables': {
11 'audio_coding_dependencies': [ 11 'audio_coding_dependencies': [
12 'CNG', 12 'CNG',
kjellander_webrtc 2015/06/09 06:27:38 while doing this, can you also rename the last one
13 'G711', 13 'G711',
14 'G722', 14 'G722',
15 'iLBC', 15 'iLBC',
16 'iSAC', 16 'isac',
17 'iSACFix', 17 'isac_fix',
18 'PCM16B', 18 'PCM16B',
19 'red', 19 'red',
20 '<(webrtc_root)/common.gyp:webrtc_common', 20 '<(webrtc_root)/common.gyp:webrtc_common',
21 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', 21 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
22 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', 22 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
23 ], 23 ],
24 'audio_coding_defines': [], 24 'audio_coding_defines': [],
25 'conditions': [ 25 'conditions': [
26 ['include_opus==1', { 26 ['include_opus==1', {
27 'audio_coding_dependencies': ['webrtc_opus',], 27 'audio_coding_dependencies': ['webrtc_opus',],
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'sources': [ 154 'sources': [
155 '../test/insert_packet_with_timing.cc', 155 '../test/insert_packet_with_timing.cc',
156 '../test/Channel.cc', 156 '../test/Channel.cc',
157 '../test/PCMFile.cc', 157 '../test/PCMFile.cc',
158 ], 158 ],
159 }, # delay_test 159 }, # delay_test
160 ], 160 ],
161 }], 161 }],
162 ], 162 ],
163 } 163 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698