summaryrefslogtreecommitdiffstats
path: root/remoting/client
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/client
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/client')
-rw-r--r--remoting/client/plugin/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/plugin/BUILD.gn b/remoting/client/plugin/BUILD.gn
index 01432fd..109a859 100644
--- a/remoting/client/plugin/BUILD.gn
+++ b/remoting/client/plugin/BUILD.gn
@@ -42,7 +42,7 @@ executable("remoting_client_plugin_newlib") {
include_dirs = [ "//ppapi/lib/gl/include" ]
}
-if (enable_pnacl && is_debug) {
+if (enable_nacl && is_debug) {
copy("remoting_client_plugin_newlib_debug") {
public_deps = [
":remoting_client_plugin_newlib",