Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1372)

Unified Diff: ports/libyuv/build.sh

Issue 1804293003: Add support for new pnacl native toolchain driver (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Fix according to Brad's comments Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ports/libyuv/build.sh
diff --git a/ports/libyuv/build.sh b/ports/libyuv/build.sh
index 42bef632fab81f27c8a3d285bff5444f1819c94e..5236b6f6c446d063fd58ab62f22c918f5d674834 100644
--- a/ports/libyuv/build.sh
+++ b/ports/libyuv/build.sh
@@ -23,7 +23,7 @@ TestStep() {
filter="--gtest_filter=-libyuvTest.Psnr:libyuvTest.Ssim"
elif [[ ${NACL_ARCH} == x86_64 && ${TOOLCHAIN} == glibc ]]; then
filter="--gtest_filter=-libyuvTest.ARGBRect_Unaligned"
- elif [[ ${NACL_ARCH} == pnacl ]]; then
+ elif [[ ${NACL_ARCH} == pnacl || ${NACL_ARCH} == le32 ]]; then
filter="--gtest_filter="
filter+="-libyuvTest.MJPGToI420"
filter+=":libyuvTest.MJPGToARGB"
« make_all.sh ('K') | « ports/libvpx/nacl.patch ('k') | ports/mp4v2/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698