Index: chrome/BUILD.gn |
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
index 903ff5045fcc094784e2bdd88aa777b6327ffc79..95f6e8997fc7f5c922684bffd9af671e9c3162c8 100644 |
--- a/chrome/BUILD.gn |
+++ b/chrome/BUILD.gn |
@@ -284,9 +284,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" ] |
} |