aboutsummaryrefslogtreecommitdiff
path: root/modules/audio_processing/test/conversational_speech/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'modules/audio_processing/test/conversational_speech/BUILD.gn')
-rw-r--r--modules/audio_processing/test/conversational_speech/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/audio_processing/test/conversational_speech/BUILD.gn b/modules/audio_processing/test/conversational_speech/BUILD.gn
index fb532befb9..b311abdbd1 100644
--- a/modules/audio_processing/test/conversational_speech/BUILD.gn
+++ b/modules/audio_processing/test/conversational_speech/BUILD.gn
@@ -68,6 +68,6 @@ rtc_library("unittest") {
"../../../../test:fileutils",
"../../../../test:test_support",
"//testing/gtest",
- "//third_party/abseil-cpp/absl/types:optional",
]
+ absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
}