summaryrefslogtreecommitdiffstats
path: root/third_party/liblouis
diff options
context:
space:
mode:
authorpetarj@mips.com <petarj@mips.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-12 20:54:44 +0000
committerpetarj@mips.com <petarj@mips.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-12 20:54:44 +0000
commit6c524df7f0e1240237a1cd53858e6eafed8a70a5 (patch)
treeaa04dce2fbd26d1a47911c58173c483e275334e4 /third_party/liblouis
parent391b65b45b4c41e3a14cb3005f0532e3b755fac1 (diff)
downloadchromium_src-6c524df7f0e1240237a1cd53858e6eafed8a70a5.zip
chromium_src-6c524df7f0e1240237a1cd53858e6eafed8a70a5.tar.gz
chromium_src-6c524df7f0e1240237a1cd53858e6eafed8a70a5.tar.bz2
[MIPS] Define liblouis_nacl nexe for MIPS
Add missing case for MIPS in liblouis_nacl_wrapper_nacl. BUG= https://code.google.com/p/nativeclient/issues/detail?id=2275 TEST= Chromium buildbots Review URL: https://codereview.chromium.org/197613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256639 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/liblouis')
-rw-r--r--third_party/liblouis/liblouis_nacl.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/liblouis/liblouis_nacl.gyp b/third_party/liblouis/liblouis_nacl.gyp
index 08915e5..b89b22b 100644
--- a/third_party/liblouis/liblouis_nacl.gyp
+++ b/third_party/liblouis/liblouis_nacl.gyp
@@ -76,6 +76,7 @@
'out_newlib64': '<(braille_test_data_dir)/>(nexe_target)_x86_64.nexe',
'out_newlib32': '<(braille_test_data_dir)/>(nexe_target)_x86_32.nexe',
'out_newlib_arm': '<(braille_test_data_dir)/>(nexe_target)_arm.nexe',
+ 'out_newlib_mips': '<(braille_test_data_dir)/>(nexe_target)_mips32.nexe',
'build_newlib': 1,
'extra_args': [
'--strip-debug',
@@ -91,6 +92,9 @@
['enable_arm==1', {
'nexe_files': ['>(out_newlib_arm)'],
}],
+ ['enable_mips==1', {
+ 'nexe_files': ['>(out_newlib_mips)'],
+ }],
],
},
'sources': [