Index: webrtc/modules/modules.gyp |
diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp |
index cac5f400ada5e8831b1d7db3cb2ce79ff53af602..91b222fbd75cf21cae06974f0e026537b5a4dcb0 100644 |
--- a/webrtc/modules/modules.gyp |
+++ b/webrtc/modules/modules.gyp |
@@ -396,10 +396,12 @@ |
['enable_protobuf==1', { |
'defines': [ |
'WEBRTC_AUDIOPROC_DEBUG_DUMP', |
+ 'WEBRTC_NETEQ_UNITTEST_BITEXACT', |
], |
'dependencies': [ |
'audioproc_protobuf_utils', |
'audioproc_unittest_proto', |
+ 'neteq_unittest_proto', |
], |
'sources': [ |
'audio_processing/audio_processing_impl_locking_unittest.cc', |