| Index: webrtc/modules/desktop_capture/BUILD.gn
|
| diff --git a/webrtc/modules/desktop_capture/BUILD.gn b/webrtc/modules/desktop_capture/BUILD.gn
|
| index b43d90513455a3f71dd3ffd85e71047de4083bb4..ca8300cd3ba683ac2620a288cb70b6d1bc0700c9 100644
|
| --- a/webrtc/modules/desktop_capture/BUILD.gn
|
| +++ b/webrtc/modules/desktop_capture/BUILD.gn
|
| @@ -94,6 +94,8 @@ rtc_static_library("desktop_capture") {
|
| "desktop_capture_options.h",
|
| "desktop_capturer.cc",
|
| "desktop_capturer.h",
|
| + "desktop_frame_rotator.cc",
|
| + "desktop_frame_rotator.h",
|
| "desktop_frame_win.cc",
|
| "desktop_frame_win.h",
|
| "mac/desktop_configuration.h",
|
| @@ -204,6 +206,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) {
|
|
|