| Index: remoting/client/display/BUILD.gn
|
| diff --git a/remoting/client/display/BUILD.gn b/remoting/client/display/BUILD.gn
|
| index 9716d4cd0849e5bcadb2d3a3a4c3cad57e760f86..c2d5007bbe37cd852be19bff73dabcc65163b0e2 100644
|
| --- a/remoting/client/display/BUILD.gn
|
| +++ b/remoting/client/display/BUILD.gn
|
| @@ -30,7 +30,7 @@ source_set("display") {
|
| deps = [
|
| "//remoting/proto",
|
| "//third_party/libyuv",
|
| - "//third_party/webrtc/base:rtc_base",
|
| + "//third_party/webrtc/base:rtc_base_approved",
|
| ]
|
|
|
| public_configs = [ "//third_party/khronos:khronos_headers" ]
|
| @@ -85,7 +85,7 @@ if (is_win) {
|
| "//remoting/proto",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| - "//third_party/webrtc/base:rtc_base",
|
| + "//third_party/webrtc/base:rtc_base_approved",
|
| ]
|
| }
|
| }
|
|
|