Commit 8337c369 authored by thakis@chromium.org's avatar thakis@chromium.org

Remove things from breakpad_tools.gypi that are set by build/common.gypi or implicitly.

No intended behavior change.

BUG=none

Review URL: https://codereview.chromium.org/402773003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283959 0039d316-1c4b-4281-b951-d872f2087c98
parent 587cdf54
......@@ -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'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment