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

Unified Diff: webrtc/modules/BUILD.gn

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, 4 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
Index: webrtc/modules/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index 92284a1da6c4e77f6b949c7d7cd643dda335a52d..6a4701b7fff0cf4550cc2f2c721244d8792c79e2 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -505,7 +505,13 @@ if (rtc_include_tests) {
deps += [ "desktop_capture" ]
sources += [
"desktop_capture/desktop_and_cursor_composer_unittest.cc",
+ "desktop_capture/desktop_frame_generator.cc",
+ "desktop_capture/desktop_frame_generator.h",
+ "desktop_capture/fake_desktop_capturer.h",
+ "desktop_capture/fake_screen_capturer.cc",
+ "desktop_capture/fake_screen_capturer.h",
"desktop_capture/mouse_cursor_monitor_unittest.cc",
+ "desktop_capture/screen_capturer_differ_wrapper_unittest.cc",
"desktop_capture/screen_capturer_helper_unittest.cc",
"desktop_capture/screen_capturer_mac_unittest.cc",
"desktop_capture/screen_capturer_mock_objects.h",
« no previous file with comments | « no previous file | webrtc/modules/desktop_capture/BUILD.gn » ('j') | webrtc/modules/desktop_capture/fake_screen_capturer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698