Chromium Code Reviews| Index: chrome/app/BUILD.gn |
| diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn |
| index 9916552da2cacdefc82265badb687b3cf54fee81..c4525c95bcd6a65cf2714671deaae3fc0158cf3d 100644 |
| --- a/chrome/app/BUILD.gn |
| +++ b/chrome/app/BUILD.gn |
| @@ -327,8 +327,4 @@ source_set("test_support") { |
| if (enable_plugins && enable_nacl) { |
| deps += [ "//components/nacl/renderer/plugin:nacl_trusted_plugin" ] |
| } |
| - |
| - if (enable_remoting) { |
| - deps += [ "//remoting/client/plugin" ] |
| - } |
| } |