summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/extensions/BUILD.gn5
-rw-r--r--remoting/base/BUILD.gn5
-rw-r--r--third_party/libjingle/BUILD.gn4
3 files changed, 0 insertions, 14 deletions
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index eab3a6e..e77bf4c 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -80,11 +80,6 @@ static_library("extensions") {
"//content/public/browser",
]
- # 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" ]
-
if (is_chromeos) {
sources += rebase_path(
gypi_values.chrome_browser_extensions_chromeos_sources,
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" ]
}
diff --git a/third_party/libjingle/BUILD.gn b/third_party/libjingle/BUILD.gn
index e8f8aa5..ba32bdb 100644
--- a/third_party/libjingle/BUILD.gn
+++ b/third_party/libjingle/BUILD.gn
@@ -516,10 +516,6 @@ if (enable_webrtc) {
"//third_party/webrtc/modules/video_render",
]
- # TODO(GYP) this should be removed and we should get this config by one of
- # the webrtc targets specifying it for the direct_dependent_configs.
- #configs += [ "//third_party/webrtc:common_config" ] # TODO(GYP)
-
if (!is_ios) {
# TODO(mallinath) - Enable SCTP for iOS.
sources += [