Index: remoting/BUILD.gn |
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn |
index 211a165146e91199572f4b418ee7c511ffe3c002..5e2b5c4704205716ac01e79a2c6d02f569685c65 100644 |
--- a/remoting/BUILD.gn |
+++ b/remoting/BUILD.gn |
@@ -66,7 +66,7 @@ group("remoting_all") { |
] |
} |
- if (enable_nacl) { |
+ if (enable_pnacl) { |
deps += [ "//remoting/tools/javascript_key_tester" ] |
Peter Mayo
2015/09/03 21:39:57
note that since this is now a reference to a whole
Dirk Pranke
2015/09/03 21:43:34
true, the //remoting/tools/javascript_key_tester/B
|
} |
} |