diff options
author | Gordana.Cmiljanovic@imgtec.com <Gordana.Cmiljanovic@imgtec.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-06 17:25:22 +0000 |
---|---|---|
committer | Gordana.Cmiljanovic@imgtec.com <Gordana.Cmiljanovic@imgtec.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-06 17:25:22 +0000 |
commit | d56118e3b6b2a8e4cf4b2ace18825e3ab7edd5b9 (patch) | |
tree | 3285d0fe14df192cdd4f63a7a6a02003bf3473eb /skia/skia_library.gypi | |
parent | 9e9d03e15a65902c6170cea06f9f0ed70bb5221a (diff) | |
download | chromium_src-d56118e3b6b2a8e4cf4b2ace18825e3ab7edd5b9.zip chromium_src-d56118e3b6b2a8e4cf4b2ace18825e3ab7edd5b9.tar.gz chromium_src-d56118e3b6b2a8e4cf4b2ace18825e3ab7edd5b9.tar.bz2 |
[MIPS64] Add build support in Skia for MIPS64
BUG=400684
Review URL: https://codereview.chromium.org/440043002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287795 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia_library.gypi')
-rw-r--r-- | skia/skia_library.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi index d1fd91e..18bfb01 100644 --- a/skia/skia_library.gypi +++ b/skia/skia_library.gypi @@ -233,7 +233,7 @@ ], }], [ 'target_arch == "arm" or target_arch == "arm64" or \ - target_arch == "mipsel"', { + target_arch == "mipsel" or target_arch == "mips64el"', { 'sources!': [ '../third_party/skia/src/opts/opts_check_x86.cpp' ], |