Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(438)

Unified Diff: webrtc/modules/desktop_capture/BUILD.gn

Issue 2500883004: Add DesktopFrame rotation functions (Closed)
Patch Set: Resolve review comments Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..7371ad0d9a94d26cedf75800dc9e95bf21bd952e 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_rotation.cc",
+ "desktop_frame_rotation.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) {

Powered by Google App Engine
This is Rietveld 408576698