summaryrefslogtreecommitdiffstats
path: root/remoting/tools
diff options
context:
space:
mode:
authormcgrathr <mcgrathr@chromium.org>2016-01-20 11:51:11 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-20 19:53:58 +0000
commit0c27b8c9f8bf91cf8951084e5edb37ed520a2ca3 (patch)
treeeea3ef177024dc5a5bf8c29dc3626795ee334d4e /remoting/tools
parent7fb9d70481852fcaf711498d3975ef2df15b4256 (diff)
downloadchromium_src-0c27b8c9f8bf91cf8951084e5edb37ed520a2ca3.zip
chromium_src-0c27b8c9f8bf91cf8951084e5edb37ed520a2ca3.tar.gz
chromium_src-0c27b8c9f8bf91cf8951084e5edb37ed520a2ca3.tar.bz2
GN: Drop enable_pnacl and enable_nacl_untrusted variables
Now that GN build rules for NaCl stuff are getting mature, there is no need for these separate switches. Just using enable_nacl alone keeps things simpler. BUG=none R=brettw@chromium.org Review URL: https://codereview.chromium.org/1568733002 Cr-Commit-Position: refs/heads/master@{#370446}
Diffstat (limited to 'remoting/tools')
-rw-r--r--remoting/tools/javascript_key_tester/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/tools/javascript_key_tester/BUILD.gn b/remoting/tools/javascript_key_tester/BUILD.gn
index 7f6cc31..3fea768 100644
--- a/remoting/tools/javascript_key_tester/BUILD.gn
+++ b/remoting/tools/javascript_key_tester/BUILD.gn
@@ -4,7 +4,7 @@
import("//build/config/features.gni")
-if (enable_pnacl) {
+if (enable_nacl) {
group("javascript_key_tester") {
deps = [
":javascript_key_tester_copies",