diff options
author | petarj@mips.com <petarj@mips.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-02 21:15:53 +0000 |
---|---|---|
committer | petarj@mips.com <petarj@mips.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-02 21:15:53 +0000 |
commit | 281b05ebc70795fe2f228245c7d9a35db31ab8a3 (patch) | |
tree | ea5765578a7b523c8371daf4efb3745a9bfca598 /build/gyp_chromium | |
parent | 70afe5afe1061d78781cfc5677da9e14f300e163 (diff) | |
download | chromium_src-281b05ebc70795fe2f228245c7d9a35db31ab8a3.zip chromium_src-281b05ebc70795fe2f228245c7d9a35db31ab8a3.tar.gz chromium_src-281b05ebc70795fe2f228245c7d9a35db31ab8a3.tar.bz2 |
[MIPS] Add support for Chromium-Android for MIPS build to BUILD.gn
Fix build regressions for Chrome for Android for MIPS that came with r242674.
BUG= gclient runhooks fails for MIPS
TEST= build content_shell for Android MIPS
Review URL: https://codereview.chromium.org/111633004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242797 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/gyp_chromium')
-rwxr-xr-x | build/gyp_chromium | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/gyp_chromium b/build/gyp_chromium index 32cb491..4eafdd5 100755 --- a/build/gyp_chromium +++ b/build/gyp_chromium @@ -138,6 +138,7 @@ def GetArgsStringForGN(supplemental_files): ('target_arch', 'ia32', 'cpu_arch="x86"'), ('target_arch', 'x64', 'cpu_arch="x64"'), ('target_arch', 'arm', 'cpu_arch="arm"'), + ('target_arch', 'mipsel', 'cpu_arch="mipsel"'), ('fastbuild', '0', 'symbol_level=2'), ('fastbuild', '1', 'symbol_level=1'), ('fastbuild', '2', 'symbol_level=0'), |