Add gtest as a dependency for neteq_quality_test_support.

Was removed in Patch Set 5 of https://codereview.webrtc.org/2252413002
but shouldn't have been, since it's actually required.

https://cs.chromium.org/chromium/src/third_party/webrtc/modules/audio_coding/neteq/tools/neteq_quality_test.h?l=17

BUG=webrtc:6228
NOTRY=True

Review-Url: https://codereview.webrtc.org/2262173003
Cr-Commit-Position: refs/heads/master@{#13851}
This commit is contained in:
ehmaldonado
2016-08-22 09:48:02 -07:00
committed by Commit bot
parent d48717b455
commit 6c46eaa544
2 changed files with 2 additions and 0 deletions

View File

@ -174,6 +174,7 @@
'target_name': 'neteq_quality_test_support',
'type': 'static_library',
'dependencies': [
'<(DEPTH)/testing/gtest.gyp:gtest',
'<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
'neteq',
'neteq_unittest_tools',