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

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

Issue 1367013004: Build https://codereview.webrtc.org/1368843003/ as if with chromium (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@relink
Patch Set: Ignore a test that requires all codecs Created 5 years, 2 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/BUILD.gn ('k') | webrtc/modules/audio_coding/neteq/neteq.gypi » ('j') | 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) 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': {
(...skipping 17 matching lines...) Expand all
28 'audio_coding_dependencies': ['isac_fix',], 28 'audio_coding_dependencies': ['isac_fix',],
29 'audio_coding_defines': ['WEBRTC_CODEC_ISACFX',], 29 'audio_coding_defines': ['WEBRTC_CODEC_ISACFX',],
30 }, { 30 }, {
31 'audio_coding_dependencies': ['isac',], 31 'audio_coding_dependencies': ['isac',],
32 'audio_coding_defines': ['WEBRTC_CODEC_ISAC',], 32 'audio_coding_defines': ['WEBRTC_CODEC_ISAC',],
33 }], 33 }],
34 ], 34 ],
35 'audio_coding_dependencies': ['g722',], 35 'audio_coding_dependencies': ['g722',],
36 'audio_coding_defines': ['WEBRTC_CODEC_G722',], 36 'audio_coding_defines': ['WEBRTC_CODEC_G722',],
37 }], 37 }],
38 ['build_with_mozilla==0 and build_with_chromium==0', {
39 'audio_coding_dependencies': ['ilbc', 'red',],
40 'audio_coding_defines': ['WEBRTC_CODEC_ILBC', 'WEBRTC_CODEC_RED',],
41 }],
42 ], 38 ],
43 }, 39 },
44 'targets': [ 40 'targets': [
45 { 41 {
46 'target_name': 'audio_coding_module', 42 'target_name': 'audio_coding_module',
47 'type': 'static_library', 43 'type': 'static_library',
48 'defines': [ 44 'defines': [
49 '<@(audio_coding_defines)', 45 '<@(audio_coding_defines)',
50 ], 46 ],
51 'dependencies': [ 47 'dependencies': [
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'sources': [ 163 'sources': [
168 'test/insert_packet_with_timing.cc', 164 'test/insert_packet_with_timing.cc',
169 'test/Channel.cc', 165 'test/Channel.cc',
170 'test/PCMFile.cc', 166 'test/PCMFile.cc',
171 ], 167 ],
172 }, # delay_test 168 }, # delay_test
173 ], 169 ],
174 }], 170 }],
175 ], 171 ],
176 } 172 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/BUILD.gn ('k') | webrtc/modules/audio_coding/neteq/neteq.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698