Index: chrome/browser/extensions/BUILD.gn |
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn |
index c7d39b8fbe1d020c9ff2a6566f2e25a076529abc..303c62c29cc03f1183903393c9fbb51a96985cdc 100644 |
--- a/chrome/browser/extensions/BUILD.gn |
+++ b/chrome/browser/extensions/BUILD.gn |
@@ -229,6 +229,9 @@ static_library("extensions") { |
sources -= [ |
"global_shortcut_listener_chromeos.cc", |
] |
+ deps -= [ |
+ "//remoting/host/it2me:common", |
+ ] |
} |
if (!use_ozone) { |
sources -= [ |