Index: webrtc/test/BUILD.gn |
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn |
index 4faff71782bbc25bf681b620d7b4e686ae27a758..87a24dc35d17e8d8186a1fe6dd92295348b11487 100644 |
--- a/webrtc/test/BUILD.gn |
+++ b/webrtc/test/BUILD.gn |
@@ -60,6 +60,7 @@ rtc_source_set("video_test_common") { |
deps = [ |
"..:webrtc_common", |
+ "../api:optional", |
"../api/video_codecs:video_codecs_api", |
"../call:video_stream_api", |
"../common_video", |
@@ -370,6 +371,7 @@ rtc_source_set("fileutils") { |
] |
deps = [ |
"..:webrtc_common", |
+ "../api:optional", |
"../rtc_base:rtc_base_approved", |
] |
if (is_ios) { |
@@ -434,6 +436,7 @@ rtc_source_set("fileutils_unittests") { |
deps = [ |
":fileutils", |
":test_support", |
+ "../api:optional", |
"../rtc_base:rtc_base_approved", |
"//testing/gmock", |
"//testing/gtest", |