diff --git a/call/BUILD.gn b/call/BUILD.gn index dd24fada92..5e41d8a5d9 100644 --- a/call/BUILD.gn +++ b/call/BUILD.gn @@ -442,6 +442,7 @@ if (rtc_include_tests) { "../modules/video_coding:codec_globals_headers", "../modules/video_coding:video_codec_interface", "../rtc_base:checks", + "../rtc_base:logging", "../rtc_base:rate_limiter", "../rtc_base:rtc_base_approved", "../rtc_base:task_queue_for_test", @@ -457,10 +458,10 @@ if (rtc_include_tests) { "../test:test_common", "../test:test_support", "../test:video_test_common", + "../test/scenario", "../test/time_controller:time_controller", "../video", "adaptation:resource_adaptation_test_utilities", - "//test/scenario:scenario", "//testing/gmock", "//testing/gtest", ]