| Index: breakpad/breakpad_tools.gypi
|
| diff --git a/breakpad/breakpad_tools.gypi b/breakpad/breakpad_tools.gypi
|
| index cce770fa5e7d63902c83e994ff449a90fb33c6fa..48dc050950f531d3f89bf0bd70613da542e752d6 100644
|
| --- a/breakpad/breakpad_tools.gypi
|
| +++ b/breakpad/breakpad_tools.gypi
|
| @@ -4,27 +4,8 @@
|
|
|
| {
|
| 'conditions': [
|
| - ['OS=="linux" or OS=="android"', {
|
| - 'variables': {
|
| - 'host_arch': '<!pymod_do_main(detect_host_arch)',
|
| - },
|
| - 'conditions': [
|
| - ['host_arch=="x86_64"', {
|
| - 'cflags!': ['-m32', '-march=pentium4', '-msse2', '-mfpmath=sse'],
|
| - 'ldflags!': ['-m32'],
|
| - 'cflags': ['-O2'],
|
| - 'include_dirs!': ['/usr/include32'],
|
| - 'conditions': [
|
| - ['target_arch=="ia32" and sysroot!=""', {
|
| - 'cflags!': ['--sysroot=<(sysroot)'],
|
| - }],
|
| - ],
|
| - }],
|
| - ],
|
| - }],
|
| ['OS=="android"', {
|
| 'toolsets': ['host'],
|
| - 'defines': ['__ANDROID__'],
|
| }],
|
| ['clang==1', {
|
| 'cflags': ['-Wno-tautological-constant-out-of-range-compare'],
|
|
|