Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(418)

Unified Diff: webrtc/modules/desktop_capture/desktop_capture.gypi

Issue 2202443002: [WebRTC] Add ScreenCapturerDifferWrapper to share Differ across ScreenCapturers (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Sync latest changes Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/desktop_capture/BUILD.gn ('k') | webrtc/modules/desktop_capture/desktop_frame_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', {
« no previous file with comments | « webrtc/modules/desktop_capture/BUILD.gn ('k') | webrtc/modules/desktop_capture/desktop_frame_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698