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

Unified Diff: ports/jpeg6b/build.sh

Issue 1556933002: Remove redundant pnacl translations (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Created 4 years, 12 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/jpeg6b/build.sh
diff --git a/ports/jpeg6b/build.sh b/ports/jpeg6b/build.sh
index 93543a435a3112b97ea9b6832a416f7157972160..d2537c563d786df8819e6be87d589edc49833d39 100644
--- a/ports/jpeg6b/build.sh
+++ b/ports/jpeg6b/build.sh
@@ -33,7 +33,7 @@ TestStep() {
for arch in x86-32 x86-64; do
binji 2016/01/04 19:37:03 why not arm?
for exe in ${EXECUTABLES}; do
local exe_noext=${exe%.*}
- WriteLauncherScriptPNaCl ${exe_noext} ${exe_noext}.${arch}.nexe ${arch}
+ WriteLauncherScript ${exe_noext} ${exe_noext}.${arch}.nexe
done
make test
done
« ports/fftw-float/build.sh ('K') | « ports/giflib/build.sh ('k') | ports/jpeg8d/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698