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

Unified Diff: webrtc/modules/modules.gyp

Issue 1522103002: Update NetEq network statistics in neteq_unittest. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: fixing grammar Created 5 years 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/neteq/neteq_unittest.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « webrtc/modules/audio_coding/neteq/neteq_unittest.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698