diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/installer/installer.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp index f7c01280..2c7ddcf 100644 --- a/chrome/installer/installer.gyp +++ b/chrome/installer/installer.gyp @@ -551,7 +551,7 @@ }, ], 'conditions': [ - ['target_arch=="ia32" and chromeos==0', { + ['chromeos==0', { 'actions': [ { 'variables': { |