| Index: webrtc/modules/modules.gyp
|
| diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp
|
| index 6718d8ff63a1490b59496619095113c4f714501b..f84ddcc0ef245e212a599557cadaae73b5eec0da 100644
|
| --- a/webrtc/modules/modules.gyp
|
| +++ b/webrtc/modules/modules.gyp
|
| @@ -422,6 +422,8 @@
|
| }],
|
| ['desktop_capture_supported==1', {
|
| 'sources': [
|
| + 'desktop_capture/color.cc',
|
| + 'desktop_capture/color.h',
|
| 'desktop_capture/desktop_and_cursor_composer_unittest.cc',
|
| 'desktop_capture/mouse_cursor_monitor_unittest.cc',
|
| 'desktop_capture/screen_capturer_helper_unittest.cc',
|
|
|