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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2210443002: [WebRTC] Implement Windows ScreenDrawer to test ScreenCapturer* (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Move ScreenDrawer::Clear to cc file 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 e846f83e44d1306513c0bc149fc247fd1c6043cb..b7d170088922d78af9b44e477f80641843ba1b0a 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -368,6 +368,12 @@ if (rtc_include_tests) {
"desktop_capture/screen_capturer_mac_unittest.cc",
"desktop_capture/screen_capturer_mock_objects.h",
"desktop_capture/screen_capturer_unittest.cc",
+ "desktop_capture/screen_drawer.cc",
+ "desktop_capture/screen_drawer.h",
+ "desktop_capture/screen_drawer_linux.cc",
+ "desktop_capture/screen_drawer_mac.cc",
+ "desktop_capture/screen_drawer_unittest.cc",
+ "desktop_capture/screen_drawer_win.cc",
"desktop_capture/win/cursor_unittest.cc",
"desktop_capture/win/cursor_unittest_resources.h",
"desktop_capture/win/cursor_unittest_resources.rc",
« no previous file with comments | « no previous file | webrtc/modules/desktop_capture/screen_drawer.h » ('j') | webrtc/modules/desktop_capture/screen_drawer_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698