aboutsummaryrefslogtreecommitdiff
path: root/modules/video_capture/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'modules/video_capture/BUILD.gn')
-rw-r--r--modules/video_capture/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/video_capture/BUILD.gn b/modules/video_capture/BUILD.gn
index f73472617c..b4e8372620 100644
--- a/modules/video_capture/BUILD.gn
+++ b/modules/video_capture/BUILD.gn
@@ -36,6 +36,7 @@ rtc_library("video_capture_module") {
"../../media:rtc_media_base",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:stringutils",
+ "../../rtc_base/synchronization:mutex",
"../../rtc_base/synchronization:rw_lock_wrapper",
"../../system_wrappers",
"//third_party/libyuv",
@@ -51,6 +52,7 @@ if (!build_with_chromium) {
"../../api:scoped_refptr",
"../../rtc_base:checks",
"../../rtc_base:rtc_base_approved",
+ "../../rtc_base/synchronization:mutex",
"../../system_wrappers",
]
@@ -129,6 +131,7 @@ if (!build_with_chromium) {
"../../api/video:video_rtp_headers",
"../../common_video",
"../../rtc_base:rtc_base_approved",
+ "../../rtc_base/synchronization:mutex",
"../../system_wrappers",
"../../test:frame_utils",
"../../test:test_main",