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:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user