| Index: webrtc/modules/desktop_capture/BUILD.gn
|
| diff --git a/webrtc/modules/desktop_capture/BUILD.gn b/webrtc/modules/desktop_capture/BUILD.gn
|
| index 63e43d9220295add053779a82ee961fe477a2b67..6caef4d719b5dea3d98b61b2dee86ae3853611e2 100644
|
| --- a/webrtc/modules/desktop_capture/BUILD.gn
|
| +++ b/webrtc/modules/desktop_capture/BUILD.gn
|
| @@ -138,7 +138,7 @@ source_set("desktop_capture") {
|
|
|
| deps = [
|
| ":primitives",
|
| - "../../base:rtc_base_approved",
|
| + "../../base:rtc_base", # TODO(kjellander): Cleanup in bugs.webrtc.org/3806.
|
| "../../system_wrappers",
|
| ]
|
|
|
|
|