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

Side by Side Diff: webrtc/modules/audio_coding/neteq/neteq.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/main/audio_coding_module.gypi ('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) 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 14 matching lines...) Expand all
25 'codecs': ['isac_fix',], 25 'codecs': ['isac_fix',],
26 'neteq_defines': ['WEBRTC_CODEC_ISACFX',], 26 'neteq_defines': ['WEBRTC_CODEC_ISACFX',],
27 }, { 27 }, {
28 'codecs': ['isac',], 28 'codecs': ['isac',],
29 'neteq_defines': ['WEBRTC_CODEC_ISAC',], 29 'neteq_defines': ['WEBRTC_CODEC_ISAC',],
30 }], 30 }],
31 ], 31 ],
32 'codecs': ['g722',], 32 'codecs': ['g722',],
33 'neteq_defines': ['WEBRTC_CODEC_G722',], 33 'neteq_defines': ['WEBRTC_CODEC_G722',],
34 }], 34 }],
35 ['build_with_mozilla==0 and build_with_chromium==0', {
36 'codecs': ['ilbc',],
37 'neteq_defines': ['WEBRTC_CODEC_ILBC',],
38 }],
39 ], 35 ],
40 'neteq_dependencies': [ 36 'neteq_dependencies': [
41 '<@(codecs)', 37 '<@(codecs)',
42 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', 38 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
43 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', 39 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
44 'audio_decoder_interface', 40 'audio_decoder_interface',
45 ], 41 ],
46 }, 42 },
47 'targets': [ 43 'targets': [
48 { 44 {
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'dependencies': [ 204 'dependencies': [
209 '<(apk_tests_path):audio_decoder_unittests_apk', 205 '<(apk_tests_path):audio_decoder_unittests_apk',
210 ], 206 ],
211 }, 207 },
212 ], 208 ],
213 }], 209 }],
214 ], 210 ],
215 }], # include_tests 211 }], # include_tests
216 ], # conditions 212 ], # conditions
217 } 213 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/main/audio_coding_module.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698