| Index: webrtc/modules/BUILD.gn
|
| diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
|
| index 1b1d9630aae347037960a588f77ed88c82d2afcb..c382cdb50e944cfc376f5a611186e8d218abad5d 100644
|
| --- a/webrtc/modules/BUILD.gn
|
| +++ b/webrtc/modules/BUILD.gn
|
| @@ -289,6 +289,13 @@ 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_linux.h",
|
| + "desktop_capture/screen_drawer_unittest.cc",
|
| + "desktop_capture/screen_drawer_win.cc",
|
| + "desktop_capture/screen_drawer_win.h",
|
| "desktop_capture/win/cursor_unittest.cc",
|
| "desktop_capture/win/cursor_unittest_resources.h",
|
| "desktop_capture/win/cursor_unittest_resources.rc",
|
|
|