| Index: webrtc/modules/BUILD.gn
|
| diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
|
| index e846f83e44d1306513c0bc149fc247fd1c6043cb..b754c9218667d36634b70da1dd4f1f4f9d3f64d6 100644
|
| --- a/webrtc/modules/BUILD.gn
|
| +++ b/webrtc/modules/BUILD.gn
|
| @@ -368,6 +368,11 @@ 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.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",
|
|
|