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

Unified Diff: scripts/nss-checkout.sh

Issue 11738002: Include 64-bit optimized assembly on Windows when building x64 (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/nss
Patch Set: Update checkout script Created 7 years, 12 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
« nss.gyp ('K') | « nss.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/nss-checkout.sh
diff --git a/scripts/nss-checkout.sh b/scripts/nss-checkout.sh
index f34a375e53c2ec635dad96d03d1e566661a7cdb8..a27a0e5f8a0d4ae9684dce0d40cc82f407497967 100755
--- a/scripts/nss-checkout.sh
+++ b/scripts/nss-checkout.sh
@@ -61,6 +61,7 @@ find mozilla/security/nss/lib/ssl -type f ! -name sslerr.h | xargs rm
find mozilla/security/nss/lib/freebl -type f \
! -name aeskeywrap.c ! -name alg2268.c ! -name alghmac.c \
! -name alghmac.h ! -name arcfive.c ! -name arcfour.c \
+ ! -name arcfour-amd64-masm.asm \
! -name blapi.h ! -name blapii.h ! -name blapit.h \
! -name camellia.c ! -name camellia.h \
! -name ctr.c ! -name ctr.h ! -name cts.c ! -name cts.h \
@@ -74,6 +75,7 @@ find mozilla/security/nss/lib/freebl -type f \
! -name ecp_mont.c ! -name ec_naf.c ! -name gcm.c ! -name gcm.h \
! -name jpake.c ! -name md2.c ! -name md5.c ! -name logtab.h \
! -name mpcpucache.c \
+ ! -name mpi_amd64_masm.asm ! -name mp_comba_amd64_masm.asm \
wtc 2013/01/04 16:26:40 mp_comba_amd64_masm.asm should be listed with the
! -name mpi-config.h \
! -name mpi-priv.h ! -name mpi.c ! -name mpi.h \
! -name mpi_amd64.c ! -name mpi_x86_asm.c ! -name mplogic.c \
« nss.gyp ('K') | « nss.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698