summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_exe.gypi
diff options
context:
space:
mode:
authorjasonwkim@google.com <jasonwkim@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-20 18:16:11 +0000
committerjasonwkim@google.com <jasonwkim@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-20 18:16:11 +0000
commitf0c4fce5e4fb464d29b8803554aeaed69862d33f (patch)
treecb00f1197f6ca79ab492c09c7bf55b9cedd784c6 /chrome/chrome_exe.gypi
parent45a6201b579255882cb0e5bd569495d4fc6af502 (diff)
downloadchromium_src-f0c4fce5e4fb464d29b8803554aeaed69862d33f.zip
chromium_src-f0c4fce5e4fb464d29b8803554aeaed69862d33f.tar.gz
chromium_src-f0c4fce5e4fb464d29b8803554aeaed69862d33f.tar.bz2
Move the definition of disable_nacl% inside a conditional
and remove the explicit commingling of target_arch=arm and disable_nacl in other parts. The net effect is that NaCl is still disabled on ARM but is more easily enabled. R=bradnelson@google.com BUG=http://code.google.com/p/chromium/issues/detail?id=61695 BUG=http://code.google.com/p/chromium/issues/detail?id=38909 BUG=http://code.google.com/p/nativeclient/issues/detail?id=135 Review URL: http://codereview.chromium.org/8352025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106527 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r--chrome/chrome_exe.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index a809fee..e148e55 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -410,8 +410,8 @@
}],
['OS=="linux"', {
'conditions': [
- # For now, do not build nacl_helper on ARM or when disable_nacl=1
- ['disable_nacl!=1 and target_arch!="arm"', {
+ # For now, do not build nacl_helper when disable_nacl=1
+ ['disable_nacl!=1', {
'dependencies': [
'nacl_helper_bootstrap',
'nacl_helper',