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

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

Issue 1882433002: Removing NSS files and USE_OPENSSL flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 8 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/test/run_all_unittests.cc ('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 472423308391cf800b3c24c7a510cf6d1c9d3019..0000000000000000000000000000000000000000
--- a/net/third_party/nss/patches/applypatches.sh
+++ /dev/null
@@ -1,34 +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/sleevi/development/chromium/src/net/third_party/nss/patches
-
-patch -p2 < $patches_dir/cachecerts.patch
-
-patch -p2 < $patches_dir/didhandshakeresume.patch
-
-patch -p2 < $patches_dir/getrequestedclientcerttypes.patch
-
-patch -p2 < $patches_dir/restartclientauth.patch
-
-patch -p2 < $patches_dir/channelid.patch
-
-patch -p2 < $patches_dir/tlsunique.patch
-
-patch -p2 < $patches_dir/secretexporterlocks.patch
-
-patch -p2 < $patches_dir/cachelocks.patch
-
-patch -p2 < $patches_dir/cipherorder.patch
-
-patch -p2 < $patches_dir/sessioncache.patch
-
-patch -p2 < $patches_dir/reorderextensions.patch
-
-patch -p2 < $patches_dir/nobypass.patch
« no previous file with comments | « net/test/run_all_unittests.cc ('k') | net/third_party/nss/patches/cachecerts.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698