Index: remoting/base/BUILD.gn |
diff --git a/remoting/base/BUILD.gn b/remoting/base/BUILD.gn |
index 3929a9f1147734e1e97a08b6f48d735f3e72bfb1..6d05466da22663d41897a24624ec766ca39a6b31 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" ] |
} |