diff options
Diffstat (limited to 'third_party/libwebrtc/BUILD.gn')
-rw-r--r-- | third_party/libwebrtc/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/libwebrtc/BUILD.gn b/third_party/libwebrtc/BUILD.gn index 7feca08e60..85ead4162f 100644 --- a/third_party/libwebrtc/BUILD.gn +++ b/third_party/libwebrtc/BUILD.gn @@ -580,6 +580,7 @@ if (!build_with_chromium) { if (build_with_mozilla) { deps += [ + "api/environment:environment_factory", "api/video:video_frame", "api/video:video_rtp_headers", "test:rtp_test_utils", |