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

Unified Diff: webrtc/modules/audio_coding/neteq/neteq.gypi

Issue 1366303002: Build https://codereview.webrtc.org/1368843003/ as if with firefox (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@chrome-build
Patch Set: rebase Created 5 years, 3 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/neteq/neteq.gypi
diff --git a/webrtc/modules/audio_coding/neteq/neteq.gypi b/webrtc/modules/audio_coding/neteq/neteq.gypi
index 64f66c6fcffc051906d9324b644980c2d62b17e1..1a15e1348876b5246cfe35ec571648c045d616e1 100644
--- a/webrtc/modules/audio_coding/neteq/neteq.gypi
+++ b/webrtc/modules/audio_coding/neteq/neteq.gypi
@@ -19,19 +19,6 @@
'codecs': ['webrtc_opus',],
'neteq_defines': ['WEBRTC_CODEC_OPUS',],
}],
- ['build_with_mozilla==0', {
- 'conditions': [
- ['target_arch=="arm"', {
- 'codecs': ['isac_fix',],
- 'neteq_defines': ['WEBRTC_CODEC_ISACFX',],
- }, {
- 'codecs': ['isac',],
- 'neteq_defines': ['WEBRTC_CODEC_ISAC',],
- }],
- ],
- 'codecs': ['g722',],
- 'neteq_defines': ['WEBRTC_CODEC_G722',],
- }],
],
'neteq_dependencies': [
'<@(codecs)',
« 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