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

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

Issue 2424173003: Move functionality out from AudioFrame and into AudioFrameOperations. (Closed)
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
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 90aaaed9c2d5ca94836c1e19427a7c095f92dfc8..6a4902242dc70bcbb1885fdfebe4a201efd614c4 100644
--- a/webrtc/modules/audio_coding/neteq/neteq.gypi
+++ b/webrtc/modules/audio_coding/neteq/neteq.gypi
@@ -40,6 +40,7 @@
'neteq_dependencies': [
'<@(codecs)',
'<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
+ '<(webrtc_root)/modules/modules.gyp:audio_frame_operations',
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
'audio_decoder_interface',
],

Powered by Google App Engine
This is Rietveld 408576698