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

Unified Diff: scripts/nspr-checkout.sh

Issue 1843333003: Update NSPR to 4.12 and NSS to 3.23 on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/nss.git@master
Patch Set: Created 4 years, 9 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: scripts/nspr-checkout.sh
diff --git a/scripts/nspr-checkout.sh b/scripts/nspr-checkout.sh
index bc89119fa91b107e84ea59fffe5b89105889b51d..df12d28a2ec9a89a1c1eeed18175df09db8b7710 100755
--- a/scripts/nspr-checkout.sh
+++ b/scripts/nspr-checkout.sh
@@ -10,7 +10,7 @@
set -ex
rm -rf nspr
-hg clone -u NSPR_4_11_RTM https://hg.mozilla.org/projects/nspr
+hg clone -u NSPR_4_12_RTM https://hg.mozilla.org/projects/nspr
rm -r nspr/.hg
rm -r nspr/admin

Powered by Google App Engine
This is Rietveld 408576698