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

Side by Side Diff: net/third_party/nss/patches/applypatches.sh

Issue 691193002: Remove a reference to __DATE__ and __TIME__ from nss for non official builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | net/third_party/nss/patches/removebuildmetadata.patch » ('j') | 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) 2012 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2012 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 # Run this script in the nss/lib/ssl directory in a NSS source tree. 6 # Run this script in the nss/lib/ssl directory in a NSS source tree.
7 # 7 #
8 # Point patches_dir to the src/net/third_party/nss/patches directory in a 8 # Point patches_dir to the src/net/third_party/nss/patches directory in a
9 # chromium source tree. 9 # chromium source tree.
10 patches_dir=/Users/wtc/chrome1/src/net/third_party/nss/patches 10 patches_dir=/Users/wtc/chrome1/src/net/third_party/nss/patches
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 45
46 patch -p4 < $patches_dir/sessioncache.patch 46 patch -p4 < $patches_dir/sessioncache.patch
47 47
48 patch -p4 < $patches_dir/nssrwlock.patch 48 patch -p4 < $patches_dir/nssrwlock.patch
49 49
50 patch -p4 < $patches_dir/paddingextvalue.patch 50 patch -p4 < $patches_dir/paddingextvalue.patch
51 51
52 patch -p4 < $patches_dir/reorderextensions.patch 52 patch -p4 < $patches_dir/reorderextensions.patch
53 53
54 patch -p5 < $patches_dir/alpnserver.patch 54 patch -p5 < $patches_dir/alpnserver.patch
55
56 patch -p4 < $patches_dir/removebuildmetadata.patch
57
OLDNEW
« no previous file with comments | « no previous file | net/third_party/nss/patches/removebuildmetadata.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698