Index: chrome/BUILD.gn |
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
index a807c09e5eea9c002c92c99d62a7944003e11293..5b40f4f186bbc11ed02c3a2e5063d0501da0a99d 100644 |
--- a/chrome/BUILD.gn |
+++ b/chrome/BUILD.gn |
@@ -279,9 +279,9 @@ group("child_dependencies") { |
deps += [ "//third_party/cld_2:cld2_platform_impl" ] |
} |
- # TODO(gyp) if (enable_nacl) { |
- # deps += [ "<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_plugin" ] |
- #} |
+ if (enable_nacl) { |
+ deps += [ "//components/nacl/renderer/plugin:nacl_trusted_plugin" ] |
+ } |
if (enable_remoting) { |
deps += [ "//remoting/client/plugin" ] |
} |