| 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 3963d28714940dbd6a5268f2bd11968e80db514e..4608822751924740eb281e2256fea1dff8e95c62 100644
|
| --- a/webrtc/modules/desktop_capture/desktop_capture.gypi
|
| +++ b/webrtc/modules/desktop_capture/desktop_capture.gypi
|
| @@ -69,8 +69,24 @@
|
| "shared_memory.h",
|
| "win/cursor.cc",
|
| "win/cursor.h",
|
| + "win/d3d_device.cc",
|
| + "win/d3d_device.h",
|
| "win/desktop.cc",
|
| "win/desktop.h",
|
| + "win/dxgi_adapter_duplicator.cc",
|
| + "win/dxgi_adapter_duplicator.h",
|
| + "win/dxgi_context.cc",
|
| + "win/dxgi_context.h",
|
| + "win/dxgi_duplicator_controller.cc",
|
| + "win/dxgi_duplicator_controller.h",
|
| + "win/dxgi_output_duplicator.cc",
|
| + "win/dxgi_output_duplicator.h",
|
| + "win/dxgi_texture.cc",
|
| + "win/dxgi_texture.h",
|
| + "win/dxgi_texture_mapping.cc",
|
| + "win/dxgi_texture_mapping.h",
|
| + "win/dxgi_texture_staging.cc",
|
| + "win/dxgi_texture_staging.h",
|
| "win/scoped_gdi_object.h",
|
| "win/scoped_thread_desktop.cc",
|
| "win/scoped_thread_desktop.h",
|
| @@ -137,6 +153,7 @@
|
| 'VCLinkerTool': {
|
| 'AdditionalDependencies': [
|
| 'd3d11.lib',
|
| + 'dxgi.lib',
|
| ],
|
| },
|
| },
|
|
|