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

Unified Diff: third_party/instrumented_libraries/nss.diff

Issue 361473002: Instrumented libraries: improve handling of custom patches. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use -i to pass filename to patch Created 6 years, 6 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 | « third_party/instrumented_libraries/libnspr4.sh ('k') | third_party/instrumented_libraries/nss.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/nss.diff
diff --git a/third_party/instrumented_libraries/nss.diff b/third_party/instrumented_libraries/nss.diff
deleted file mode 100644
index c1c6cb12499b1fb00ff979e305b9926ff85c981b..0000000000000000000000000000000000000000
--- a/third_party/instrumented_libraries/nss.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -rupN ./nss/lib/freebl/Makefile ../nss-3.15.4-patched/nss/lib/freebl/Makefile
---- ./nss/lib/freebl/Makefile 2014-01-03 23:59:10.000000000 +0400
-+++ ../nss-3.15.4-patched/nss/lib/freebl/Makefile 2014-01-31 00:15:56.495855749 +0400
-@@ -186,8 +186,9 @@ ifeq ($(CPU_ARCH),x86_64)
- DEFINES += -DMP_CHAR_STORE_SLOW -DMP_IS_LITTLE_ENDIAN
- # DEFINES += -DMPI_AMD64_ADD
- # comment the next two lines to turn off intel HW accelleration
-- DEFINES += -DUSE_HW_AES
-- ASFILES += intel-aes.s intel-gcm.s
-+# Disable inline asm in instrumented builds.
-+# DEFINES += -DUSE_HW_AES
-+# ASFILES += intel-aes.s intel-gcm.s
- EXTRA_SRCS += intel-gcm-wrap.c
- INTEL_GCM = 1
- MPI_SRCS += mpi_amd64.c mp_comba.c
« no previous file with comments | « third_party/instrumented_libraries/libnspr4.sh ('k') | third_party/instrumented_libraries/nss.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698