Chromium Code Reviews| Index: chrome/common/BUILD.gn |
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
| index d489c05c38d6bd34f50af52b6bfb07d53ba4f6aa..979c331752b62488ae6869c827041a90852d8867 100644 |
| --- a/chrome/common/BUILD.gn |
| +++ b/chrome/common/BUILD.gn |
| @@ -209,7 +209,7 @@ static_library("common") { |
| } |
| if (enable_remoting) { |
| - #deps += [ '../remoting/remoting.gyp:remoting_client_plugin' ] TODO(GYP) |
| + deps += [ "//remoting/client/plugin" ] |
| } |
| if (!enable_plugins) { |
| sources -= [ "pepper_permission_util.cc" ] |