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

Unified Diff: native_client_sdk/src/gonacl_appengine/src/bullet/build.sh

Issue 613233002: [NaCl SDK] Update naclports revision used to build gonacl.com examples (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: native_client_sdk/src/gonacl_appengine/src/bullet/build.sh
diff --git a/native_client_sdk/src/gonacl_appengine/src/bullet/build.sh b/native_client_sdk/src/gonacl_appengine/src/bullet/build.sh
index 1bcd12e6683b3f1bdac92c091a1e6aeb8bac1492..ffe1af80b20a5e8a4c8d424328a579f8b9b52a41 100755
--- a/native_client_sdk/src/gonacl_appengine/src/bullet/build.sh
+++ b/native_client_sdk/src/gonacl_appengine/src/bullet/build.sh
@@ -10,8 +10,8 @@ SCRIPT_DIR="$(cd $(dirname $0) && pwd)"
cd ${SCRIPT_DIR}
OUT_DIR=out
-NACLPORTS_URL=https://chromium.googlesource.com/external/naclports
-NACLPORTS_SHA=04ba2e1abe8557ef888b653b7a0da974e4734641
+NACLPORTS_URL=https://chromium.googlesource.com/external/naclports.git
+NACLPORTS_SHA=99f2417ab1a397735b20ccceaa58ffcc166f3fb1
NACLPORTS_DIR=${OUT_DIR}/naclports
NACLAM_URL=https://github.com/johnmccutchan/NaClAMBase
NACLAM_DIR=${OUT_DIR}/NaClAMBase
« no previous file with comments | « native_client_sdk/src/gonacl_appengine/src/bullet/Makefile ('k') | native_client_sdk/src/gonacl_appengine/src/lua/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698