Index: webrtc/modules/video_capture/BUILD.gn |
diff --git a/webrtc/modules/video_capture/BUILD.gn b/webrtc/modules/video_capture/BUILD.gn |
index b908923d6edb4595e98515b7e59b7d36cffa653d..86c133629604eaa4cb73f50d708dc10f0803addf 100644 |
--- a/webrtc/modules/video_capture/BUILD.gn |
+++ b/webrtc/modules/video_capture/BUILD.gn |
@@ -28,8 +28,8 @@ rtc_static_library("video_capture_module") { |
deps = [ |
"..:module_api", |
"../..:webrtc_common", |
- "../../base:rtc_base_approved", |
"../../common_video", |
+ "../../rtc_base:rtc_base_approved", |
"../../system_wrappers", |
] |
@@ -47,7 +47,7 @@ rtc_static_library("video_capture") { |
deps = [ |
":video_capture_module", |
- "../../base:rtc_base_approved", |
+ "../../rtc_base:rtc_base_approved", |
"../../system_wrappers", |
] |
@@ -91,7 +91,7 @@ if (!build_with_chromium) { |
deps = [ |
":video_capture_module", |
- "../../base:rtc_base_approved", |
+ "../../rtc_base:rtc_base_approved", |
"../../system_wrappers", |
] |
@@ -175,8 +175,8 @@ if (!build_with_chromium) { |
deps = [ |
":video_capture_internal_impl", |
":video_capture_module", |
- "../../base:rtc_base_approved", |
"../../common_video:common_video", |
+ "../../rtc_base:rtc_base_approved", |
"../../system_wrappers:system_wrappers", |
"../../system_wrappers:system_wrappers_default", |
"../../test:video_test_common", |