1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
7 ['OS=="linux" or OS=="android"', {
9 'host_arch': '<!(uname -m)',
12 ['host_arch=="x86_64"', {
13 'cflags!': ['-m32', '-march=pentium4', '-msse2', '-mfpmath=sse'],
16 'include_dirs!': ['/usr/include32'],
18 ['target_arch=="ia32" and sysroot!=""', {
19 'cflags!': ['--sysroot=<(sysroot)'],
27 'defines': ['__ANDROID__'],
30 'cflags': ['-Wno-tautological-constant-out-of-range-compare'],
32 'WARNING_CFLAGS': ['-Wno-tautological-constant-out-of-range-compare'],