| Index: webrtc/modules/desktop_capture/BUILD.gn
|
| diff --git a/webrtc/modules/desktop_capture/BUILD.gn b/webrtc/modules/desktop_capture/BUILD.gn
|
| index 34184516ef347d048f0c57384c5c72efb39bc907..5d27994a2f108dbd8f90af5bb8c939e75f038ba4 100644
|
| --- a/webrtc/modules/desktop_capture/BUILD.gn
|
| +++ b/webrtc/modules/desktop_capture/BUILD.gn
|
| @@ -95,6 +95,8 @@ rtc_static_library("desktop_capture") {
|
| "desktop_capturer.h",
|
| "desktop_capturer_differ_wrapper.cc",
|
| "desktop_capturer_differ_wrapper.h",
|
| + "desktop_frame_rotation.cc",
|
| + "desktop_frame_rotation.h",
|
| "desktop_frame_win.cc",
|
| "desktop_frame_win.h",
|
| "differ_block.cc",
|
| @@ -198,6 +200,7 @@ rtc_static_library("desktop_capture") {
|
| ":primitives",
|
| "../../base:rtc_base", # TODO(kjellander): Cleanup in bugs.webrtc.org/3806.
|
| "../../system_wrappers",
|
| + "//third_party/libyuv",
|
| ]
|
|
|
| if (use_desktop_capture_differ_sse2) {
|
|
|