diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn index 7556bf1f91..96dbd5b040 100644 --- a/webrtc/modules/audio_coding/BUILD.gn +++ b/webrtc/modules/audio_coding/BUILD.gn @@ -1181,6 +1181,7 @@ if (rtc_include_tests) { deps = [ ":neteq", ":neteq_unittest_tools", + "//testing/gtest", "//third_party/gflags", ] } diff --git a/webrtc/modules/audio_coding/neteq/neteq_tests.gypi b/webrtc/modules/audio_coding/neteq/neteq_tests.gypi index 5086d0f5e4..b37eb51930 100644 --- a/webrtc/modules/audio_coding/neteq/neteq_tests.gypi +++ b/webrtc/modules/audio_coding/neteq/neteq_tests.gypi @@ -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',