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

Side by Side Diff: scripts/nspr-checkout.sh

Issue 200653003: Update to NSPR 4.10.4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « patches/nspr-darwin.patch ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 # This shell script checks out the NSPR source tree from CVS and prepares 6 # This shell script checks out the NSPR source tree from CVS and prepares
7 # it for Chromium. 7 # it for Chromium.
8 8
9 # Make the script exit as soon as something fails. 9 # Make the script exit as soon as something fails.
10 set -ex 10 set -ex
11 11
12 rm -rf nspr 12 rm -rf nspr
13 hg clone -u NSPR_4_10_3_RTM https://hg.mozilla.org/projects/nspr 13 hg clone -u NSPR_4_10_4_RTM https://hg.mozilla.org/projects/nspr
14 14
15 rm -r nspr/admin 15 rm -r nspr/admin
16 rm -r nspr/build 16 rm -r nspr/build
17 rm -r nspr/config 17 rm -r nspr/config
18 rm -r nspr/lib/prstreams 18 rm -r nspr/lib/prstreams
19 rm -r nspr/lib/tests 19 rm -r nspr/lib/tests
20 rm -r nspr/pkg 20 rm -r nspr/pkg
21 rm -r nspr/pr/src/cplus 21 rm -r nspr/pr/src/cplus
22 rm -r nspr/pr/tests 22 rm -r nspr/pr/tests
23 rm -r nspr/tools 23 rm -r nspr/tools
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 rm nspr/pr/src/md/windows/ntdllmn.c 63 rm nspr/pr/src/md/windows/ntdllmn.c
64 rm nspr/pr/src/md/windows/ntio.c 64 rm nspr/pr/src/md/windows/ntio.c
65 rm nspr/pr/src/md/windows/ntthread.c 65 rm nspr/pr/src/md/windows/ntthread.c
66 66
67 # Remove obsolete files or files we don't need. 67 # Remove obsolete files or files we don't need.
68 rm nspr/pr/include/gencfg.c 68 rm nspr/pr/include/gencfg.c
69 rm nspr/pr/src/misc/compile-et.pl 69 rm nspr/pr/src/misc/compile-et.pl
70 rm nspr/pr/src/misc/dtoa.c 70 rm nspr/pr/src/misc/dtoa.c
71 rm nspr/pr/src/misc/prerr.et 71 rm nspr/pr/src/misc/prerr.et
72 rm nspr/pr/src/misc/prerr.properties 72 rm nspr/pr/src/misc/prerr.properties
OLDNEW
« no previous file with comments | « patches/nspr-darwin.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698