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

Unified Diff: ports/libyuv/build.sh

Issue 1749283002: Update bug URLs from naclports to webports (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: . Created 3 years, 7 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
« no previous file with comments | « ports/libffi/nacl.patch ('k') | ports/perl/pkg_info » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/libyuv/build.sh
diff --git a/ports/libyuv/build.sh b/ports/libyuv/build.sh
index 5236b6f6c446d063fd58ab62f22c918f5d674834..73b57c566524ac0bba3aea963bdee5f8764e2263 100644
--- a/ports/libyuv/build.sh
+++ b/ports/libyuv/build.sh
@@ -18,7 +18,7 @@ EXTRA_CMAKE_ARGS+=" -DGTEST_SRC_DIR=${GTEST_SRC}"
TestStep() {
# TODO(sbc): figure out why these tests fail
- # https://bugs.chromium.org/p/naclports/issues/detail?id=216
+ # https://bugs.chromium.org/p/webports/issues/detail?id=216
if [[ ${NACL_ARCH} == i686 && ${TOOLCHAIN} == glibc ]]; then
filter="--gtest_filter=-libyuvTest.Psnr:libyuvTest.Ssim"
elif [[ ${NACL_ARCH} == x86_64 && ${TOOLCHAIN} == glibc ]]; then
« no previous file with comments | « ports/libffi/nacl.patch ('k') | ports/perl/pkg_info » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698