Index: chrome/app/BUILD.gn |
diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn |
index 12e3b12f6e474e6f5e315e188b793dd361c5ae1d..b7dfb20eece9a1cd46cffd0e691c7769362f9b4e 100644 |
--- a/chrome/app/BUILD.gn |
+++ b/chrome/app/BUILD.gn |
@@ -318,9 +318,9 @@ source_set("test_support") { |
sources += [ "chrome_main_mac.mm" ] |
} |
- # 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" ] |