Index: webrtc/common_video/BUILD.gn |
diff --git a/webrtc/common_video/BUILD.gn b/webrtc/common_video/BUILD.gn |
index 8f0afabdc330e992f9224a969aafa2102b69c7b2..93906ef51b948667d09ee3d7672aa6aa758f78f0 100644 |
--- a/webrtc/common_video/BUILD.gn |
+++ b/webrtc/common_video/BUILD.gn |
@@ -57,10 +57,10 @@ rtc_static_library("common_video") { |
deps = [ |
"..:webrtc_common", |
- "../base:rtc_base", |
- "../base:rtc_task_queue", |
"../media:rtc_h264_profile_id", |
"../modules:module_api", |
+ "../rtc_base:rtc_base", |
+ "../rtc_base:rtc_task_queue", |
"../system_wrappers", |
] |
public_deps = [ |
@@ -114,9 +114,9 @@ if (rtc_include_tests) { |
deps = [ |
":common_video", |
- "../base:rtc_base", |
- "../base:rtc_base_approved", |
"../modules/video_capture:video_capture", |
+ "../rtc_base:rtc_base", |
+ "../rtc_base:rtc_base_approved", |
"../system_wrappers:system_wrappers", |
"../test:test_main", |
"../test:video_test_common", |