| Index: webrtc/modules/desktop_capture/BUILD.gn
|
| diff --git a/webrtc/modules/desktop_capture/BUILD.gn b/webrtc/modules/desktop_capture/BUILD.gn
|
| index f8d52934051c5c4ede47601bea55be42ed2f26ff..1a94223bdf690e7a5369f2c62bd6f40a44701bc5 100644
|
| --- a/webrtc/modules/desktop_capture/BUILD.gn
|
| +++ b/webrtc/modules/desktop_capture/BUILD.gn
|
| @@ -29,6 +29,7 @@ rtc_static_library("primitives") {
|
| deps = [
|
| "../..:webrtc_common",
|
| "../../base:rtc_base", # TODO(kjellander): Cleanup in bugs.webrtc.org/3806.
|
| + "../../media:rtc_media_base",
|
| ]
|
| }
|
|
|
|
|