commit | 6c46eaa5441efaad518bde18d4313ea7cb28e2d9 | [log] [tgz] |
---|---|---|
author | ehmaldonado <ehmaldonado@webrtc.org> | Mon Aug 22 09:48:02 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Aug 22 16:48:11 2016 +0000 |
tree | 00c184656ec03e8a5e12d615a59e47ccc5310541 | |
parent | d48717b45515283e432f4a49abcc050ef5a47085 [diff] [blame] |
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}
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn index 7556bf1..96dbd5b 100644 --- a/webrtc/modules/audio_coding/BUILD.gn +++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -1181,6 +1181,7 @@ deps = [ ":neteq", ":neteq_unittest_tools", + "//testing/gtest", "//third_party/gflags", ] }