Index: chrome/app/BUILD.gn |
diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn |
index 0c93b0d9b627bb6c153fb6d058133fac4db12022..9b858f5963496e889dfb0263eb6c0a3a93ec16f0 100644 |
--- a/chrome/app/BUILD.gn |
+++ b/chrome/app/BUILD.gn |
@@ -322,9 +322,9 @@ source_set("test_support") { |
] |
} |
- # TODO(gyp) if (enable_plugins and enable_nacl) { |
- # deps += [ "'<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_plugin'," ] |
- # } |
+ if (enable_plugins && enable_nacl) { |
+ deps += [ "//components/nacl/renderer/plugin:nacl_trusted_plugin" ] |
+ } |
if (enable_remoting) { |
deps += [ "//remoting/client/plugin" ] |