| 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 872e705b52bebc69fc9e8ca8f578d7ba30d6423f..521ef2794c0026ba8eed3d7742f63894eb972883 100644
|
| --- a/webrtc/modules/desktop_capture/desktop_capture.gypi
|
| +++ b/webrtc/modules/desktop_capture/desktop_capture.gypi
|
| @@ -101,7 +101,6 @@
|
| 'window_capturer.h',
|
| 'window_capturer_mac.mm',
|
| 'window_capturer_win.cc',
|
| -
|
| ],
|
| 'conditions': [
|
| ['OS!="ios" and (target_arch=="ia32" or target_arch=="x64")', {
|
| @@ -145,6 +144,8 @@
|
| 'differ.h',
|
| 'differ_block.cc',
|
| 'differ_block.h',
|
| + 'screen_capturer_differ_wrapper.cc',
|
| + 'screen_capturer_differ_wrapper.h',
|
| ],
|
| }],
|
| ['OS=="mac"', {
|
| @@ -182,8 +183,8 @@
|
| 'target_name': 'desktop_capture_differ_sse2',
|
| 'type': 'static_library',
|
| 'sources': [
|
| - 'differ_block_sse2.cc',
|
| - 'differ_block_sse2.h',
|
| + 'differ_vector_sse2.cc',
|
| + 'differ_vector_sse2.h',
|
| ],
|
| 'conditions': [
|
| ['os_posix==1', {
|
|
|