| Index: remoting/client/BUILD.gn
|
| diff --git a/remoting/client/BUILD.gn b/remoting/client/BUILD.gn
|
| index f944650f40fe013e1efe064050ff2be655dc9b53..d2fde67096f9833f0cdd38247fc1f0f9e3ac5727 100644
|
| --- a/remoting/client/BUILD.gn
|
| +++ b/remoting/client/BUILD.gn
|
| @@ -35,8 +35,6 @@ static_library("client") {
|
| ]
|
|
|
| configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
| - # TODO(GYP) Remove when WebRTC is converted.
|
| - configs += [ "//content:webrtc_stub_config" ]
|
|
|
| defines = [ "VERSION=$version_full" ]
|
|
|
| @@ -44,7 +42,7 @@ static_library("client") {
|
| "//remoting/base",
|
| "//remoting/protocol",
|
| "//third_party/libyuv",
|
| - #"//third_party/webrtc/modules/desktop_capture", TODO(GYP)
|
| + "//third_party/webrtc/modules/desktop_capture",
|
| "//third_party/libwebm",
|
| ]
|
| }
|
|
|