| Index: build/common.gypi
 | 
| diff --git a/build/common.gypi b/build/common.gypi
 | 
| index 8261c9e63184deff45f7170ad592e18731ba86d6..a4788c4358429b3b8b12942f5970627ad5d25d01 100644
 | 
| --- a/build/common.gypi
 | 
| +++ b/build/common.gypi
 | 
| @@ -44,20 +44,6 @@
 | 
|            # hosts should pass an explicit target_arch to gyp.
 | 
|            'target_arch%':
 | 
|              '<!(uname -m | sed -e "s/i.86/ia32/;s/x86_64/x64/;s/arm.*/arm/")',
 | 
| -
 | 
| -          # On Linux, we use the system versions of several libraries. We end
 | 
| -          # up pulling these in as .so's anyway since they are already in our
 | 
| -          # transitive closure due to GTK.
 | 
| -          'use_system_zlib': 1,
 | 
| -          'use_system_libjpeg': 1,
 | 
| -          'use_system_bzip2': 1,
 | 
| -          'use_system_libpng': 1,
 | 
| -          'use_system_libjpeg': 1,
 | 
| -          'use_system_libxslt': 1,
 | 
| -
 | 
| -          # We use our own copy of libssl, although we still need to link
 | 
| -          # against the rest of NSS.
 | 
| -          'use_system_ssl': 0,
 | 
|          }, {  # OS!="linux"
 | 
|            'target_arch%': 'ia32',
 | 
|          }],
 | 
| 
 |