From 4ac8a756ced5a72ae920f07d082ea3c75cc4758e Mon Sep 17 00:00:00 2001 From: Michael Froman Date: Sun, 21 Aug 2022 13:45:34 -0500 Subject: [PATCH] Bug 1766646 - Vendor libwebrtc from e820cef534 - moz.build file updates --- CLOBBER | 2 +- .../desktop_capture/desktop_capture_generic_gn/moz.build | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CLOBBER b/CLOBBER index 0b2c067ba0f1..3490a9ea7b6b 100644 --- a/CLOBBER +++ b/CLOBBER @@ -22,5 +22,5 @@ # changes to stick? As of bug 928195, this shouldn't be necessary! Please # don't change CLOBBER for WebIDL changes any more. -Modified build files in third_party/libwebrtc - Bug 1766646 - Vendor libwebrtc from 435f279433 +Modified build files in third_party/libwebrtc - Bug 1766646 - Vendor libwebrtc from e820cef534 diff --git a/third_party/libwebrtc/modules/desktop_capture/desktop_capture_generic_gn/moz.build b/third_party/libwebrtc/modules/desktop_capture/desktop_capture_generic_gn/moz.build index 47934c29f701..7c9981b0b0bc 100644 --- a/third_party/libwebrtc/modules/desktop_capture/desktop_capture_generic_gn/moz.build +++ b/third_party/libwebrtc/modules/desktop_capture/desktop_capture_generic_gn/moz.build @@ -219,6 +219,7 @@ if CONFIG["OS_TARGET"] == "WINNT": "/third_party/libwebrtc/modules/desktop_capture/win/screen_capturer_win_directx.cc", "/third_party/libwebrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc", "/third_party/libwebrtc/modules/desktop_capture/win/selected_window_context.cc", + "/third_party/libwebrtc/modules/desktop_capture/win/wgc_capture_session.cc", "/third_party/libwebrtc/modules/desktop_capture/win/window_capture_utils.cc", "/third_party/libwebrtc/modules/desktop_capture/win/window_capturer_win_gdi.cc", "/third_party/libwebrtc/modules/desktop_capture/win/window_capturer_win_wgc.cc",