| 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 c4fbabf6b2458990a15048e9757c29334a835db6..1d5110fabb3155c84079032199718dc7c3da915c 100644
|
| --- a/webrtc/modules/desktop_capture/desktop_capture.gypi
|
| +++ b/webrtc/modules/desktop_capture/desktop_capture.gypi
|
| @@ -74,6 +74,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",
|
| @@ -128,6 +130,20 @@
|
| },
|
| }],
|
| ],
|
| + 'all_dependent_settings': {
|
| + 'conditions': [
|
| + ['OS=="win"', {
|
| + 'msvs_settings': {
|
| + 'VCLinkerTool': {
|
| + 'AdditionalDependencies': [
|
| + 'd3d11.lib',
|
| + 'shcore.lib',
|
| + ],
|
| + },
|
| + },
|
| + }],
|
| + ],
|
| + },
|
| },
|
| ], # targets
|
| 'conditions': [
|
|
|