Index: webrtc/modules/desktop_capture/desktop_capture.gypi |
diff --git a/webrtc/modules/desktop_capture/desktop_capture.gypi b/webrtc/modules/desktop_capture/desktop_capture.gypi |
index b92447c3497651cc9f2a0413abb728fd171685d6..aacb82463cdf23ddaaa434b960882b052c61d9a1 100644 |
--- a/webrtc/modules/desktop_capture/desktop_capture.gypi |
+++ b/webrtc/modules/desktop_capture/desktop_capture.gypi |
@@ -56,6 +56,7 @@ |
"mouse_cursor_monitor_mac.mm", |
"mouse_cursor_monitor_win.cc", |
"mouse_cursor_monitor_x11.cc", |
+ "screen_capture_content_queue.h", |
"screen_capture_frame_queue.cc", |
"screen_capture_frame_queue.h", |
"screen_capturer.cc", |
@@ -76,6 +77,8 @@ |
"win/scoped_gdi_object.h", |
"win/scoped_thread_desktop.cc", |
"win/scoped_thread_desktop.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", |
@@ -131,6 +134,19 @@ |
}, |
}], |
], |
+ 'all_dependent_settings': { |
+ 'conditions': [ |
+ ['OS=="win"', { |
+ 'msvs_settings': { |
+ 'VCLinkerTool': { |
+ 'AdditionalDependencies': [ |
+ 'd3d11.lib', |
+ ], |
+ }, |
+ }, |
+ }], |
+ ], |
+ }, |
}, |
], # targets |
'conditions': [ |