summaryrefslogtreecommitdiffstats
path: root/remoting/base/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/base/BUILD.gn')
-rw-r--r--remoting/base/BUILD.gn5
1 files changed, 0 insertions, 5 deletions
diff --git a/remoting/base/BUILD.gn b/remoting/base/BUILD.gn
index 3929a9f..6d05466 100644
--- a/remoting/base/BUILD.gn
+++ b/remoting/base/BUILD.gn
@@ -91,10 +91,5 @@ static_library("base") {
"//remoting/proto",
"//third_party/protobuf:protobuf_lite",
]
-
- # TODO(GYP) This config should be a direct_dependent_config of
- # //third_party/webrtc/modules/desktop_capture so we shouldn't have to
- # include it here. Remove this line when the direct_dependent_config is set.
- configs += [ "//third_party/webrtc:common_inherited_config" ]
}