| Index: webrtc/modules/desktop_capture/BUILD.gn
|
| diff --git a/webrtc/modules/desktop_capture/BUILD.gn b/webrtc/modules/desktop_capture/BUILD.gn
|
| index aa33993192a01154cec2d7b3e4d086233d29cff9..e7bd62534e7d855315b0402416ce3a78b6cb85d2 100644
|
| --- a/webrtc/modules/desktop_capture/BUILD.gn
|
| +++ b/webrtc/modules/desktop_capture/BUILD.gn
|
| @@ -72,6 +72,7 @@ source_set("desktop_capture") {
|
| "shared_desktop_frame.h",
|
| "shared_memory.cc",
|
| "shared_memory.h",
|
| + "win/callback_shared_memory_factory.h",
|
| "win/cursor.cc",
|
| "win/cursor.h",
|
| "win/desktop.cc",
|
| @@ -81,6 +82,8 @@ source_set("desktop_capture") {
|
| "win/scoped_thread_desktop.h",
|
| "win/screen_capture_utils.cc",
|
| "win/screen_capture_utils.h",
|
| + "win/screen_capturer_win_directx.cc",
|
| + "win/screen_capturer_win_directx.h",
|
| "win/screen_capturer_win_gdi.cc",
|
| "win/screen_capturer_win_gdi.h",
|
| "win/screen_capturer_win_magnifier.cc",
|
|
|