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

Unified Diff: nss/scripts/nss-checkout.sh

Issue 10828060: Use the ARM assembly code in mpi_arm.c for iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: List build_config_mac.h in the sources block Created 7 years, 11 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 | « nss/nss.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/scripts/nss-checkout.sh
===================================================================
--- nss/scripts/nss-checkout.sh (revision 179275)
+++ nss/scripts/nss-checkout.sh (working copy)
@@ -76,9 +76,9 @@
! -name mpcpucache.c \
! -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 \
- ! -name mplogic.h ! -name mpmontg.c ! -name mpprime.c \
- ! -name mpprime.h \
+ ! -name mpi_amd64.c ! -name mpi_arm.c ! -name mpi_x86_asm.c \
+ ! -name mplogic.c ! -name mplogic.h ! -name mpmontg.c \
+ ! -name mpprime.c ! -name mpprime.h \
! -name mp_gf2m-priv.h ! -name mp_gf2m.c ! -name mp_gf2m.h \
! -name primes.c ! -name pqg.c ! -name pqg.h ! -name rawhash.c \
! -name rijndael.c ! -name rijndael.h ! -name rijndael32.tab \
« no previous file with comments | « nss/nss.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698