| Index: webrtc/modules/BUILD.gn
|
| diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
|
| index d4e4244df47f30014b8ced0dbf191cd4b1222fa5..cf3e46972775ed6e736d798ef558403c877f9854 100644
|
| --- a/webrtc/modules/BUILD.gn
|
| +++ b/webrtc/modules/BUILD.gn
|
| @@ -504,7 +504,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",
|
|
|