| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index a809fee7a981b957c142578de93593a216290a76..e148e55c014a4ff5d1d2f950cce97e3e5f8e5a67 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',
|
|
|