| Index: webrtc/modules/desktop_capture/BUILD.gn
|
| diff --git a/webrtc/modules/desktop_capture/BUILD.gn b/webrtc/modules/desktop_capture/BUILD.gn
|
| index ebf337d055f3320284376def944717c8e9899cef..b43d90513455a3f71dd3ffd85e71047de4083bb4 100644
|
| --- a/webrtc/modules/desktop_capture/BUILD.gn
|
| +++ b/webrtc/modules/desktop_capture/BUILD.gn
|
| @@ -66,6 +66,7 @@ if (rtc_include_tests) {
|
| public_deps = [
|
| ":desktop_capture",
|
| ":rgba_color",
|
| + "//testing/gmock",
|
| ]
|
|
|
| sources = [
|
| @@ -73,6 +74,7 @@ if (rtc_include_tests) {
|
| "desktop_frame_generator.h",
|
| "fake_desktop_capturer.cc",
|
| "fake_desktop_capturer.h",
|
| + "mock_desktop_capturer_callback.cc",
|
| "mock_desktop_capturer_callback.h",
|
| "screen_capturer_mock_objects.h",
|
| ]
|
|
|