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

Unified Diff: net/third_party/nss/patches/applypatches.sh

Issue 992733002: Remove //net (except for Android test stuff) and sdch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « net/third_party/nss/patches/alpnserver.patch ('k') | net/third_party/nss/patches/cachecerts.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/third_party/nss/patches/applypatches.sh
diff --git a/net/third_party/nss/patches/applypatches.sh b/net/third_party/nss/patches/applypatches.sh
deleted file mode 100755
index 878d40364bd3fadbf94660710b535f522ef52116..0000000000000000000000000000000000000000
--- a/net/third_party/nss/patches/applypatches.sh
+++ /dev/null
@@ -1,57 +0,0 @@
-#!/bin/sh
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# Run this script in the nss/lib/ssl directory in a NSS source tree.
-#
-# Point patches_dir to the src/net/third_party/nss/patches directory in a
-# chromium source tree.
-patches_dir=/Users/wtc/chrome1/src/net/third_party/nss/patches
-
-patch -p4 < $patches_dir/cachecerts.patch
-
-patch -p4 < $patches_dir/clientauth.patch
-
-patch -p4 < $patches_dir/didhandshakeresume.patch
-
-patch -p4 < $patches_dir/getrequestedclientcerttypes.patch
-
-patch -p4 < $patches_dir/restartclientauth.patch
-
-patch -p4 < $patches_dir/channelid.patch
-
-patch -p4 < $patches_dir/tlsunique.patch
-
-patch -p4 < $patches_dir/secretexporterlocks.patch
-
-patch -p4 < $patches_dir/suitebonly.patch
-
-patch -p4 < $patches_dir/secitemarray.patch
-
-patch -p4 < $patches_dir/tls12chromium.patch
-
-patch -p4 < $patches_dir/aesgcmchromium.patch
-
-patch -p4 < $patches_dir/chacha20poly1305.patch
-
-patch -p4 < $patches_dir/cachelocks.patch
-
-patch -p4 < $patches_dir/signedcertificatetimestamps.patch
-
-patch -p4 < $patches_dir/cipherorder.patch
-
-patch -p4 < $patches_dir/fallbackscsv.patch
-
-patch -p4 < $patches_dir/sessioncache.patch
-
-patch -p4 < $patches_dir/nssrwlock.patch
-
-patch -p4 < $patches_dir/paddingextvalue.patch
-
-patch -p4 < $patches_dir/reorderextensions.patch
-
-patch -p5 < $patches_dir/alpnserver.patch
-
-patch -p4 < $patches_dir/removebuildmetadata.patch
-
« no previous file with comments | « net/third_party/nss/patches/alpnserver.patch ('k') | net/third_party/nss/patches/cachecerts.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698