Index: chrome/common/BUILD.gn |
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
index b99d3b03d2c0d5ede99bf5f1e19e33283ee8b041..45710c00b9963e336b162b129288f8a5c8995dbf 100644 |
--- a/chrome/common/BUILD.gn |
+++ b/chrome/common/BUILD.gn |
@@ -208,7 +208,7 @@ static_library("common") { |
} |
if (enable_remoting) { |
- #deps += [ '../remoting/remoting.gyp:remoting_client_plugin' ] TODO(GYP) |
+ deps += [ "//remoting/client/plugin" ] |
} |
if (enable_plugins) { |
deps += [ |