Index: chrome/browser/extensions/BUILD.gn |
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn |
index eab3a6e12bab6f841e4339a21b5de65bce85d2cb..e77bf4cf9995744f8c2585da2120fca988963e00 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, |